Expandir minha barra de realizações na Comunidade.

Webinar: Adobe Customer Journey Analytics Product Innovations: A Quarterly Overview. Come learn for the Adobe Analytics Product team who will be covering AJO reporting, Graph-based Stitching, guided analysis for CJA, and more!
SOLUCIONADO

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

Avatar

Level 1

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

1 Solução aceita

Avatar

Resposta correta de
Level 6

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

Ver solução na publicação original

2 Respostas

Avatar

Resposta correta de
Level 6

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

Avatar

Level 1
Thank you very much Abhinav!