You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Lot of people just don't want to be tracked, some of them have activated "Do not track" feature on their browsers (for those who know it), some of them use browsers extension to kick or manage permissions (I develop one of those extension).
But to develop it, and to be really "transparency - and - consent" you need to allow easily to reject all non-mandatory permissions. You already do it using UI. Good job, most of platforms don't provide it. So thanks ! But can you add this feature in the JS API ?
Moreover, you already provide API interface to accept everything and to reject one by one. So reject everything will not be a massive cost, considering that if you comply to Gdpr, it's the default choice. Quantcast, for example, provides this API method. Because they want to comply. Sites which implements Quantcast can choose if they accept to display or not the button for rejecting everything (hello hypocrisies).
And what about the respect of "do not track" feature/flag provided by some browsers. When I switch on "do not track" on my browser, do you still think that is important to ask me again and again on each site if I want to be tracked ?
Remember that, by default, the european law ask that all consentis are rejected by default. To allow an explicit and chosen consent. And when, a user activates "do not track" feature of its browser, it knows what it does. So, again, why ask to those guys, if they want to be track if they have activated voluntarily the "do not track" feature.
Many thanks !
The text was updated successfully, but these errors were encountered:
Hi !
Lot of people just don't want to be tracked, some of them have activated "Do not track" feature on their browsers (for those who know it), some of them use browsers extension to kick or manage permissions (I develop one of those extension).
But to develop it, and to be really "transparency - and - consent" you need to allow easily to reject all non-mandatory permissions. You already do it using UI. Good job, most of platforms don't provide it. So thanks ! But can you add this feature in the JS API ?
Moreover, you already provide API interface to accept everything and to reject one by one. So reject everything will not be a massive cost, considering that if you comply to Gdpr, it's the default choice. Quantcast, for example, provides this API method. Because they want to comply. Sites which implements Quantcast can choose if they accept to display or not the button for rejecting everything (hello hypocrisies).
And what about the respect of "do not track" feature/flag provided by some browsers. When I switch on "do not track" on my browser, do you still think that is important to ask me again and again on each site if I want to be tracked ?
Remember that, by default, the european law ask that all consentis are rejected by default. To allow an explicit and chosen consent. And when, a user activates "do not track" feature of its browser, it knows what it does. So, again, why ask to those guys, if they want to be track if they have activated voluntarily the "do not track" feature.
Many thanks !
The text was updated successfully, but these errors were encountered: