Ways of integrating with AEM | Community
Skip to main content
New Participant
May 9, 2023
Solved

Ways of integrating with AEM

  • May 9, 2023
  • 1 reply
  • 795 views

Manually Configuring the Integration with Adobe Target | Adobe Experience Manager

Integration with Adobe Target using IMS | Adobe Experience Manager

 

The 2 methods above seems to be the commonly suggested ways of integrating AEM with target. How are these methods different from just directly adding at.js as a script reference in your AEM page component/markup? (like over here: Can I Implement Target without a Tag Manager? | Adobe Target).

 

What do the lengthy integration methods in the first 2 approaches provide over just downloading and adding at.js script reference to your page header?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Perrin_Ennen

Hi @jakej40603950,
basically there are different options for the implementation.

 

You can use the optin framework accordingly. Like in the first link.

 

Then there is also the IMS Configuration - you need this e.g. if you want to export Experience Fragments from AEM to Target (no matter how Target is integrated in the end).

In principle you can also integrate it with Adobe Experience Platform Launch or a Tag Manager - but there you have to consider the preHiding Snippet accordingly, because Target is reloaded asynchronously.

 

Or integrate it directly on the page. Here there are also different methods via AEM. Basically, however, the consent must be checked and then Adobe Target can be loaded.

 

Implement Target Overview 

You should also know which connections you want to have with other Adobe products as well. (A4T, AJO, AEM, AAM,..).

 

Hope this helps you.

 

 

1 reply

Perrin_Ennen
Perrin_EnnenAccepted solution
New Participant
May 10, 2023

Hi @jakej40603950,
basically there are different options for the implementation.

 

You can use the optin framework accordingly. Like in the first link.

 

Then there is also the IMS Configuration - you need this e.g. if you want to export Experience Fragments from AEM to Target (no matter how Target is integrated in the end).

In principle you can also integrate it with Adobe Experience Platform Launch or a Tag Manager - but there you have to consider the preHiding Snippet accordingly, because Target is reloaded asynchronously.

 

Or integrate it directly on the page. Here there are also different methods via AEM. Basically, however, the consent must be checked and then Adobe Target can be loaded.

 

Implement Target Overview 

You should also know which connections you want to have with other Adobe products as well. (A4T, AJO, AEM, AAM,..).

 

Hope this helps you.