Advertisement
Guest User

Untitled

a guest
Feb 16th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.57 KB | None | 0 0
  1. <!-- Criteo Visit Tag -->
  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. var deviceType = /iPad/.test(navigator.userAgent) ? "t" : /Mobile|iP(hone|od)|Android|BlackBerry|IEMobile|Silk/.test(navigator.userAgent) ? "m" : "d";
  6. window.criteo_q.push(
  7. { event: "setAccount", account: 68461 }, // You should never update this line
  8. { event: "setSiteType", type: deviceType },
  9.    { event: "viewHome" }
  10. );
  11. </script>
  12. <!-- END Criteo Visit Tag -->
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement