Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- ###Homepage###
- <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: (accountid) },
- { event: "setSiteType", type: "d" },
- { event: "viewHome", site: "shop" }
- );
- </script>
- ###Listing###
- <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: (accountid) },
- { event: "setSiteType", type: "d" },
- { event: "viewList", item: ["#First item id#", "#Second item id#", "#Third item id#"], site: "shop" }
- );
- </script>
- ###Product###
- <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: (accountid) },
- { event: "setSiteType", type: "d" },
- { event: "viewItem", item: "#Your item id#", site: "shop" }
- );
- </script>
- ###Basket###
- <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: (accountid) },
- { event: "setSiteType", type: "d" },
- { event: "viewBasket", site: "shop", 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>
- ###Transaction###
- <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: (accountid) },
- { event: "setSiteType", type: "d" },
- { event: "trackTransaction" , id: "#Transaction Id#", site: "shop", 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