Quantcast
Channel: Niluka Blog » Jquery
Viewing all articles
Browse latest Browse all 17

_gaq is not defined error

$
0
0

If you’re using Universal Analytics (analytics.js) then switch this:


_gaq.push(['_trackEvent', 'Downloaded Video', 'Yes']);

to this:

ga('send', 'event', 'Downloaded Video', 'Yes');



Viewing all articles
Browse latest Browse all 17

Trending Articles