Expand my Community achievements bar.

Exporting content to Adobe Target

Avatar

Level 4

I'm following the instructions to integrate AEM 6.5.18 (AMS) as a Cloud Manager Service with Adobe Target to export Content fragments. (see link below) Everything works until I get to the last step. When I select the content fragment, the Export to Adobe Target Offers option does not appear at the top. Is it possible to export content to Target if we don't use AEM in the Cloud?

 

https://bymattlopes.com/integrating-aem-cloud-services-with-adobe-target-to-export-experience-and-co...

1 Reply

Avatar

Community Advisor

Hi @stiegjo22,

I don’t think the "Export to Adobe Target Offers" feature is available out-of-the-box in AEM 6.5.x (AMS or on-prem). From what I’ve seen, it appears to be supported only in AEM as a Cloud Service.

  • The Adobe Experience League documentation for AEM 6.5 covers how to integrate AEM 6.5 with Adobe Target.

  • It does not mention "Export to Adobe Target Offers" as a feature in AEM 6.5.

  • It primarily focuses on using Adobe Target’s APIs and client libraries for personalization, rather than a UI export feature.

Workaround would be - you can still integrate AEM 6.5 with Adobe Target, but you'll have to export manually or via custom workflows.

Manual Export
  1. Manually extract the CF JSON or HTML rendition.

  2. Use Adobe Target APIs (eg. Delivery API) to push it as a Target Offer.

  3. Use curl, Postman, or a script to automate the export.

Custom Workflow or Servlet
  1. Develop a custom AEM workflow or servlet to:

    • Read content fragment data.

    • Format it as an HTML offer.

    • Push to Adobe Target via API.

  2. Authenticate using Adobe IO (JWT or OAuth integration).


Santosh Sai

AEM BlogsLinkedIn