2022-10-22 09:39:36 +00:00
{
"/*" : "Don't modify slug - If required, do it using cli edit command" ,
"name" : "Google Analytics" ,
"slug" : "ga4" ,
"type" : "ga4_analytics" ,
2023-04-26 11:03:34 +00:00
"logo" : "icon.svg" ,
2022-10-22 09:39:36 +00:00
"url" : "https://marketingplatform.google.com" ,
"variant" : "analytics" ,
"categories" : [ "analytics" ] ,
"publisher" : "Cal.com, Inc." ,
"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" ,
2023-01-23 09:09:16 +00:00
"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}');"
}
]
}
2023-01-18 22:30:25 +00:00
} ,
2022-10-22 09:39:36 +00:00
"__createdUsingCli" : true
}