Last active
January 7, 2019 03:40
-
-
Save alaingoldman/016c4ffafb37b41754f52804290aead7 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
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