lfischer

Otto - Example Basket Tag

May 7th, 2018
65
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.61 KB | None | 0 0
  1. <script type="text/javascript" src="//static.criteo.net/js/ld/ld.js" async="true"></script>
  2. <script type="text/javascript">
  3. window.criteo_q = window.criteo_q || [];
  4. window.criteo_q.push(
  5. { event: "setAccount", account: criteo_partners() },
  6. { event: "setSiteType", type: "d" },
  7. { event: "viewBasket", item: [
  8. { id: "#First item id#", price: criteo_price(), quantity: #First item quantity# },
  9. { id: "#Second item id#", price: criteo_price(), quantity: #Second item quantity# }
  10. /* #add a line for each item in the user's cart# */
  11. ]});
  12. </script>
Add Comment
Please, Sign In to add comment