Skip to content

Instantly share code, notes, and snippets.

@austenito
Last active April 20, 2016 13:23
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save austenito/fc900c8ce0d9fcf7a166ee3c926500af to your computer and use it in GitHub Desktop.
Save austenito/fc900c8ce0d9fcf7a166ee3c926500af to your computer and use it in GitHub Desktop.
analytics.track('Completed Order', {
orderId: '306167171',
total: 286.76,
revenue: 268,
discount: 0,
shipping: 0,
tax: 18.76,
currency: 'USD',
pants-fit: ['tailored', 'slim', 'athletic'],
color: ['blue','redrums'],
products: [
{
quantity: 1,
id: 138436,
sku: '16553-MTA11-XL',
name: 'Summer Weight Shirt',
price: '85.0',
source: 'Checkout',
'pants-fit': 'tailored',
'color': 'redrums'
}
]
})
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment