Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

argument name

type

optional

value

description

command

string

'reconsiderConsent'

parameter

number

-1, 0, 1..N

The number of hours until triggering the reconsideration function, passed in the callback parameter.

callback

function

✔️

function(cookieAge)

The callback function is to be called when the reconsideration period has passed, having the cookie age in hours passed as a parameter.

...

This is the publisher defined function to be called when the reconsideration period triggers. It is called with the cookie age in hours as an input parameter. It can be undefined though, and in that case, the default adconsent('showGUI') function will be called when the reconsideration is triggered.

parameter

Number The number of hours until triggering consent reconsideration. It can have the following values:

...

When the AdConsent GUI opens, the users user can either accept all, keep his previous custom choices, or change to new custom choices. In either way, the users user's choice is stored again setting the consent date to the current date and time. This means that reconsider will only be triggered once every configured reconsideration hours. For example, if reconsideration is set to 48 hours, the user will get an AdConsent GUI once every two days.

Even when AdConsent opens the GUI or call calls the custom reconsideration function upon a consent reconsideration, all the existing consent event flow is maintained. This means that, e.g., having an ad provider in the page that starts when consent is available will be started as soon as consent is read. This system won't wait for reconsideration, so the ad provider will start and show ads with a non-full consent (if possible) and then, after the reconsideration and if the user indeed reconsidered consent, a new consent event is triggered, thus allowing the existing systems that depend on consent to update their consent values and act accordingly.

...

This configuration will open the AdConsent GUI when there is no full consent and the choice is older than 48 hours. It will store the users user's new choices and when no full consent was given, trigger after 48 hours again.

...

It is advisable that the reminder is not intrusive, like a popup, but embedded within your content. This reminder view should have a button or link which opens the AdConsent GUI when clicked.

...