calibrate/calibr8_gtm

该软件包已被放弃且不再维护。未建议替代软件包。

为您的页面添加跟踪代码。

安装数: 3,842

依赖项: 0

建议者: 0

安全性: 0

星标: 0

关注者: 2

分支: 0

开放问题: 0

类型: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>