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
// You define a global variable to track your events | |
my_global_event_name = 'loaded_website'; | |
// You define your WootricSettings variable at the beginning of the code | |
wootricSettings = { | |
account_token: 'NPS-YOURTOKEN', | |
email: '[email protected]', | |
created_at: 1528416000, | |
properties: { | |
favorite_color: 'blue' |
OlderNewer