Skip to content

Commit 5842daa

Browse files
authored
Google tag - Allow enhanced conversions (#535)
* Google tag - Allow enhanced conversions * Version bump
1 parent 2ec5c9e commit 5842daa

File tree

3 files changed

+6
-4
lines changed

3 files changed

+6
-4
lines changed

package-lock.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "honeycomb-web-toolkit",
3-
"version": "14.3.16",
3+
"version": "14.3.17",
44
"repository": {
55
"type": "git",
66
"url": "https://github.com/red-gate/honeycomb-web-toolkit"

src/analytics/js/honeycomb.analytics.google.js

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,9 @@ const initAccount = (accountId, crossDomainAccountId = null) => {
107107
window.gtag('js', new Date());
108108

109109
// Add account IDs.
110-
const configOptions = {};
110+
const configOptions = {
111+
allow_enhanced_conversions: true,
112+
};
111113
if (isExcludedEnvironment()) {
112114
configOptions['debug_mode'] = true;
113115
}

0 commit comments

Comments
 (0)