How to verify launch rules without using browser plugin? | Community
Skip to main content
Luca_Lattarini
New Participant
May 9, 2021
Question

How to verify launch rules without using browser plugin?

  • May 9, 2021
  • 3 replies
  • 2242 views

Hello guys,

How to verify launch rules without using browser plugin?

Thanks

Luca

3 replies

PratheepArunRaj
New Participant
May 9, 2021

Dear Luca,

We use '_satellite.logger' in Adobe Launch to debug without any browser plugins or extensions. We can also use the function along with our codes for effective debugging! Found the blog from bounteous was a little easier for you to understand than Adobe's.

Thank You, Pratheep Arun Raj B | Xerago | Terryn Winter Analytics

Charles_Thirupathi
New Participant
May 9, 2021

@luca_lattarini Try DTM switch chrome Extension for validation. By enable debug option from the extension you can able to see what are the rules firing and what are not in console tab of chrome developer tool.
Extension Link : https://chrome.google.com/webstore/detail/launch-and-dtm-switch/nlgdemkdapolikbjimjajpmonpbpmipk?hl=en

 

shelly-goel
Employee
May 9, 2021
Luca_Lattarini
New Participant
May 9, 2021
shall i use this satellite.setDebug(true);?