Leiste mit Community-Erfolgen erweitern.

GELÖST

Can I update profile OR trigger event using restful api?

Avatar

Level 2

I want to use the Restful API to update a certain attribute of a profile (such as gender), or use the API to trigger events during the journey.

But I'm not sure if AJO or AEP supports it.

If possible, could you please provide a document or sample? Thank you~

Themen

Anhand von Themen werden Community-Inhalte kategorisiert und Sie können so relevanten Inhalt besser finden.

1 Akzeptierte Lösung

Avatar

Korrekte Antwort von
Employee Advisor

Journey Optimizer requires events to be streamed to Data Collection Core Service (DCCS) to be able to trigger a journey

 

You can refer to the following documentation for more details

https://experienceleague.adobe.com/docs/journey-optimizer/using/configuration/configure-journeys/eve...

 

Even profile attributes can be updated either using "update profile" node using either of the two options

 

1) Journey context 

https://experienceleague.adobe.com/docs/journey-optimizer/using/orchestrate-journeys/about-journey-b...

dugganab_0-1709381864961.png

2) Streaming end points

https://experienceleague.adobe.com/docs/experience-platform/ingestion/streaming/overview.html?lang=e...

Lösung in ursprünglichem Beitrag anzeigen

2 Antworten

Avatar

Korrekte Antwort von
Employee Advisor

Journey Optimizer requires events to be streamed to Data Collection Core Service (DCCS) to be able to trigger a journey

 

You can refer to the following documentation for more details

https://experienceleague.adobe.com/docs/journey-optimizer/using/configuration/configure-journeys/eve...

 

Even profile attributes can be updated either using "update profile" node using either of the two options

 

1) Journey context 

https://experienceleague.adobe.com/docs/journey-optimizer/using/orchestrate-journeys/about-journey-b...

dugganab_0-1709381864961.png

2) Streaming end points

https://experienceleague.adobe.com/docs/experience-platform/ingestion/streaming/overview.html?lang=e...

Avatar

Level 2

got it. Thanks