From 625d4df57aa279550c428f0e01b12a874b48ef0c Mon Sep 17 00:00:00 2001 From: Mark Conrad Date: Wed, 25 Nov 2020 10:40:47 -0500 Subject: [PATCH 1/7] Fix the userId example so the page will load --- integrationExamples/gpt/userId_example.html | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/integrationExamples/gpt/userId_example.html b/integrationExamples/gpt/userId_example.html index 7375293fdf0..e7541289037 100644 --- a/integrationExamples/gpt/userId_example.html +++ b/integrationExamples/gpt/userId_example.html @@ -71,10 +71,12 @@ t.async = false; t.src = 'http://acdn.adnxs.com/cmp/cmp.bundle.js'; var tag = document.getElementsByTagName('head')[0]; - tag.appendChild(t); + tag.appendChild(t); } })(window, document); // window.__cmp('showConsentTool'); + + function getHashedEmail() {}