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
-
Manually extract the CF JSON or HTML rendition.
-
Use Adobe Target APIs (eg. Delivery API) to push it as a Target Offer.
-
Use curl
, Postman, or a script to automate the export.
Custom Workflow or Servlet
-
Develop a custom AEM workflow or servlet to:
-
Read content fragment data.
-
Format it as an HTML offer.
-
Push to Adobe Target via API.
-
Authenticate using Adobe IO (JWT or OAuth integration).
Santosh Sai

