Event Tracking data isnt showing in google analytics -


i facing weird problem related event tracking. have implemented google analytics standard code , event tracking 1 website , site uploaded on online version of test staging sever (not live yet public).

google analytics shows data pageviews not showing event tracking. looked @ code , seems working fine.

anybody has clue happening ? please advise me

i'd check make sure __utm.gif tracking pixel request event being made. things check:

  • javascript errors when event triggered.
  • verify __utm.gif via network tab in firebug or chrome dev tools, or fiddler, or ga_debug.js
  • if your'e following link right after event triggered, may have add delay allow time image request processed.

a code snippet showing _trackevent code might helpful.


Comments

Popular posts from this blog

Change php variable from jquery value using ajax (same page) -

Pull out data related to my apps from Android Play Store and iOS App Store -

How can I fetch data from a web server in an android application? -