Google Analytics Event not showing up -


i have amp page i've included google tag manager (gtm). i've created "universal click" tag supposed log every click google analytics (ga).

google tag manager setup: category, action, label, value

it looks fine in dev console:

dev console returns 200

a request sent url: https://www.google-analytics.com/collect?v=1&_v=a0&ds=amp&aip=true&_s=3&dt=typescript%20mean&sr=1440x900&_utmht=1502735532566&cid=amp-2_4h1svvol5wmzhnu8k97qezkf1wntydh_rkn3amjhlpzwyux22pjppflwsytwe4&tid=ua-70730318-4&dl=https%3a%2f%2fwww.tsmean.com%2f&dr=&sd=24&ul=en-gb&de=utf-8&jid=&t=event&ec=https%3a%2f%2fwww.tsmean.com%2f&ea=click&el=9&ev=&a=2321&z=0.08240769669002734

it seems contain important query parameters:

  • ec=https%3a%2f%2fwww.tsmean.com%2f&ea=click&el=9
  • ea=click
  • el=9
  • ev empty in case understanding value not required other 3 are?

yet in google analytics real time events, "scroll-events" i've confiugred show , nothing seen of click events:

google analytics real time not logging event

does know problem might be?

you can debug adding prefix /debug url. example :

https://www.google-analytics.com/debug/collect?v=1&_v=a0&ds=amp&aip=true&_s=3&dt=typescript%20mean&sr=1440x900&_utmht=1502735532566&cid=amp-2_4h1svvol5wmzhnu8k97qezkf1wntydh_rkn3amjhlpzwyux22pjppflwsytwe4&tid=ua-70730318-4&dl=https%3a%2f%2fwww.tsmean.com%2f&dr=&sd=24&ul=en-gb&de=utf-8&jid=&t=event&ec=https%3a%2f%2fwww.tsmean.com%2f&ea=click&el=9&ev=&a=2321&z=0.08240769669002734

this message of error of hit, not valid! enter image description here removing ev parameter on tag should work perfect (this tested preview on account) enter image description here


Comments

Popular posts from this blog

python Tkinter Capturing keyboard events save as one single string -

android - InAppBilling registering BroadcastReceiver in AndroidManifest -

javascript - Z-index in d3.js -