lfischer

Marktplaats - Xdevice test

Dec 15th, 2017
221
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: "#m for mobile or t for tablet or d for desktop#" },
  8.         { event: "viewHome", mp_coverage_test: {sha1_hashed_email} }
  9. );
  10. </script>
  11.  
  12. --- PRODUCT TAG ---
  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: "#m for mobile or t for tablet or d for desktop#" },
  19.         { event: "viewItem", item: "#Your item id#", mp_coverage_test: {sha1_hashed_email} }
  20. );
  21. </script>
  22.  
  23. --- TRANSACTION TAG ---
  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: "#m for mobile or t for tablet or d for desktop#" },
  30.         { event: "trackTransaction" , id: "#Transaction Id#", mp_coverage_test: {sha1_hashed_email}, item: [
  31.               { id: "#First item id#", price: #First item unit price#, quantity: #First item quantity# }
  32. ]});
  33. </script>
Advertisement
Add Comment
Please, Sign In to add comment