You are here

constant GOOGLE_TAG_STATUSES in GoogleTagManager 7.2

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

Default list of HTTP response statuses that override path conditions.

1 use of GOOGLE_TAG_STATUSES
_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");