post https://e-networkId.adzerk.net/udb/networkId/custom
With this you can tie Custom Properties to a specific UserKey using key/value pairs. For instance, {"Key":"Value"}
could be {"favoriteColor": "blue"}
. Note that each call to set custom properties will replace any existing custom properties.
The max size of a custom data object in a UserDB record is 8 KB.
We recommend using either
camelCase
orsnake_case
custom property keys as these work well with Zerkel. Howeverkebab-case
should be avoided. Also, symbol prefixes (like$
,%
,:
, etc.) should not be used.