Skip to main content


         This documentation site is for previous versions. Visit our new documentation site for current releases.      
 

Adobe Experience Platform Profile and Segment Membership integration component

Updated on August 9, 2022

The Adobe Experience Platform (AEP) Profile and Segment Membership integration component is publicly available for download on Pega Marketplace.

This component is meant to be used by any customer who plans to export profile attribute and segment membership information from Adobe Experience Platform to use in Pega Customer Decision Hub. On the Adobe Exchange, the Pega Customer Decision Hub can be selected for export of the AEP profile and segment membership data.

This document presents sample use cases to help you better understand how and when you should use the Pega Customer Decision Hub destination as an Adobe Experience Platform customer.

Telecommunications

A marketer wants to leverage insights from a data science model-based next best action as delivered by Pega Customer Decision Hub for customer engagement. Pega Customer Decision Hub is heavily reliant on customer intent. For example, it takes into consideration customer profile, previous interactions, propensity, and more, as in Interested_In_5G, Interested_in_Unlimited_Dataplan, or Interest_in_iPhone_accessories.

Financial services

A marketer wants to optimize the offers for customers who subscribed or unsubscribed from Pension Plan or Retirement Plan newsletters. Financial services companies can ingest multiple Customer IDs from their own Customer Relationship Management (CRM) systems into Adobe Experience Platform, build segments from their own offline data, and send profiles that are entering and exiting the segments to Pega Customer Decision Hub for next-best-action decisioning in outbound channels.

Pega Customer Decision Hub customers benefit from the AEP Segment membership data leveraging the insights for engagement criteria, and as predictors for adaptive models. The AEP data will enrich already available data and support the decisioning process of Pega Customer Decision Hub in generating next best actions.

Adobe Experience Platform Profile and Segment Membership integration component accepts a standard JSON into the shipped service, and the segment membership data are saved into a relational table in Pega Customer Decision Hub. The data then can be used in the engagement policies, and as predictors in adaptive models to drive next-best-action decisioning.

Expected JSON format for AEP Profile and Segment Membership integration

Example: JSON for AEP Profile and Segment Membership integration component update:

{
    "CustomerID": "CUSTOMER-2029",
    "Attributes": {
        "FirstName": "Bret",
        "LastName": "Goudriaan"
    },
    "Segments": [
        {
            "SegmentID": "5a046580-29ff-4d3a-99ba-05zy03e3853",
            "Name": "Interested in Credit Cards",
            "LastQualificationTime": "20220626T194046.628 GMT",
            "Status": "realized",
            "Version": "3",
            "ValidUntil": "20220925T194046.628 GMT",
            "Namespace": "AAM"
        },
        {
            "SegmentID": "3a046580-29ee-4d3a-99ba-07zy03e3872",
            "Name": "Interested in Deposit Accounts",
            "LastQualificationTime": "20220516T194046.628 GMT",
            "Status": "realized",
            "Version": "3",
            "ValidUntil": "20220815T194046.628 GMT",
            "Namespace": "AAM"
        },
        {
            "SegmentID": "7975610b-caae-4821-91e8-4445ba8aa013",
            "Name": "Interested in Mortgages",
            "LastQualificationTime": "20220129T194046.628 GMT",
            "Status": "exited",
            "Namespace": "AAM"
        }
    ]
}

JSON elements for AEP Profile and Segment Membership integration component

JSON elements used in the AEP Profile and Segment Membership integration component.

CustomerID
Unique ID that identifies a profile.
Segments
List of segments with Segment membership information.
SegmentID
The segment identifier the user belongs to.
Name
The segment name corresponding to the segment ID the user belongs to.
LastQualificationTime
A timestamp of the last time the profile qualified for the segment.
Status
Segment membership status has one of the values:

Existing: The profile was already part of the segment prior to the request and continues to maintain its membership.

Realized: The profile is entering the segment as part of the current request.

Exited: The profile is exiting the segment as part of the current request.

Version
The version of the segment that the profile qualified for.
ValidUntil
A timestamp of when the segment membership should no longer be assumed to be valid.
Namespace
The namespace which the segment membership belongs to.
Note: The segment membership component does not update any profile attributes such as FirstName or LastName. These attributes can be updated in your Pega Customer Decision Hub Customer profile data model by extending the Segment Membership Activity Rule type. This would be a custom task and is not delivered as part of this integration. When streaming data from AEP to Pega Customer Decision Hub, the focus is on the Segment Membership updates for the customers that exist both in AEP as well as in Pega Customer Decision Hub.
  • Next topic Installing and configuring the Adobe Experience Platform Profile and Segment Membership integration component

Have a question? Get answers now.

Visit the Support Center to ask questions, engage in discussions, share ideas, and help others.

Did you find this content helpful?

Want to help us improve this content?

We'd prefer it if you saw us at our best.

Pega.com is not optimized for Internet Explorer. For the optimal experience, please use:

Close Deprecation Notice
Contact us