How to implement AA script tag in a React JS project? | Community
Skip to main content
luizam67085634
July 24, 2018
Solved

How to implement AA script tag in a React JS project?

  • July 24, 2018
  • 4 replies
  • 5076 views

Hello,

I have a huge Adobe Audience <script> tag and I have to insert it into a React JS project.

I was instructed to insert it in <head> tag, but I am trying to avoid inserting it in my index.html file because I feel it's not the best practice to put

a lot of code in it. I am wondering if there is a way to work around this and inserting this script tag with an approach that is more React-like.

Thank you very much

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 deshmane

Hi,

In that case, you could place the AAM script at the location where you have your other JS libraries and call it using script src tag. Additionally, if could you elaborate the usecase for this script that you're trying to add, we may be able to come up with more options.

Regards,

Harish

4 replies

Adobe Employee
July 25, 2018

Hi luizam67085634 ,

You could use a tag manager, such as DTM, Google, etc. to host the script and call it in your head section; or you can add call the script using script source tag, again in your head section.

Using a tag manager is recommended as you don't have to edit your site code every time you have to make changes/add/remove multiple scripts.

Regards,

Harish

luizam67085634
July 25, 2018

Unfortunately, a tag manager is not an option in this case. The client doesn't allow because of its area of business.

deshmaneAdobe EmployeeAccepted solution
Adobe Employee
July 26, 2018

Hi,

In that case, you could place the AAM script at the location where you have your other JS libraries and call it using script src tag. Additionally, if could you elaborate the usecase for this script that you're trying to add, we may be able to come up with more options.

Regards,

Harish

Gaurang-1
Level 9
September 26, 2018

Hi luizam67085634 ,

Did you get a resolution to your query?

Thanks,

Gaurang