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!

Adobe Analytics - Create a new dimension

Avatar

Level 2

Hi,

We wanted to create a new dimension in Adobe Analytics. Below is the use case,

We have two dimensions - Referrer and Referring domain. Referrer gives the complete URL (document.referrer) where as Referring domain gives the parent domain. For example if the referrer is https://www-1.ibm.com/portal/web-services, Referring domain gives ibm.com instead of www-1.ibm.com.

We wanted to have a dimension which gives the complete domain name. For example, if the referrer URL is

https://www-1.ibm.com/portal/web-services , we needed a dimension (available in an prop variable) that gives www-1.ibm.com

Could you please suggest whats the right place to do this and make it available in adobe analytics report suites?

3 Replies

Avatar

Level 10

Hi -

To get this information, you would assign location.hostname to your prop. For example, your code would look like this --> s.prop1=location.hostname;

Here is a helpful article that tells you how to get the various pieces from the URL: JavaScript Window Location

And here is a visual of using location.hostname to get the domain name from a page on Adobe's webiste:

1406725_pastedImage_2.png

Have a great day -

Sarah

Avatar

Level 2

Thanks Sarah.

question was more into how we can create a custom dimension from the captured data. Your reply was more into how we can derive the host name from application and send it to analytics servers.

Avatar

Employee Advisor

unfortunately, you cannot directly use the default reports for that.

One way to go about this would be through Report Builder. You can generate the reports in Excel and then consolidate using excel formulae.