Search Launch Code | Community
Skip to main content
New Participant
August 9, 2019
New

Search Launch Code

  • August 9, 2019
  • 6 replies
  • 8147 views

Sometimes you need to find where a prop, eVar or something is set inside a launch property. If a rule or data element is misnamed or documentation isn't up to date it can be very difficult to find.

It would be amazing to have a "code search" feature so you can search for exactly which rules lead to the setting of a variable. You could also find how data elements are set much faster in a similar manner. Other tag managers have this feature and it can be a huge time saver for new starters or consultants getting up to speed on the analytics implementation.

On top of this, when viewing data elements it would be extremely useful to be able to see every rule they are currently used in and vice-versa.

6 replies

Alexis_Cazes_
New Participant
October 28, 2021

There is already a search functionality in Adobe Launch that helps you to do that. Might not list all of the data elements and rule but it is there.

 

On top of that, this is the better way to do this, get your adobe launch library with .min.js, remove the .min part and paste in your browser, the adobe launch source code will be displayed unminified and unobfuscated. Now simply do a search in the browser for what you need and you should see exactly where it is, how the code looks etc... 

You can also copy and paste the code in a code editor for searches as well. Another benefit is that you can see the source code of the third party extension that you installed and the exact code they are using. I would advise you to have a look and make sure there is no issues with the code that they inject.

New Participant
July 5, 2021

Come on, guys! This is 2 years old... We really need this functionality!

adamw73247808
New Participant
June 11, 2020

This really needs to be a thing. Why isn't this a thing!

New Participant
February 16, 2020

+1

New Participant
August 10, 2019

Great idea, would be very useful and time-saver feature when you have lots of code etc.

New Participant
August 9, 2019

I agree with you @ timb19814213 , great idea. Need the code search to make things easier