From 85142fe9327411d1974a2967c15516fee0fff847 Mon Sep 17 00:00:00 2001 From: Jon McClure Date: Wed, 6 Mar 2024 09:10:23 +0000 Subject: [PATCH] include ias --- src/components/AdSlot/adScripts/bootstrap.ts | 4 ---- 1 file changed, 4 deletions(-) diff --git a/src/components/AdSlot/adScripts/bootstrap.ts b/src/components/AdSlot/adScripts/bootstrap.ts index c9fe5d73..76bc3a32 100644 --- a/src/components/AdSlot/adScripts/bootstrap.ts +++ b/src/components/AdSlot/adScripts/bootstrap.ts @@ -30,10 +30,6 @@ export const loadBootstrap = () => { }, (onetrustResponse) => { const iasPromise = Ias(); - - // Ask Thea about Permutive implementation (considering there are no logged in users on Graphics) - // Should we use Permutive at all? - // Should we import ArcP SDK to graphics to get the same user as logged in on RCom? return Promise.all([iasPromise]).then((responses) => { const [iasResponse] = responses;