Adding profiles to a subscription list in AJO | Adobe Higher Education
Skip to main content
Level 2
April 9, 2024
Beantwortet

Adding profiles to a subscription list in AJO

  • April 9, 2024
  • 1 Antwort
  • 1204 Ansichten

Typically, profiles can be added to a subscription list using a landing page, as documented in the following:
https://experienceleague.adobe.com/en/docs/journey-optimizer/using/landing-pages/subscription-list

 

However, I have a use case where the subscription information is coming from an external source (CRM system) and I would like to incrementally and periodically add profiles to a subscription list in AJO. Is there a programmatic way of doing it, either via UI or API?

 

Thank you for your help!

 

Dieses Thema wurde für Antworten geschlossen.
Beste Antwort von SatheeskannaK

@lulugw, You can ingest the subscription data from CRM either using HTTP API or batch ingestion method that will map to the field group Generic Marketing Preference Field with Subscriptions

1 Antwort

SatheeskannaK
Community Advisor
Community Advisor
April 9, 2024

@lulugw, You can ingest the subscription data from CRM either using HTTP API or batch ingestion method that will map to the field group Generic Marketing Preference Field with Subscriptions

Thanks, Sathees
lulugwAutor
Level 2
April 11, 2024

Is it possible to add subscriptions, one by one, as opposed to having the whole subscription map object  populated?

SatheeskannaK
Community Advisor
Community Advisor
April 11, 2024

The method of data ingestion plays a crucial role in this scenario. When all subscriptions are inputted into a single Individual Profile dataset, it is necessary to map all subscriptions each time to avoid overwriting the map value. However, if the subscriptions are stored in two distinct datasets, AEP will combine the maps. In the case of an experience event, the subscription is timestamped, eliminating the need to map both.

Thanks, Sathees