Install Instructions: GrowthCode Resolution Sync

Installation of Resolution Sync Tag

Installing the tags on your pages will provide our server with the necessary information to provide you with HEMs for your traffic. PARTNER_ID should be replaced with the ID that GrowthCode provides. To install, copy/paste the following code as high as possible into the "<head>" part of every page of your site. Or use your tag manager, such as Google Tag Manager (GTM). If using a CMP (Consent Management Platform) or CAPTCHA system, you must whitelist the User-Agent ‘FirstParty.id Contextual (https://firstparty.id)’ for these services.

Resolution Sync Parameters

More information about IAB Global Privacy Platform (GPP) at https://github.com/InteractiveAdvertisingBureau/Global-Privacy-Platform

Example Code for Tag Installation

<script type="text/javascript"> 
var _gcio = window._gcio = window._gcio || []; 
var pid = "PARTNER_ID"; 
var uid = "YOUR USER ID";    // Optional
var tcf = "USER TCF STRING"; // Optional 
var nl = true; 
(function() { 
var u="//p.gcprivacy.com/t/"; 
_gcio.push(['pid', pid]); 
_gcio.push(['uid', uid]);        // Optional
_gcio.push(['tcf', tcf]);        // Optional
var d=document, g=d.createElement('script'), 
s=d.getElementsByTagName('script')[0]; 
g.type='text/javascript'; g.async=true; g.src=u+'gcid_s.min.js'; s.parentNode.insertBefore(g,s); 
})(); 
</script>

Last updated