lfischer

Philips Brand - Example

Oct 10th, 2017
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. ###Homepage###
  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: 11135 },
  7.         { event: "setSiteType", type: "d" },
  8.         { event: "viewHome", site: "brand" }
  9. );
  10. </script>
  11.  
  12. ###Listing###
  13. <script type="text/javascript" src="//static.criteo.net/js/ld/ld.js" async="true"></script>
  14. <script type="text/javascript">
  15. window.criteo_q = window.criteo_q || [];
  16. window.criteo_q.push(
  17.         { event: "setAccount", account: 11135 },
  18.         { event: "setSiteType", type: "d" },
  19.         { event: "viewList", item: ["#First item id#", "#Second item id#", "#Third item id#"], site: "brand" }
  20. );
  21. </script>
  22.  
  23. ###Product###
  24. <script type="text/javascript" src="//static.criteo.net/js/ld/ld.js" async="true"></script>
  25. <script type="text/javascript">
  26. window.criteo_q = window.criteo_q || [];
  27. window.criteo_q.push(  
  28.         { event: "setAccount", account: 11135 },
  29.         { event: "setSiteType", type: "d" },
  30.         { event: "viewItem", item: "#Your item id#", site: "brand" }
  31. );
  32. </script>
Advertisement
Add Comment
Please, Sign In to add comment