QC Choice + Comscore
-
Hi, I’m using QC Choice and need to integrate with the Comscore tag.
Until now this is the code I have:
<!-- Begin comScore Tag --> <script> var _comscore = _comscore || []; _comscore.push({ c1: "2", c2: "XXXXXXXX", cs_ucfr: "1" }); (function() { var s = document.createElement("script"), el = document.getElementsByTagName("script")[0]; s.async = true; s.src = (document.location.protocol == "https:" ? "https://sb" : "http://b") + ".scorecardresearch.com/cs/XXXXXXX/beacon.js"; el.parentNode.insertBefore(s, el); })(); </script> <noscript> <img src="https://sb.scorecardresearch.com/p?c1=2&c2=XXXXXXX&cs_ucfr=1&cv=2.0&cj=1"> </noscript> <!-- End comScore Tag -->But now I have to adjust the parameter cs_ucfr acording to user consent (cs_ucfr=1, cs_ucfr=0 or empty cs_ucfr)
I have very basic coding experiencie and need a little help with this please. Thanks!
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
The topic ‘QC Choice + Comscore’ is closed to new replies.