Expand my Community achievements bar.

Join us for an upcoming in-person Adobe Target Skill Builders event ~~> We're hosting these live learning opportunities to equip you with the knowledge and skills to leverage Target successfully. Learn more to see if we'll be coming to a city near you!
SOLVED

DTM ADOBE TARGET

Avatar

Level 2

Hello

I have DTM installed on my google chrome and the staging is ON so that when ever i create a experience  in adobe target i can do activity qa of that particular experience and see how it runs on the google chrome .

So this activity qa is pretty useful because of the dtm on chrome where you can see how the link exactly looks to the clients when it goes live

But

How to do the same thing on :

i) Mozilla

ii) I.E

iii) Safari

How do we test on these browsers ? Is there a way to get DTM on these browsers just  like we did on google chrome and test the activity ? Please help me out of how to do the activity qa on different browsers on desktop .

Thanks & Regards ,

Kalyan K

1 Accepted Solution

Avatar

Correct answer by
Employee

Hi Kalyan,

You can use the following command in the console in firefox and other browsers to load the DTM in staging mode :

localStorage.setItem('sdsat_stagingLibrary',true);

Also if the objective is just check content delivery then that can be done by generating QA links for the activity and testing them across browsers.

Hope that helps

Raag

View solution in original post

2 Replies

Avatar

Employee

Hi Kalyan,

Recommended method here would be to deploy staging code of DTM in these environments.

Best,
Rohit

Avatar

Correct answer by
Employee

Hi Kalyan,

You can use the following command in the console in firefox and other browsers to load the DTM in staging mode :

localStorage.setItem('sdsat_stagingLibrary',true);

Also if the objective is just check content delivery then that can be done by generating QA links for the activity and testing them across browsers.

Hope that helps

Raag