JSON Response

Samples and glossary for Intent IQ ID Resolution JSON response

{
    "trid": "b61f18c9-db51-421f-9039-8f9360e18bec",
    "ctrid": "",
    "person": "M9Sfi35xFO",
    "house": "pOjfi35xFO",
    "ml": 2,
    "puid": "",
    "cuid": "",
    "action": "",
    "unsentemailcount": 0,
    "c2c":
    [],
    "bd":
    [],
    "emails":
    [],
    "maids":
    []
}

JSON Response Parameters

AttributeDescription

trid

The transaction ID related to this request that will be returned in the output data

ctrid

Clustering ID used to stitch multiple fragmented events into single person identity

person

Person ID

house

HouseHold ID

ml

Match level of the “ctrid” (see values below (*).

puid

User ID provided in request by partner (e.g. cookie ID, mobile ID, etc.) (“pcid”)

cuid

Partner’s advertisers’ identities (“pai”)

action

Attribute term partner sent during the request (“dpt")

unsentemailcount

The amount of found emails that aren't part of the response, if not configured, value will be 0

c2c

Set of cookies matched by Intent IQ containing: “pid”: platform ID (SSP/DSP i.e., 123456 for Magnite ) “uid”: platform ID value “ml”: match level between the request client and the cookie found (*) "ts": Epoch timestamp in milliseconds “dt”: device type, each value represents a different device

bd

Set of behavioral data matched by Intent IQ containing: “ctid” Partner ID “pid” :partner cookie ID “ml”: match level between the request client and the data found (*)

emails

Set of emails matched by Intent IQ containing: "erank” rank of the email “edata” representing the encoding type and the encoded email () "ml” match level between the request client and the email found ().

maids

Set of IFAs matched by Intent IQ containing: “ifa”: associated IFA ID “ml”: match level between the request client and the IFA found (*) “dt”: device type, each value represents a different device (see below for values) (*).

Last updated