How to setup a dimension - Entry Page URL? | Community
Skip to main content
Vinay_Chauhan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
December 24, 2021
Solved

How to setup a dimension - Entry Page URL?

  • December 24, 2021
  • 2 replies
  • 3378 views

How to setup a dimension called Entry page URL, which collects the compete entry/first page URL value.

Evar for this has already been created.

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 jgrubbs

I suppose you can configure the eVar for "Original Value (First)" attribution, and have it expire on Visit.

Then in your processing rules, you can map PageURL to that eVar.

In theory, the first PageURL value encountered in a visit will be stored and persisted in that eVar until the visit expires

 

2 replies

jgrubbs
jgrubbsAccepted solution
Level 3
December 25, 2021

I suppose you can configure the eVar for "Original Value (First)" attribution, and have it expire on Visit.

Then in your processing rules, you can map PageURL to that eVar.

In theory, the first PageURL value encountered in a visit will be stored and persisted in that eVar until the visit expires

 

Vinay_Chauhan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
December 26, 2021

Thanks for your reply.

I have followed the exact same steps.

But, what should be next steps?
How to make that eVar as part of the page view beacon?

Vinay_Chauhan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
December 27, 2021

Hi @vinay_chauhan that is a nice part about using the Processing Rule I described. You don't have to add the eVar into your front end code. Page URL is automatically sent on every beacon, so you can copy that value into an eVar in a new Processing Rule. Here is an example where an eVar (eVar54) called "Page URL" is populated with the value of "Page URL" under Hit Attributes

 


Thanks for your reply @jgrubbs 

I was stuck and was wondering if the eVar should be appearing in the beacon.
But I have checked in the workspace, the data is available since the day I had created the processing rule.

Thanks for all the help!!

yuhuisg
Community Advisor
Community Advisor
December 27, 2021

If you want to see a dimension called Entry Page URL (and also Exit Page URL), then you need to setup a prop called "Page URL" and enable Pathing on it. AA will then automatically create the Entry Page URL (and Exit Page URL) dimensions.

Follow @jgrubbs's instructions to populate the prop's value.

Vinay_Chauhan
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
December 27, 2021

Thanks for your reply @yuhuisg