Skip to main content

Dyneti Device ID Config Object

{
"version": 1,
"data": {
"latitude": 37.272085,
"longitude": -115.870854,
"cartAmountCents": 1000,
"cartCurrency": "USD",
"accountAddress": "123 Some St.",
"merchantName": "Big Kahuna Burger",
"doordashDeviceID": "doordash-device-id-1234abcd"
}
}

data

type Dict<str, any> optional yes default null

Optional additional user data can be provided to improve the accuracy of the device fingerprint.

Example value:

{
"latitude": 37.272085,
"longitude": -115.870854,
"cartAmountCents": 1000,
"accountAddress": "123 Some St.",
"merchantName": "Big Kahuna Burger"
}


version

type int optional yes default 1

Reserved for future use. Sets the fingerprint version to ensure a stable fingerprint ID.