Last active
July 19, 2019 15:35
-
-
Save marinhero/0c51c0f6075927725c906d2132b593ed to your computer and use it in GitHub Desktop.
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
<script type="text/javascript"> | |
window.wootricSettings = { | |
email:'[email protected]', | |
created_at: 1528416000, | |
product_name: 'HUBSPOT NPS', | |
account_token: 'NPS-xxxxxxxx', | |
properties:{ | |
pricing_plan:'pro', | |
favorite_color: 'red' | |
} | |
}; | |
wootric('run'); | |
</script> | |
<script type="text/javascript"> | |
window.wootricSettings = { | |
email:'[email protected]', | |
created_at: 1562803200, | |
product_name: 'HUBSPOT CSAT', | |
account_token: 'NPS-xxxxxxxx', // It still says NPS even if you are doing a CSAT survey | |
event_name: 'on_purchase', // This is our "entry point". Pass it if you are tracking events! | |
properties:{ | |
pricing_plan:'pro', | |
favorite_color: 'red' | |
} | |
}; | |
wootricSettings.event_name = 'on_login'; // You can redifine the event at any moment but you'll have to call run again | |
wootric('run'); | |
</script> | |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment