Featured Contributors
Massimo Paolini


Pritesh Patel


Lloyd Thomas
Lesson: One way to track events is by using Virtual Pageviews. So, if you want to track a play button on a video, you could create a virtual Pageview. like this: _gaq.push(['_trackPageview','events/playvideo']); This method is virtual, as you are telling Google to track a page view, even though no new page has loaded. You can also use this method to track downloads.
Refresh this page for another random lesson.