You are here

constant GA_PUSH_METHOD_DATALAYER_JS in GA Push 8

Same name and namespace in other branches
  1. 7 ga_push.module \GA_PUSH_METHOD_DATALAYER_JS
4 uses of GA_PUSH_METHOD_DATALAYER_JS
Event::isDatalayerMethod in src/Plugin/RulesAction/Event.php
Check if selected method is datalayer.
ga_push_form_rules_expression_edit_alter in ./ga_push.module
Implements hook_form_rules_expression_edit_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 18
Drupal Module: GA Push.

Code

define('GA_PUSH_METHOD_DATALAYER_JS', 'datalayer-js');