Retrieve daid
Base url: https://target.digitalaudience.io/bakery
The API is region-enabled. See the current list of regions where API can be accessed.
GET /bake
Purpose
Retrieve a unique dA sha256 hashed sync id.
Request (cURL)
curl --location '{{_.base_url}}/bake?returndaid=1&car=0&gdpr=GDPR_APPLIES&gdpr_consent=GDPR_CONSENT_STRING' \Query parameters
Property
Description
returndaid=1
Returns dA id as plain text
car=0
Platform carouselling disabled
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 200
Content-type
text/plain
Content-length
32
Last updated