AbdFatah / analytics-issues

Automatically exported from code.google.com/p/analytics-issues
0 stars 0 forks source link

Missing underscore in Event Tracker Guide #221

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The second block of code under the heading "Categories" has a missing 
underscore.

The documentation has:

gaq.push(['_trackEvent', 'Videos', 'Downloaded', 'Gone With the Wind']);

It should be:

_gaq.push(['_trackEvent', 'Videos', 'Downloaded', 'Gone With the Wind']);

---------------------------------------------------------------------------
NOTE: This issue tracking system is for Google Analytics developer products
only.
If you are not a developer/programmer visit:
http://www.google.com/analytics/support.html
---------------------------------------------------------------------------
Name of related component: Documentation

URL of the documentation page :

Issue summary:
Provide a description of the documentation issue.

Notes:
Provide any additional information which might be useful here. Feel free to
attach screenshots.

Original issue reported on code.google.com by mneume...@gmail.com on 2 Jul 2012 at 12:02

GoogleCodeExporter commented 9 years ago
URL for the page is: 
https://developers.google.com/analytics/devguides/collection/gajs/eventTrackerGu
ide

Original comment by mneume...@gmail.com on 2 Jul 2012 at 12:02

GoogleCodeExporter commented 9 years ago

Original comment by api.pe...@gmail.com on 9 Jul 2012 at 5:34