XDM Individual Prospect Profile class

Last update: 2024-05-16
  • Topics:
  • Schemas
    View more on this topic
  • Created for:
  • Developer

In Experience Data Model (XDM), the XDM Individual Prospect Profile class captures prospect profiles typically sourced from data partners for top-of-the-funnel customer acquisition use-cases.

NOTE

To set a field in the XDM Individual Prospect Profile as an indentity, you must first create at least one Partner ID namespace. Read more about Partner ID namespaces in the identity types section.

The schema diagram of the XDM Prospect class.

Property Data type Description
_repo Object This class enables you to bring in prospect profiles sourced from data vendors to funnel customer acquisition use cases.
_repo.createDate DateTime The server date and time when the resource was created in the repository. The creation time could be when an asset file is first uploaded, or a directory is created by the server as the parent of a new asset. The datetime property should conform to ISO 8601 standard. An example of this format is “2004-10-23T12:00:00-06:00”.
_repo.modifyDate DateTime The server date and time when the resource was last modified in the repository, such as when a new version of an asset is uploaded or a directory’s child resource is added or removed. The datetime property should conform to ISO 8601 standard. An example form is “2004-10-23T12:00:00-06:00”.
_id String A unique, system-generated string identifier for the record. This field is used to track the uniqueness of an individual record, prevent duplication of data, and to look up that record in downstream services.

Since this field is system-generated, it does not supply an explicit value during data ingestion. However, you can opt to supply your own unique ID values if you wish.
createdByBatchID String The ID of the ingested batch that caused the record to be created.
modifiedByBatchID String The ID of the last ingested batch that caused the record to be updated.
partnerID String Typically, a unique pseudonymous identifier which identifies an individual prospect. See the documentation on identity types to learn more about the Partner ID and the other identity types that are available within Adobe Experience Platform.
repositoryCreatedBy String The ID of the user who created the record.
repositoryLastModifiedBy String The ID of the user who last modified the record. When the record is created, the modifiedByUser value is set as the createdByUser value.

On this page