UserDB

NameTypeDescriptionSample Data
IdstringOriginal identifier. A unique ID is generated for each UserDB action fired"a1b2c3d4e5f6g7h8i9j0"
EventCreatedOntimestampUnix timestamp in milliseconds when the event, in this case UserDB action, was performed1735689600000
actionstringThe action performed to the UserDB recordSee table below.
interestjsonRefers to the Interest sent in the Set Interest API.
Populated when action is "interest"
{ "Sports Lover", "Finance"} 

customjsonRefers to the Custom Properties sent in the Set Custom Properties API.
Populated when action is "custom"
{ 
	"age": 25,
	"gender": "M",
	"location": "Singapore"
}

NetworkIdstringIdentifier for the network"12345"
user_keystringKey identifying the user"ue_e8be4e08dc0345e1b94157f104a5b2ef"

Action

ActionDescription
cookieUser record was loaded as the azk cookie (/set endpoint).
consentUser's consent was added/removed (/consent endpoint).
customCustom Properties sent in the Set User Properties API.
forgetUser record was forgotten (/forgot endpoint).
interestInterest sent in the Set Interest API. Populated when .
ipIP address was added to user record (/ip endpoint).
retargetingUser record was added to retargeting segment (/rt endpoint).
optoutUser was opted out of UserDB tracking (/optout endpoint).
syncUser record was synced with a third-party ID (/sync endpoint).