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.
Solved! Go to Solution.
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:
Hope that helps you!
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:
Hope that helps you!