Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ### Homepage Tag
- <script type="text/javascript" src="//static.criteo.net/js/ld/ld.js" async="true"></script>
- <script type="text/javascript">
- window.criteo_q = window.criteo_q || [];
- window.criteo_q.push(
- { event: "setAccount", account: 14331 },
- { event: "setEmail", email: "#Email address#" },
- { event: "setSiteType", type: "#m for mobile or t for tablet or d for desktop#" },
- { event: "viewHome", user_segment: 2 }
- );
- </script>
- ### Product Tag
- <script type="text/javascript" src="//static.criteo.net/js/ld/ld.js" async="true"></script>
- <script type="text/javascript">
- window.criteo_q = window.criteo_q || [];
- window.criteo_q.push(
- { event: "setAccount", account: 14331 },
- { event: "setSiteType", type: "d" },
- { event: "viewItem", user_segment: 2, item: "#Your item id#" }
- );
- </script>
- ### Basket Tag
- <script type="text/javascript" src="//static.criteo.net/js/ld/ld.js" async="true"></script>
- <script type="text/javascript">
- window.criteo_q = window.criteo_q || [];
- window.criteo_q.push(
- { event: "setAccount", account: 14331 },
- { event: "setSiteType", type: "d" },
- { event: "viewBasket", user_segment: 2, item: [
- { id: "#First item id#", price: #First item unit price#, quantity: #First item quantity# },
- { id: "#Second item id#", price: #Second item unit price#, quantity: #Second item quantity# }
- /* #add a line for each item in the user's cart# */
- ]});
- </script>
Advertisement
Add Comment
Please, Sign In to add comment