Bi-directional sync

circle-check
circle-info

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

chevron-rightGET /bakehashtag

Purpose

Provide the profile id digitalAudience (dA), retrieve the unique dA id and redirect the response to a specific URL.

Request (cURL)

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

Query parameters

Property
Description

partner=PARTNER_ID

The partner id, provided by dA

parcid=PARTNER_PROFILE_ID

The profile id that will be synced with dA id

returndaid=1

Returns dA id as plain text

car=0

Platform carouselling disabled on dA side

drdir=REDIRECT_URL

The full URL-encoded redirect URL

gdpr=GDPR_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