Expand my Community achievements bar.

Join us WEDNESDAY, 6/7/23 @8am PT for the next Adobe Target Community Q&A Coffee Break! Bill Ozinga, John Mosbaugh, Justin Patrick, and Eric Thibeault will be taking all of your Target Recommendations questions in the chat ~ learn more and register today!
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

0 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