Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <script type="text/javascript" src="//static.criteo.net/js/ld/ld.js" async="true"></script>
- <script type="text/javascript">
- // Parse the URL and gives the value for a given key
- function getParameterByName(name) {
- name = name.replace(/[\[]/, "\\[").replace(/[\]]/, "\\]");
- var regex = new RegExp("[\\?&]" + name + "=([^&#]*)"),
- results = regex.exec(location.search);
- return results === null ? "" : decodeURIComponent(results[1].replace(/\+/g, " "));
- }
- window.criteo_q = window.criteo_q || [];
- window.criteo_q.push(
- { event: "setAccount", account: 44700 },
- { event: "setSiteType", type: "d" },
- { event: "viewHome", utmcampaign: getParameterByName("utm_campaign"), utmmedium: getParameterByName("utm_medium") }
- );
- </script>
Advertisement
Add Comment
Please, Sign In to add comment