Created
November 19, 2014 17:11
-
-
Save tvpmb/b7c7387f8ee64172730d to your computer and use it in GitHub Desktop.
TVPage Sales Tracking
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
_tvpa.push(['track', 'products', [ | |
{ sku:"bb8100", price:"14.99", quantity: 4 }, | |
{ sku:"8525PDA", price:"59.99", quantity: 1 }, | |
{ sku:"MM-A900M", price:"5.00", quantity: 3 } | |
] | |
]); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment