Created
September 10, 2015 11:32
-
-
Save AntonKL/6cf15f06ab1f0eef0a66 to your computer and use it in GitHub Desktop.
Custom data
This file contains 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
dataLayer.push({ | |
'event': 'gaTriggerEvent', | |
'gaEventCategory': 'Försäljning', | |
'gaEventAction': 'Företagskontakt.se', | |
'gaEventLabel': 'Köpare: Anders Andresson' | |
'gaConversionValue': '400' // OBS, inga valutor här | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment