GET /consent_banner/get
Fetch the consent banner configuration by Advertisable EID.
consent_banner_state
will be one of:
adroll
: advertisable has selected AdRoll's consent banner solutioncustom_pending
: advertisable has opted to use their own consent solution and it is pending AdRoll approvalcustom_approved
: advertisable's own consent solution has been approved by AdRoll adminscustom_rejected
: advertisable's own consent solution was rejected by AdRoll adminsbanner_declined
: advertisable has selected not to use a consent solution and AdRoll will not track/serve ads to users in GDPR countries (available only to advertisables in countries not covered by GDPR)null
: no selection has been made by the advertisable
Servers
- https://services.adroll.com/api/v1
Query parameters
Name | Type | Required | Description |
---|---|---|---|
advertisable |
String | Yes |
EID of advertisable |
How to start integrating
- Add HTTP Task to your workflow definition.
- Search for the API you want to integrate with and click on the name.
- This loads the API reference documentation and prepares the Http request settings.
- Click Test request to test run your request to the API and see the API's response.