Advertisement
lfischer

Catawiki Uniek UTM

Nov 8th, 2018
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
  1. <script type="text/javascript" src="//static.criteo.net/js/ld/ld.js" async="true"></script>
  2.  
  3. // Parse the URL and gives the value for a given key
  4. function getParameterByName(name) {
  5.     name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]");
  6.     var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"),
  7.         results = regex.exec(location.search);
  8.     return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " "));
  9. }
  10. var utmcampaign = "";
  11. if(getParameterByName("utm_campaign") == "NL360-Nov18"){
  12.     utmcampaign = "uniek";
  13. }
  14.  
  15. <script type="text/javascript">
  16. window.criteo_q = window.criteo_q || [];
  17. window.criteo_q.push(  
  18.         { event: "setAccount", account: 17665 },
  19.         { event: "viewItem", item: "123456", campaign: utmcampaign }
  20. );
  21. </script>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement