Learn about the data that's returned by the Retrieval API, including RampIDs and match metadata.

Depending on the endpoint you call and the included parameters, the RampID API returns the following data:

  • RampIDs—Identifiers that allow you to identify and consolidate records across multiple systems.
  • Match Metadata—When the Match endpoint is used, information about the components that were used to obtain the match, the matching level of the match cascade, and whether any components were invalid.

RampIDs

RampIDs are identifiers that are tied to a record in the LiveRamp Identity Graph. They allow you to identify and consolidate records across multiple systems.

You can make a call to return only the best match for the input data, or you can choose to receive multiple identifiers (for calls to the Match endpoint).

For more information about RampID types, versions, format, and structure, see RampIDs.

Match Metadata

Match metadata is returned when you send data to the Match endpoint. Match metadata includes information related to the matching process. This information can help optimize data collection through improved understanding of which data types or PII types yield the best results.

Match metadata includes the following:

  • The match level in the match cascade (the “matchConfidence” parameter).
  • The input components that contributed to the match (the “matchComponents” parameter).
  • Whether there are additional maintained RampIDs associated with the components of the input data that were used for the match (the “distinctMatch” parameter).
  • Whether part or all of the major name components were used to obtain the match (the “nameMatchIntegrity” parameter).
  • Whether any components of the input data are invalid, such as an email address that is not in a valid format (the “invalidParameters” parameter).
Match LevelComponents Matched
1Name + Address + ZIP
2Name + Email
3Name + Phone
4Partial Name + Email
5Partial Name + Phone
6Email
7Phone
8Name + ZIP

See Metadata Bundles for more information.