Skip to main content
Filter by
Sorted by
Tagged with
0 votes
0 answers
470 views

I'm using OneTrust for cookie consent in our Next.js project, but the cookie banner keeps reappearing every time I refresh the page, even after clicking the "Accept All Cookies" button. Here'...
Ren's user avatar
  • 109
0 votes
1 answer
314 views

I'm working on a site built with Astro and have integrated Google Analytics via Google Tag Manager (GTM). I’ve also set up OneTrust for cookie consent. GA fires only when the user allows performance ...
Muhammad Taseen's user avatar
0 votes
0 answers
43 views

The company I work for uses OneTrust to handle GDPR. I have the task to make a google map show up. I have had issues making the https://maps.googleapis.com/maps/api script tag to work as I wanted to ...
Alejandro B.'s user avatar
  • 5,130
1 vote
2 answers
2k views

I'm using OneTrust for my cookie banner on a website. I'm trying to determine how, using Javascript, to tell if a user has opted in to permit cookies. I have been able to detect changes to cookie opt-...
Darren Gates's user avatar
1 vote
0 answers
431 views

I have a Next.js 14 website with OneTrust integrated into it. It looks like OneTrust blocks my route chunks if certain consent were not provided. I believe, to solve this, I need to add data-to-ignore ...
mesiaserwin's user avatar
2 votes
2 answers
3k views

I am having difficulty adjusting several of my TypeScript files to load depending on OneTrust, whether it's available or not on pageload, and if available, only loading certain TypeScript scripts when ...
Tobias's user avatar
  • 62
1 vote
1 answer
4k views

I am working on an Angular application and I am using OneTrust for cookie consent management. The issue I am facing currently is that although rest of the components of the login page are translated ...
user18520267's user avatar
1 vote
0 answers
771 views

I have a pre-production site which is not publicly opened. We access it thanks to an IPs whitelist. I need to let OneTrust scan it to configure it before opening the site publicly. Does OneTrust has a ...
A. Flouw's user avatar
0 votes
1 answer
2k views

I have a NextJs 12 app which have urls domain.com and domain.com/es we use OneTrus cookie banner in _document.ts like so <Head> <Script id="one-trust" ...
seven's user avatar
  • 1,774
0 votes
1 answer
913 views

Why do Google Analytics 4 (GA4) network calls fire on "stackoverflow.com" even after turning off the cookies from the OneTrust Cookie settings? Please click on the links to view the ...
Adi's user avatar
  • 1
1 vote
1 answer
2k views

I am loading a script from Youtube on page load, which loads the script and creates some cookies, which are needed from Youtube. Now, I have implemented OneTrust to work on cookies based on user ...
RightRe's user avatar
  • 21
2 votes
1 answer
2k views

I added OneTrust cookies consent modal/popup to my page The thing is that when we click on "Reject all cookies" button, visitor's cookies are not being deleted, they are still there, if he ...
arcollector's user avatar
5 votes
3 answers
3k views

I am integrating a cookie tool - OneTrust. I add them by adding scripts in the <head> of the html page. The scripts call other scripts and create inline styles. I manage to embrace all scripts ...
Lukasz J's user avatar
1 vote
0 answers
2k views

I'm trying to reorder the execution of scripts in my codebase. What I need is for the OneTrust scripts to fire before my GTM scripts and for whatever reason I can't seem to get that to happen. I've ...
miiiracle's user avatar
1 vote
1 answer
4k views

I'm using OneTrust cookie banners in an Angular application. I'm not the one creating the cookie banner, but it seems the way it works is our OneTrust engineer makes a OneTrust banner available for ...
Kyle Vassella's user avatar
3 votes
1 answer
5k views

One of my clients has a cross domain analytics set up. Everything works well, but there are different behaviors when user gives full cookie consent and when he allows only strictly necessary cookies. ...
Jakub Simek's user avatar
1 vote
0 answers
528 views

I have an issue when building android react native 0.66.4 It somehow mention 0.71, not sure what's wrong here. please help A problem occurred configuring project ':react-native-onetrust-cmp'. > ...
Hans Yulian's user avatar
  • 1,180
0 votes
1 answer
3k views

My company are running some updates on our cookie policy. We were looking into OneTrust's cookie compliance. It seems to be a popular platform when it comes to Privacy and Security. We've build our ...
vgr's user avatar
  • 1
0 votes
2 answers
2k views

Working on a React application that makes use of a 3rd party JS script from OneTrust cookie scripts. Their scripts really are not designed well for SPAs. Right now I’m simply calling the script ...
Shane Luca's user avatar
0 votes
0 answers
849 views

The Website is using OneTrust, when popup cookie setting show then generated _ga cookie name. Client want to when click button Reject all on popup cookie setting then delete _ga cookie name. But I ...
Mr Siro's user avatar
0 votes
1 answer
1k views

I have a nextjs project. I want to implement oneTrust CMP solution for my domain. I am required to place oneTrust scripts before any other scripts In the _app.js file and I want to check if the sub-...
Tapu Das's user avatar
  • 421
3 votes
1 answer
7k views

I am trying to run the following line of code OneTrust.OnConsentChanged(() => { alert("consent changed"); }); As expected, I am getting the error message: 'OneTrust' is not ...
WhatThe22's user avatar
0 votes
1 answer
1k views

Testing around with OneTrust functions on my application I used OneTrust.BlockGoogleAnalytics() and now I can not see the data layer pushs on the GTM/GA Debugger extension. Where, how do I revert this ...
otigar1006's user avatar
8 votes
1 answer
10k views

It seems like you have to whitelist your staging or local site in order to perform test. Does anyone know a way around that? I went to their website to look through documentation, but I can find ...
Rabus McCaleb - Simpleview's user avatar
0 votes
1 answer
2k views

I'm getting from my backend an image (in blob) which I need to display in an img tag. template.html <img class="image" [src]="selectedImage.imageStream" /> component.ts getDocument(...
cjg's user avatar
  • 11
2 votes
0 answers
367 views

I implemented a consent management platform called OneTrust SDK. This works and I can see users' consent choices on various cookies. Currently, the app getting no ads from AdMob at all, and my goal is ...
mirkancal's user avatar
  • 5,457
1 vote
0 answers
3k views

I want to integrate a cookie banner from Onetrust. When I am implementing a Onetrust cookie consent banner, I followed all the steps that it requires I scan my website on Onetrust dashboard so it can ...
NickD's user avatar
  • 191