You are here

constant GOOGLE_TAG_BLACKLIST_CLASSES in GoogleTagManager 7

Same name and namespace in other branches
  1. 7.2 google_tag.module \GOOGLE_TAG_BLACKLIST_CLASSES

Default list of tag classes to forbid.

2 uses of GOOGLE_TAG_BLACKLIST_CLASSES
_google_tag_data_layer_snippet in includes/snippet.inc
Returns JavaScript data layer snippet or adds items to data layer.
_google_tag_variable_info_advanced in includes/variable.inc
Implements hook_variable_info().

File

./google_tag.module, line 41
Provides primary Drupal hook implementations.

Code

define('GOOGLE_TAG_BLACKLIST_CLASSES', "customScripts\ncustomPixels");