You are here

constant GOOGLE_TAG_STATUSES in GoogleTagManager 7

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

Default list of HTTP response statuses that override path conditions.

2 uses of GOOGLE_TAG_STATUSES
_google_tag_status_check in ./google_tag.module
Determines whether to insert the snippet based on status code settings.
_google_tag_variable_info_status in includes/variable.inc
Implements hook_variable_info().

File

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

Code

define('GOOGLE_TAG_STATUSES', "403 Forbidden\n404 Not Found");