Your achievements

Level 1

0% to

Level 2

Tip /
Sign in

Sign in to Community

to gain points, level up, and earn exciting badges like the new
Bedrock Mission!

Learn more

View all

Sign in to view all badges

Adobe Summit is happening now. Discover what's next in customer experience.

Highlight when Custom Code exists in Analytics Set Variables

Avatar

Community Advisor

23-09-2018

As an analytics developer I want to know if the Custom Code is set in the Adobe Analytics Set Variables action.

At the moment this element does not have any indication that the custom code exists. Developers have to always check what is inside.

Please highlight the block shown in the screenshot below so that it will be clear that the Custom Code is not empty.

---

aa-set-variables-custom-code.png

3 Comments

Avatar

Level 2

02-10-2018

You can always check this in the console of the page you are on by referencing whatever you have set that tracker eVar or prop to:

s.evar9

or if you want to trace out the value of the data element that shares the value of your analytics variable,  you can do the following to trace out to the console:

_satellite.logger.info('MY DATA ELEMENT = ' + _satellite.getVar("my_data_element"));