Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here is an example of what the tag could look like:

Code Block
<script type="text/javascript">
window.criteo_q = window.criteo_q || [];
window.criteo_q.push(
     { event: "setAccount", account: xxx },
     { event: "viewItem", item: "#ProductID#", userinfos:"frauduser" }
);
</script>

Please note

There are different tags from Criteo. Please use the one provided by your account manager.

...