How to get report on a specific URL as an Entry URL in CJA | Community
Skip to main content
New Participant
March 25, 2025
Solved

How to get report on a specific URL as an Entry URL in CJA

  • March 25, 2025
  • 2 replies
  • 621 views

Hi,

I see CJA workspace doesn't have a built-in Entry Page dimension, what is the best way to get a report for this? I just want to see how many times, A specific URL was used as an entry URL?

 

Thanks!

Best answer by Ankit_Chaudhary

Hi @michaeljo13 

 

try using session start metric with page URL it is somewhat equivalent to entries in CJA.

2 replies

gautham_madala
New Participant
April 13, 2025

Complex method - You can also setup an event that acts as a counter for every hit to the site. 
Later use this event metric and segment all URLs that has event=1 

Ankit_Chaudhary
Ankit_ChaudharyAccepted solution
New Participant
March 26, 2025

Hi @michaeljo13 

 

try using session start metric with page URL it is somewhat equivalent to entries in CJA.

New Participant
March 26, 2025

That worked! Thank you!