emailInsights Bundle

For calls to the Match endpoint that include an email address, the emailInsights bundle returns information on when the email was last verified as active through LiveRamp's match network.

The emailInsights bundle is not returned for calls to the Match endpoint that do not contain an email address.

Example

{
  "entity" : {
    "abilitec" : {
      "consumerLink" : "T999US0200000001",
      "addressLink" : "T999US1399999999",
      "householdLink" : "T999US0800000002",
    },
    "contactFlags" : {
      "isBestEmailTouchpoint" : true,
      "isBestPhoneTouchpoint" : true
    },
    "emailInsights" : {
      "isClickVerified" : true,
      "clickVerifyDate" : "2021-01-07T17:33:01+0000"
    }
  }
}