Bake

circle-check
circle-info

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

chevron-rightGET /bakehashtag

Purpose

The Bake endpoint is an API endpoint that can be used for multiple purposes, such as authenticated traffic identification, site categorization and platform synchronization among others. The following list provides the reference table for all parameters bake endpoint accepts.

Request (cURL)

curl --location '{{_.base_url}}/bake' \

Query parameters

Parameter
Type
Default Value
Description

gdpr_consent

string

null

GDPR consent string

gdpr

integer

null

Whether GDPR applies to the current user.

partner

string

null

Partner name or identifier

parcid

string

null

Partner cookie ID (if not provided, falls back to partner)

drdir

string

null

Partner redirect URL (if present, triggers redirect metrics)

publisher

string

null

Publisher name or identifier

category

string

null

Category string (used for audience segmentation, can be comma-separated)

pubcid

string

null

Publisher cookie ID (alternative to category for audience segmentation)

email

string

null

Hashed email address of the user

car

string

"1"

Carousel flag ("1" for true, "0" for false)

drop

string

"1"

Drop dA cookie flag ("1" for true, "0" for false)

returndaid

string

null

If not null/empty, triggers DAID return in response

url

string

null

URL of the page where the request originated

did

string

null

Device ID

dtype

string

null

Device type

sync

string

null

Vendor sync list (comma-separated vendor IDs)

sid

string

null

Shared ID

daid

string

null

DAID from sync (if available)

gc

string

null

Gravito cookie JSON (user data, consent, etc.)

Notes:

  • All parameters are optional and passed as query string values.

Last updated