Advertisement
Guest User

Untitled

a guest
Oct 23rd, 2019
109
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. <script>
  2. window._talkableq = window._talkableq || [];
  3. _talkableq.push(['init', { site_id: "curacao" }]);
  4.  
  5. window._talkableq.push(['authenticate_customer', {
  6. email: '', // Optional, pass when available. Example: 'customer@example.com'
  7. first_name: '', // Optional, pass when available. Example: 'John'
  8. last_name: '', // Optional, pass when available. Example: 'Smith'
  9. traffic_source: '' // The source of the traffic driven to the campaign. Example: 'facebook'
  10. }]);
  11.  
  12. window._talkableq.push(['register_affiliate', {}]);
  13. </script>
  14. <script async src="//d2jjzw81hqbuqv.cloudfront.net/integration/clients/curacao.min.js" type="text/javascript"></script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement