Personalize your experiences using Adobe Target

NOTE
If you face any flickering effect after implementing this approach, please use the alternate approach mentioned below.
In Adobe Target, if you’re trying to load your website in VEC to make edits to aem.live URLs, please install the Visual Editing Helper browser extension from here.

Alternate Approach for Personalisation

In Adobe Target, if you’re trying to load your website in VEC to make edits to aem.live URLs, please install the Visual Editing Helper browser extension from here.
  1. Go to your Adobe Target instance.
  2. Click on Administration tab.
  1. Go to Implementation section.
  1. Look for at.js and download it.
  1. Host the at.js file on any server where it is publicly accessible.
  2. Go to your GitHub repository and navigate to head.html file.
  3. Update the head.html file as shown below by adding a script tag with source as your hosted at.js file.
Please make sure that you add your script tag in “<!-- Add your custom scripts here -->” section only.

For your quick access, copy the following script and fill in your source URL.

<script language="JavaScript" type="text/javascript" src={your at.js file source goes here}></script>