Skip to content

Instantly share code, notes, and snippets.

@alaingoldman
Last active January 7, 2019 03:40
Show Gist options
  • Save alaingoldman/016c4ffafb37b41754f52804290aead7 to your computer and use it in GitHub Desktop.
Save alaingoldman/016c4ffafb37b41754f52804290aead7 to your computer and use it in GitHub Desktop.
ga('ecommerce:addTransaction', {
'id': 'random123',
'affiliation': 'Acme Clothing',
'revenue': '11.99',
'shipping': '5',
'tax': '1.29',
'currency': 'EUR' // local currency code.
});
ga('ecommerce:send');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment