Fix Ga4 tracking (#6630)
parent
5714471b9a
commit
9602ac29fb
|
@ -12,16 +12,18 @@
|
|||
"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.",
|
||||
"extendsFeature": "EventType",
|
||||
"tag": {
|
||||
"scripts": [
|
||||
{
|
||||
"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}');"
|
||||
}
|
||||
]
|
||||
"appData": {
|
||||
"tag": {
|
||||
"scripts": [
|
||||
{
|
||||
"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}');"
|
||||
}
|
||||
]
|
||||
}
|
||||
},
|
||||
"__createdUsingCli": true
|
||||
}
|
||||
|
|
|
@ -11,15 +11,17 @@
|
|||
"publisher": "Cal.com, Inc.",
|
||||
"email": "help@cal.com",
|
||||
"extendsFeature": "EventType",
|
||||
"tag": {
|
||||
"scripts": [
|
||||
{
|
||||
"src": "https://plausible.io/js/script.js",
|
||||
"attrs": {
|
||||
"data-domain": "{TRACKED_DOMAIN}"
|
||||
"appData": {
|
||||
"tag": {
|
||||
"scripts": [
|
||||
{
|
||||
"src": "https://plausible.io/js/script.js",
|
||||
"attrs": {
|
||||
"data-domain": "{TRACKED_DOMAIN}"
|
||||
}
|
||||
}
|
||||
}
|
||||
]
|
||||
]
|
||||
}
|
||||
},
|
||||
"description": "Simple, privacy-friendly Google Analytics alternative.",
|
||||
"__createdUsingCli": true
|
||||
|
|
Loading…
Reference in New Issue