Last active
April 20, 2016 13:23
-
-
Save austenito/fc900c8ce0d9fcf7a166ee3c926500af 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
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