Expand my Community achievements bar.

SOLVED

How can I implement Target without tag manager

Avatar

Level 6

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-implementati...

 

Thanks,

 

Pradeep

1 Accepted Solution

Avatar

Correct answer by
Level 2
Level 2

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.

View solution in original post

1 Reply

Avatar

Correct answer by
Level 2
Level 2

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.