You are here

constant GA_PUSH_TYPE_EVENT in GA Push 7

Same name and namespace in other branches
  1. 8 ga_push.module \GA_PUSH_TYPE_EVENT
9 uses of GA_PUSH_TYPE_EVENT
GAPushUnitTestCase::testGaPushMethodAnalyticsJSPushScriptEvent in test/ga_push.test
Unit test for ga_push_method_analytics_js_push_script(): Event.
ga_push_add_event in ./ga_push.module
Push a GA event.
ga_push_get_methods_option_list_event in ./ga_push.module
Get the options list for events.
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_datalayer_js_push_script in inc/ga_push.datalayer.inc
Generate the GA Push script code by type.

... See full list

File

./ga_push.module, line 28
Drupal Module: GA Push.

Code

define('GA_PUSH_TYPE_EVENT', 'event');