Created
November 24, 2011 05:56
-
-
Save caefer/1390717 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
_gaq.push(['_setCustomVar', | |
1, // This custom var is set to slot #1. Required parameter. | |
'Items Removed', // The name acts as a kind of category for the user activity. Required parameter. | |
'Yes', // This value of the custom variable. Required parameter. | |
2 // Sets the scope to session-level. Optional parameter. | |
]); | |
_gaq.push(['_trackEvent', | |
'Shopping', // category of activity | |
'Item Removal', // Action | |
]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment