Expand my Community achievements bar.

SOLVED

How to use AT.js in already implemented React application

Avatar

Level 3

Hi All,

Currently am working in Adobe target which is Targeting the react application. I am using plain javascript to achieve my feature. How can i use the AT.js extension effectively for already implemented Production site.  Is there anyway to write code in react to achieve the feature

Thanks,

Hariharan S

1 Accepted Solution

Avatar

Correct answer by
Level 3

on top of the site you cant use the React js implementation via adobe target. But you can use the Adobe target API to check the whhich variant are you in based on that you can process feature in application itself.

View solution in original post

2 Replies

Avatar

Administrator

Hi Hariharan,

Thanks so much for your question - you may actually find this previous forum thread on Creating Test on pages with React js

helpful, specifically: that according to the Target Product Documentation on at.js Implementation , although at.js communicates with the Target servers asynchronously, the at.js file itself must load synchronously in the <head> section of your page. Ideally, it should be one of the first scripts loaded. Once loaded, at.js executes mbox calls asynchronously through XMLHttpRequest, and does not block page rendering." Hope this is helpful - feel free to reach out here again if you have more questions!

Warmly,

Amelia

Avatar

Correct answer by
Level 3

on top of the site you cant use the React js implementation via adobe target. But you can use the Adobe target API to check the whhich variant are you in based on that you can process feature in application itself.