Skip to content

Instantly share code, notes, and snippets.

@tvpmb
Created November 19, 2014 17:11
Show Gist options
  • Save tvpmb/b7c7387f8ee64172730d to your computer and use it in GitHub Desktop.
Save tvpmb/b7c7387f8ee64172730d to your computer and use it in GitHub Desktop.
TVPage Sales Tracking
_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