Enrty full page URL doesn't fully show URL | Community
Skip to main content
March 3, 2025
Solved

Enrty full page URL doesn't fully show URL

  • March 3, 2025
  • 1 reply
  • 453 views

Hi,

 

I've a dashboard where I measure page visits through the entry full page URL. However, the full URL isn't displayed as shown in the screenshot. How can I solve this?

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.
Best answer by Harveer_SinghGi1

Hi @campaigns_asnad ,

It looks like you are using a prop to track the Full Page URL, props have max length of 100 bytes; values longer than 100 bytes are automatically truncated when sent to Adobe.

You can use an eVar to store the URL data as that has the limit of 255 bytes. Then you can use custom logic to generate entry values from this variable as eVar don't provide Entry Exit dimension like pros.

Cheers!

1 reply

Harveer_SinghGi1
Community Advisor
Harveer_SinghGi1Community AdvisorAccepted solution
Community Advisor
March 3, 2025

Hi @campaigns_asnad ,

It looks like you are using a prop to track the Full Page URL, props have max length of 100 bytes; values longer than 100 bytes are automatically truncated when sent to Adobe.

You can use an eVar to store the URL data as that has the limit of 255 bytes. Then you can use custom logic to generate entry values from this variable as eVar don't provide Entry Exit dimension like pros.

Cheers!