lfischer

Vacansoleil - User Segment

Oct 10th, 2018
115
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ### Homepage Tag
  2. <script type="text/javascript" src="//static.criteo.net/js/ld/ld.js" async="true"></script>
  3. <script type="text/javascript">
  4. window.criteo_q = window.criteo_q || [];
  5. window.criteo_q.push(
  6.         { event: "setAccount", account: 14331 },
  7.         { event: "setEmail", email: "#Email address#" },
  8.         { event: "setSiteType", type: "#m for mobile or t for tablet or d for desktop#" },
  9.         { event: "viewHome", user_segment: 2 }
  10. );
  11. </script>
  12.  
  13. ### Product Tag
  14. <script type="text/javascript" src="//static.criteo.net/js/ld/ld.js" async="true"></script>
  15. <script type="text/javascript">
  16. window.criteo_q = window.criteo_q || [];
  17. window.criteo_q.push(  
  18.         { event: "setAccount", account: 14331 },
  19.         { event: "setSiteType", type: "d" },
  20.         { event: "viewItem", user_segment: 2, item: "#Your item id#" }
  21. );
  22. </script>
  23.  
  24. ### Basket Tag
  25. <script type="text/javascript" src="//static.criteo.net/js/ld/ld.js" async="true"></script>
  26. <script type="text/javascript">
  27. window.criteo_q = window.criteo_q || [];
  28. window.criteo_q.push(  
  29.         { event: "setAccount", account: 14331 },
  30.         { event: "setSiteType", type: "d" },
  31.         { event: "viewBasket", user_segment: 2, item: [
  32.               { id: "#First item id#", price: #First item unit price#, quantity: #First item quantity# },
  33.               { id: "#Second item id#", price: #Second item unit price#, quantity: #Second item quantity# }
  34.               /* #add a line for each item in the user's cart# */
  35. ]});
  36. </script>
Advertisement
Add Comment
Please, Sign In to add comment