What value will be taken when the "pagename" was not taken in eVar? | Community
Skip to main content
August 21, 2020
Solved

What value will be taken when the "pagename" was not taken in eVar?

  • August 21, 2020
  • 1 reply
  • 1134 views

Hi. I'm a beginner to Analytics and have been studying for it. 

Does anyone know the answer to this case study below? The question might not be exactly it but sounded something like this.

 

Question:

When the PDF document is downloaded on a certain page, it is recorded in the "event".  What value will be taken when the "pagename" was not taken in eVar?

 

Options:

None / Other / Unspecific/ blank

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 kainth

Hi @mioms,

If I have understood correctly, you are populating eVar with the page name. If you are using s.pageName then the eVar value will appear as 'Unspecified'. Also, the page name value only populated in the case of page load call but not in case of a link call. So, you may want to use some custom logic in your implementation if you want to view the page name in the case of link calls as well.

 

Hope this helps.


Regards,

Abhinav

1 reply

kainthAccepted solution
Level 6
August 21, 2020

Hi @mioms,

If I have understood correctly, you are populating eVar with the page name. If you are using s.pageName then the eVar value will appear as 'Unspecified'. Also, the page name value only populated in the case of page load call but not in case of a link call. So, you may want to use some custom logic in your implementation if you want to view the page name in the case of link calls as well.

 

Hope this helps.


Regards,

Abhinav

miomsAuthor
August 24, 2020
Thank you very much Abhinav!