How can I implement Target without tag manager | Community
Skip to main content
pradeep_07
Level 4
April 9, 2021
Solved

How can I implement Target without tag manager

  • April 9, 2021
  • 1 reply
  • 954 views

Hey ,

 

We are trying to install target without using Adobe Launch. What are the steps to do it? I did gone through below link, but steps are not clear to me.

 

https://experienceleague.adobe.com/docs/target/using/implement-target/client-side/at-js-implementation/deploy-at-js/implementing-target-without-a-tag-manager.html?lang=en#account-details

 

Thanks,

 

Pradeep

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 SR3

You need to first download the target library(at.js)from Administration > Implementation.

Share it with your web team and have it up on the server and call it in the head section of your webpages.

If you want to pass any parameters along with target use Target function targetPageParams() before the at.js call.

1 reply

SR3Accepted solution
Level 2
April 9, 2021

You need to first download the target library(at.js)from Administration > Implementation.

Share it with your web team and have it up on the server and call it in the head section of your webpages.

If you want to pass any parameters along with target use Target function targetPageParams() before the at.js call.