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.
Example
Sample contactFlags bundle in JSON format:
{
"person": {
"anonymousAbilitec": {
"anonymousConsumerLink": "XYT0017PNOohstUb2z9jZHY4v5ef_i-DOGbBv-GzZL-ecBKZ4"
},
"contactFlags" : {
"isBestEmailTouchpoint" : true,
"isBestPhoneTouchpoint" : true,
"isBestPostalTouchpoint" : false
}
}
}
Pseudonymous identifier
In the context of the RampID API, references to "anonymousAbilitec" indicate resolving to people-based pseudonymous online identifiers. For more information, see "RampID Methodology" in the Identity documentation.