Retrieve daid with a redirect

circle-check
circle-info

The API is region-enabled. See the current list of regions where API can be accessed.

chevron-rightGET /bakehashtag

Purpose

Retrieve a unique digitalAudience (dA) id and redirect the response to a specific URL.

Request (cURL)

curl --location '{{_.base_url}}/bake?returndaid=1&car=0&drdir=REDIRECT_URL&gdpr=GDPR_APPLIES&gdpr_consent=GDPR_CONSENT_STRING' \

Query parameters

Property
Description

returndaid=1

Returns dAid as plain text

car=0

Platform carouselling disabled on dA side

drdir=REDIRECT_URL

The full URL-encoded redirect URL

gdpr=GDRP_APPLIES

Whether GDPR applies to the current user (0|1)

gdpr_consent=GDPR_CONSENT_STRING

The captured GDPR consent string

Response

Property
Description

StatusCode

HTTP status code 302

Content-type

text/plain

Last updated