You are here

constant GOOGLE_ANALYTICS_COUNTER_DAY in Google Analytics Counter 7.3

Same name and namespace in other branches
  1. 7.2 google_analytics_counter_auth.inc \GOOGLE_ANALYTICS_COUNTER_DAY
3 uses of GOOGLE_ANALYTICS_COUNTER_DAY
google_analytics_counter_admin in ./google_analytics_counter_settings.inc
Config form shown at admin/config/system/google_analytics_counter
google_analytics_counter_auth.inc in ./google_analytics_counter_auth.inc
Provides the GAFeed object type and associated methods.
google_analytics_counter_cache_time in ./google_analytics_counter.module
Sets the expiry timestamp for cached queries. Default is 1 day.

File

./google_analytics_counter_auth.inc, line 13
Provides the GAFeed object type and associated methods.

Code

define('GOOGLE_ANALYTICS_COUNTER_DAY', GOOGLE_ANALYTICS_COUNTER_HOUR * 24);