Expand my Community achievements bar.

Join us for the next Community Q&A Coffee Break on Tuesday April 23, 2024 with Eric Matisoff, Principal Evangelist, Analytics & Data Science, who will join us to discuss all the big news and announcements from Summit 2024!
SOLVED

How to find which adobe launch rule fires the specific event?

Avatar

Level 6

How to find which adobe launch rule fires the specific event?

 

For example in this screenshot I can see scOpen fires but how to find which rule in adobe launch fires it. omnibug shows just the variables which gets fired.

cf1025c8-7f5d-4803-8964-c7301d4ff777.png

 

 

 

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

The plugin Launch Switch (even without switching the environment) has a "debug" mode that will add logs into your console about the rules being fired.

 

https://chrome.google.com/webstore/detail/launch-and-dtm-switch/nlgdemkdapolikbjimjajpmonpbpmipk

 

It will have general info about your plugins, starting with "[Adobe Analytics]" or "[Experience Cloud ID Service]" and what settings they are applying.


And information about your Rules such as:
Rule "rule a" fired.
or
Condition "rule b" was not met.

 

 

Or you like some people have suggested, you can add a console.log("something") into your rules' custom code area... but I don't like to leave stuff like that in production (our developers don't like it much either), so you have to remember to remove it all later.

 

The plugin makes it easy, turn on Debug, then you are the only one who can see the logs.

Jennifer_Dungan_0-1669481939332.png

 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

The plugin Launch Switch (even without switching the environment) has a "debug" mode that will add logs into your console about the rules being fired.

 

https://chrome.google.com/webstore/detail/launch-and-dtm-switch/nlgdemkdapolikbjimjajpmonpbpmipk

 

It will have general info about your plugins, starting with "[Adobe Analytics]" or "[Experience Cloud ID Service]" and what settings they are applying.


And information about your Rules such as:
Rule "rule a" fired.
or
Condition "rule b" was not met.

 

 

Or you like some people have suggested, you can add a console.log("something") into your rules' custom code area... but I don't like to leave stuff like that in production (our developers don't like it much either), so you have to remember to remove it all later.

 

The plugin makes it easy, turn on Debug, then you are the only one who can see the logs.

Jennifer_Dungan_0-1669481939332.png

 

Avatar

Level 1

Try Tagtician - it is an Adobe Launch/DTM debugger. Export and view entire TMS libraries in a simple, consolidated view.  It can download your library in a .csv format.

 

https://chrome.google.com/webstore/detail/tagtician-adobe-launch-dt/hiaoiehpkillodoeillmodjcadmfmcbg...