calibrate/calibr8_gtm

This package is abandoned and no longer maintained. No replacement package was suggested.

Adds tracking code to you pages.

Installs: 3 841

Dependents: 0

Suggesters: 0

Security: 0

Stars: 0

Watchers: 2

Forks: 0

Open Issues: 0

Type:drupal-custom

1.0.1 2018-06-06 14:26 UTC

This package is not auto-updated.

Last update: 2022-02-01 13:07:13 UTC


README

Installation
------------

Your html.tpl.php should look like this.
This is present in the latest version of the calibr8_theme. If you installed this module on an old calibr8 setup or
a site without the calibr8 themes, make sure these variables are printed.

<head>
  ...
  <title>
  <link>
  <script></script>
  {{ gtm_datalayer }}
  {{ gtm_head }}
  ...
</head>
<body>
  {{ gtm_body }}
  ...
</body>