...
argument name | type | optional | value | description |
---|---|---|---|---|
command | string |
| ||
parameter | string | ✔️ | e.g., : | The publisher site privacy policy page. |
callback | function | ✔️ |
| The callback function that is called with the function call result. |
...
The CMP for each consent zone has an area in the GUI where the user can access the publisher’s privacy policy page for more information regarding this matter. This means the privacy policy page should be correctly configured in order to provide this feature in the GUI. In case the privacy policy has different sections or different pages altogether for each specific zone, a different link for each consent zone can be provided, using the specific interfaces adconsent.gdpr()
and adconsent.ccpa()
.
If the user is already on the privacy policy page, having this setting will prevent the CMP popup from automatically opening on the page (but not for the other pages), which is the recommended behavior. Please check showGUI command for insights on how to manually open the CMP GUI on these pages.
...