Adobe Target - Localhost Setup | Community
Skip to main content
November 21, 2022
Solved

Adobe Target - Localhost Setup

  • November 21, 2022
  • 1 reply
  • 2050 views

I have an AEM website I'm doing front-end work on and need to run a few A/B Target tests on. I've never implemented Target before and there is a lot of documentation. Where would I start to setup Target for my localhost? My local is the only environment I have to test on.

 

I'm using AEM Cloud.  Any directions would be appreciated.

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 ambikaTewari_ATCI

Hi @jacobso1  You need to implement the Target by using Adobe Launch or through at.js library.

You can check if you has Adobe Launch access, you can add Target extension in the Launch and use the launch lib on the page

Or, you can download the at.js from the Target UI (I hope you have Adobe Target access) and provide the reference of at.js on your page.

the js/lib should be in the head section.

Please refer below documentation for more details:

https://experienceleague.adobe.com/docs/target-learn/tutorials/implementation/2.1-intro-to-target-implementation.html?lang=en

 

Hope that helps you!

1 reply

ambikaTewari_ATCI
Community Advisor
ambikaTewari_ATCICommunity AdvisorAccepted solution
Community Advisor
November 22, 2022

Hi @jacobso1  You need to implement the Target by using Adobe Launch or through at.js library.

You can check if you has Adobe Launch access, you can add Target extension in the Launch and use the launch lib on the page

Or, you can download the at.js from the Target UI (I hope you have Adobe Target access) and provide the reference of at.js on your page.

the js/lib should be in the head section.

Please refer below documentation for more details:

https://experienceleague.adobe.com/docs/target-learn/tutorials/implementation/2.1-intro-to-target-implementation.html?lang=en

 

Hope that helps you!