Expand my Community achievements bar.

Announcement: Calling all learners and mentors! Applications are now open for the Adobe Analytics 2024 Mentorship Program! Come learn from the best to prepare for an official certification in Adobe Analytics.
SOLVED

exit links

Avatar

Level 4

Hello,

Can anyone help me how we can verify the exit links using the digitalpulse debugger.

We have implemented the exit links for file downloads, custom links. Still we are not able to see the reports populating the right data.

Just wanted to know  how to verify in the debugger.

Thanks for reading my question.

1 Accepted Solution

Avatar

Correct answer by
Level 4

If you look at the Analytics server call (filter calls by b/ss) in the debugger, you will notice query parameters like 'pe' and 'pev2'.

pe determines the type of link. For custom link it is 'o', for exit link it is 'e' and for download link it is 'd'.

pev2 determines the type of link name.

 

So in case of Exit link call, if you see pe: lnk_e and pev2: some name, then the exit link call is firing on the page.

 

Document Reference: https://docs.adobe.com/content/help/en/analytics/implementation/validate/query-parameters.html

 

Hope this helps!

 

Thanks,

Saumya

View solution in original post

1 Reply

Avatar

Correct answer by
Level 4

If you look at the Analytics server call (filter calls by b/ss) in the debugger, you will notice query parameters like 'pe' and 'pev2'.

pe determines the type of link. For custom link it is 'o', for exit link it is 'e' and for download link it is 'd'.

pev2 determines the type of link name.

 

So in case of Exit link call, if you see pe: lnk_e and pev2: some name, then the exit link call is firing on the page.

 

Document Reference: https://docs.adobe.com/content/help/en/analytics/implementation/validate/query-parameters.html

 

Hope this helps!

 

Thanks,

Saumya