v1

latestOpenAPI 3.1.02026-07-2616636641.7 KB

Set Custom Properties

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.

post/custom

Path parameters

networkIdinteger required

Your account (network) ID

Query parameters

propertystring

Appends one or more key/value pairs to be shipped to UserDB logs. In the format ?property:Key1=Value&property:Key2=Value etc.

groupinteger

Optional. Sets the user's incrementality group (1–100) as part of this request; use group=null to clear it, or omit to leave it unchanged. Invalid values reject the entire request.

Request body

Key/Value Objectstring required

This is a JSON object that can be anything since it's custom data. For instance, {"favoriteColor": "blue"}.

Response

200