constant GA_PUSH_METHOD_DATALAYER_JS in GA Push 7
Same name and namespace in other branches
- 8 ga_push.module \GA_PUSH_METHOD_DATALAYER_JS
4 uses of GA_PUSH_METHOD_DATALAYER_JS
- ga_push_action_push_event in ./
ga_push.rules.inc - Add a push event from a rules action.
- ga_push_action_push_event_form_alter in ./
ga_push.rules.inc - Ga push event action form alter.
- ga_push_ga_push_method in ./
ga_push.module - Implements hook_ga_push_method().
- ga_push_method_datalayer_push in inc/
ga_push.datalayer.inc - Send the ga push to JS on page load using Universal Analytics Event Tracking.
File
- ./
ga_push.module, line 16 - Drupal Module: GA Push.
Code
define('GA_PUSH_METHOD_DATALAYER_JS', 'datalayer-js');