You are here

constant GOOGLE_ANALYTICS_REPORTS_WEEK in Google Analytics Reports 7

Same name and namespace in other branches
  1. 6 google_analytics_api.module \GOOGLE_ANALYTICS_REPORTS_WEEK
1 use of GOOGLE_ANALYTICS_REPORTS_WEEK
google_analytics_api_admin in ./google_analytics_api.pages.inc
Menu callback - admin form for OAuth and other settings.

File

./google_analytics_api.module, line 12
Implements the API through which Google Analytics data can be accessed.

Code

define('GOOGLE_ANALYTICS_REPORTS_WEEK', GOOGLE_ANALYTICS_REPORTS_DAY * 7);