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

Coffee Break: Join us on Wednesday, April 5th at 10am PT to chat with Ben Gaines, Director of Product Management for Adobe Analytics. Ben will be online to answer your Analytics and Adobe Summit questions.

Admin Option to Combine Pages With and Without Trailing Slash In Reports

Avatar

Level 2

08-11-2010

It would be really nice to be able to make

 

www.example.com/page/

and

www.example.com/page

 

be able to combine on one line since they're obviously the same page.

 

It's generally impossible to completely get rid of one or the other because some browsers report the URL differently, and users with no Javascript cannot have the URL changed before being submitted.

 

Thanks!

JD

2 Comments

Avatar

Level 1

08-11-2010

Hi there,

 

I use the s.pageName variable to track the relative URL but for dashboards i use a sprop with a user-friendly page name. That way, you can have a work around for your issue.

 

Hope that helps,

Vidya Subramanian

Avatar

Level 2

09-11-2010

Thanks Vidya,

 

Actually I believe what is happening is that the GetPageName function in s_code.js returns without the trailing slash in some browsers.

 

I might override this by always populating the pageName variable from server-side code and never allowing Javascript to determine it.