Expand my Community achievements bar.

Adobe Summit 2025: AEP & RTCDP Session Recordings Are Live! Missed a session or want to revisit your favorites? Watch the latest recordings now.
SOLVED

CJA Workspace -Create Calculated Metric to Assign Page Name to a few URLs

Avatar

Level 4

Hi,

I'm very new to reporting in CJA and AA. I'm a developer, not an Analyst. My issue is, I ran a page name report and there were a few with "No Values" This was due to a change in the logic that creates the page names. Most page names were ok but there are ten that I need to include that didn't have their page names reported. I have the URLs and page names in an excel so I know what page names correspond to which URLs. I need to create a calculated metric that assigns the page name to the URL in the Page Name report. I know I have to create some type of calculated metric using functions but I'm currently struggling on how to do this. Can anyone please help me through this.

 

Thanks!

Topics

Topics help categorize Community content and increase your ability to discover relevant content.

1 Accepted Solution

Avatar

Correct answer by
Community Advisor

Hi @MichaelJo13 

 

You can try creating a derived field in the Data View > Component settings using case when logic based on page URL dimension.

Check this for more details Derived Fields in CJA

View solution in original post

2 Replies

Avatar

Correct answer by
Community Advisor

Hi @MichaelJo13 

 

You can try creating a derived field in the Data View > Component settings using case when logic based on page URL dimension.

Check this for more details Derived Fields in CJA

Avatar

Level 4

Hi,

That worked! Thank you!