0

I've written this below line in onclick of <a/>

 _gaq.push(['_trackEvent', 'Download', 'OS', 'Server']);

But I'm getting this error in Network tab of Google Chrome, and its not registering event in Google Analytics.

enter image description here

Thank you in advance.

Maulik Suchak
  • 1,028
  • 1
  • 8
  • 23
  • 1
    Try using this: https://chrome.google.com/webstore/detail/google-analytics-debugger/jnkmfdileelhofjcijamephohjechhna?hl=en to debug. – Ford Feb 28 '14 at 13:16
  • 1
    http://stackoverflow.com/questions/21177387/caution-provisional-headers-are-shown-in-chrome-debugger – Eike Pierstorff Feb 28 '14 at 13:16

1 Answers1

1

If you are using an ad-blocker and dc.js is being served from the "doubleclick" domain, your request could be getting blocked.

Tyler Eich
  • 4,239
  • 3
  • 21
  • 45
  • This response does not answer the question. The original post did not mention use of ad-blockers, nor is it relevant to the error received. – Tyler Eich Feb 28 '14 at 20:50
  • @TylerEich dc.js doesn't get blocked by most (all?) adBlockers by default. But this might be the right answer. See http://stackoverflow.com/questions/21177387/caution-provisional-headers-are-shown-in-chrome-debugger – Eduardo Feb 28 '14 at 21:47
  • @Eduardo Good point. I submitted an edit to make the original statement (which I misunderstood) clearer. – Tyler Eich Feb 28 '14 at 22:15