Fix Ga4 tracking (#6630)
parent
5714471b9a
commit
9602ac29fb
|
@ -12,16 +12,18 @@
|
||||||
"email": "support@cal.com",
|
"email": "support@cal.com",
|
||||||
"description": "Google Analytics is a web analytics service offered by Google that tracks and reports website traffic, currently as a platform inside the Google Marketing Platform brand.",
|
"description": "Google Analytics is a web analytics service offered by Google that tracks and reports website traffic, currently as a platform inside the Google Marketing Platform brand.",
|
||||||
"extendsFeature": "EventType",
|
"extendsFeature": "EventType",
|
||||||
"tag": {
|
"appData": {
|
||||||
"scripts": [
|
"tag": {
|
||||||
{
|
"scripts": [
|
||||||
"src": "https://www.googletagmanager.com/gtag/js?id={TRACKING_ID}",
|
{
|
||||||
"attrs": {}
|
"src": "https://www.googletagmanager.com/gtag/js?id={TRACKING_ID}",
|
||||||
},
|
"attrs": {}
|
||||||
{
|
},
|
||||||
"content": "window.dataLayer = window.dataLayer || [];\n function gtag(){dataLayer.push(arguments);}\n gtag('js', new Date());\n gtag('config', '{TRACKING_ID}');"
|
{
|
||||||
}
|
"content": "window.dataLayer = window.dataLayer || [];\n function gtag(){dataLayer.push(arguments);}\n gtag('js', new Date());\n gtag('config', '{TRACKING_ID}');"
|
||||||
]
|
}
|
||||||
|
]
|
||||||
|
}
|
||||||
},
|
},
|
||||||
"__createdUsingCli": true
|
"__createdUsingCli": true
|
||||||
}
|
}
|
||||||
|
|
|
@ -11,15 +11,17 @@
|
||||||
"publisher": "Cal.com, Inc.",
|
"publisher": "Cal.com, Inc.",
|
||||||
"email": "help@cal.com",
|
"email": "help@cal.com",
|
||||||
"extendsFeature": "EventType",
|
"extendsFeature": "EventType",
|
||||||
"tag": {
|
"appData": {
|
||||||
"scripts": [
|
"tag": {
|
||||||
{
|
"scripts": [
|
||||||
"src": "https://plausible.io/js/script.js",
|
{
|
||||||
"attrs": {
|
"src": "https://plausible.io/js/script.js",
|
||||||
"data-domain": "{TRACKED_DOMAIN}"
|
"attrs": {
|
||||||
|
"data-domain": "{TRACKED_DOMAIN}"
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
]
|
||||||
]
|
}
|
||||||
},
|
},
|
||||||
"description": "Simple, privacy-friendly Google Analytics alternative.",
|
"description": "Simple, privacy-friendly Google Analytics alternative.",
|
||||||
"__createdUsingCli": true
|
"__createdUsingCli": true
|
||||||
|
|
Loading…
Reference in New Issue