contactFlags Bundle

For calls to the Match Endpoint, the contactFlags bundle returns information about whether the touchpoints included in the call (email, phone, and postal address) are the best contacts for that individual. “Best” is determined through the LiveRamp identity graph and may not be the same touchpoint identified as “best” by your internal metrics.

Example

Sample contactFlags bundle in JSON format:

{
  "entity" : {
    "abilitec" : {
      "consumerLink" : "T999US0200000001"
      "addressLink" : "003YUS133J313WBM",
      "householdLink" : "003YUS18MJ8SN8EB"
    },
    "contactFlags" : {
      "isBestEmailTouchpoint" : true,
      "isBestPhoneTouchpoint" : true,
      "isBestPostalTouchpoint" : false
    }
  }
}