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 get default pagename in adobe launch?

Avatar

Level 6

I am able to get page name values in my prop or evar but I am not seeing this kind of default pagename tab in my site. How to get this? 

pagename.png

 

 

Also what is D= means? Is it different from duplicate from? Whats the difference?

 

dup.png

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

The pageName variable shows up as "Pages" in your Workspace Reports. (I think this is what you are asking....). It's a little strange how some of the variables change names between the tracking and the use.... similar to how "channel" in your tracking, actually shows up as "Site Section" in your reporting.

 

D= and "Duplicate From" are actually the same thing.... If you were to look at the action tracking call in your network panel, both of those values actually come out as "D=", this is just a more readable version of duplication that Adobe built into Launch.  However, the why you are seeing two implementations in your screenshot comes down to some limitations with the Launch Interface:

 

When you select "Duplicate From", the "value" becomes a dropdown menu that is only pre-populated with props and eVars.... so if you want to set a different value here (like pageName, Channel, the current URL, the ECID of the user, etc) you need to use the coding equivalent "D="

 

When you use D= you need to make sure that the value matches the actual request call being made. Adobe decided to make it a little easier for people by creating options for the what they saw to be the most used duplications... but didn't really add a quick option for a lot of the advanced duplications... 

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

The pageName variable shows up as "Pages" in your Workspace Reports. (I think this is what you are asking....). It's a little strange how some of the variables change names between the tracking and the use.... similar to how "channel" in your tracking, actually shows up as "Site Section" in your reporting.

 

D= and "Duplicate From" are actually the same thing.... If you were to look at the action tracking call in your network panel, both of those values actually come out as "D=", this is just a more readable version of duplication that Adobe built into Launch.  However, the why you are seeing two implementations in your screenshot comes down to some limitations with the Launch Interface:

 

When you select "Duplicate From", the "value" becomes a dropdown menu that is only pre-populated with props and eVars.... so if you want to set a different value here (like pageName, Channel, the current URL, the ECID of the user, etc) you need to use the coding equivalent "D="

 

When you use D= you need to make sure that the value matches the actual request call being made. Adobe decided to make it a little easier for people by creating options for the what they saw to be the most used duplications... but didn't really add a quick option for a lot of the advanced duplications... 

Avatar

Community Advisor

"D=" is a shortcut to duplicate values from one parameter in the hit beacon to another parameter in that same beacon. So "D=pageName" means "duplicate the value in this hit's pageName field and set it in this other field", in your case, eVar1.

Adobe Analytics labels this as "Dynamic Variables". Read more about them at https://experienceleague.adobe.com/docs/analytics/implementation/vars/page-vars/dynamic-variables.ht...