Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!
SOLVED

Adobe Target - Localhost Setup

Avatar

Level 1

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.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @js-webdabbler  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-im...

 

Hope that helps you!

View solution in original post

1 Reply

Avatar

Correct answer by
Community Advisor

Hi @js-webdabbler  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-im...

 

Hope that helps you!