calibrate / calibr8_gtm
该软件包已被放弃且不再维护。未建议替代软件包。
为您的页面添加跟踪代码。
1.0.1
2018-06-06 14:26 UTC
Requires
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>