constant GA_PUSH_TYPE_PAGEVIEW in GA Push 8
Same name and namespace in other branches
- 7 ga_push.module \GA_PUSH_TYPE_PAGEVIEW
5 uses of GA_PUSH_TYPE_PAGEVIEW
- GAPushUnitTestCase::testGaPushMethodAnalyticsJSPushScriptPageview in test/
ga_push.test - Unit test for ga_push_method_analytics_js_push_script(): Pageview.
- ga_push_add_pageview in ./
ga_push.module - Push a GA pageview.
- ga_push_get_methods_option_list_pageview in ./
ga_push.module - Get the options list for page views.
- ga_push_method_analytics_js_push_script in inc/
ga_push.analytics_js.inc - Generate the GA Push script code by type.
- ga_push_method_utmp_php in inc/
ga_push.utmp.php.inc - GA Push Method callback: UTMP (php).
File
- ./
ga_push.module, line 32 - Drupal Module: GA Push.
Code
define('GA_PUSH_TYPE_PAGEVIEW', 'pageview');