Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save LindaLawton/e04af0a7161d82e9ccb403f2d7560e06 to your computer and use it in GitHub Desktop.
Save LindaLawton/e04af0a7161d82e9ccb403f2d7560e06 to your computer and use it in GitHub Desktop.
webhook for screen view
{
"event": "ScreenViewHit",
"url": "https://www.google-analytics.com/collect",
"requestType": "POST",
"query":
{
"v": "1",
"t": "{{t}}",
"tid" : "{{tid}}",
"cd": "{{cd}}",
"cid": "{{cid}}",
"uip": "{{uip}}",
"an": "{{an}}",
"cm1": "{{cm1}}"
},
"noDefaults" : true,
"mydevices": true
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment