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

Parameter

Description

pid

Partner ID (Provided by GrowthCode)

required

uid

Partner User ID (Your User ID)

optional

tcf

GPP IAB TCF Version 2.0 String (EU) - Specs

optional

tcfca

GPP IAB TCF Version 1.0 String (Canada) - Specs

optional

usprivacy

GPP IAB CCPA/USP v1 - Specs

optional

nl

Newsletter Processing (true/false)

optional

h1

Hashed email - MD5

optional

h2

Hashed email - SHA1

optional

h3

Hashed email - SHA256

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>

NOTE: Google Tag Manager or placement of the native script on all pages.

Last updated