Skip to content

Commit

Permalink
include ias
Browse files Browse the repository at this point in the history
  • Loading branch information
hobbes7878 committed Mar 6, 2024
1 parent 3814b14 commit 85142fe
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/components/AdSlot/adScripts/bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;

Expand Down

0 comments on commit 85142fe

Please sign in to comment.