AEM API for "Export to Adobe Target" programmatically | Adobe Higher Education
Skip to main content
August 3, 2021
Respondido

AEM API for "Export to Adobe Target" programmatically

  • August 3, 2021
  • 1 resposta
  • 933 Visualizações

I like to setup a scheduler for "Export to Adobe Target" for experience fragments I have. Can anyone in the forum has done this before and guide on how we can achieve this?

Este tópico foi fechado para respostas.
Melhor resposta por Ravi_Pampana

Hi,

 

You can find the API calls happening on selecting export to Adobe target and try to use them in the scheduler.

 

But handling via scheduler instead of using OOtB and authors handling, might requires lot of changes as you need to check whether it has be included without activating and errors which gets if the export is failed (handling errors sending notifications on success and failures) and including all variations etc. Updating/verifying API on product updates.

 

It will be good that inform authors to use the OOtB option available in XF page to push the XF to target instead of recreating the custom solution which will be complex

1 Resposta

Ravi_Pampana
Community Advisor
Ravi_PampanaCommunity AdvisorResposta
Community Advisor
August 3, 2021

Hi,

 

You can find the API calls happening on selecting export to Adobe target and try to use them in the scheduler.

 

But handling via scheduler instead of using OOtB and authors handling, might requires lot of changes as you need to check whether it has be included without activating and errors which gets if the export is failed (handling errors sending notifications on success and failures) and including all variations etc. Updating/verifying API on product updates.

 

It will be good that inform authors to use the OOtB option available in XF page to push the XF to target instead of recreating the custom solution which will be complex

August 4, 2021
Thanks Ravi for taking time and respond to my post. Let's narrow down the request keeping aside the scheduler part it is another use case. Are you aware of any API that can be used to programmatically perform "Export to Adobe Target" ?