Expand my Community achievements bar.

Data Repair API - variable for Exit Link

Avatar

Level 1

I need to focus on Exit Link for some Data Repair API requests. Adobe Documentation suggests "pageeventvar2"  to reference the Download link, Exit link, or Custom link dimension (see below). However how do I specifically focus on Exit Link?

https://developer.adobe.com/analytics-apis/docs/2.0/guides/endpoints/data-repair/json-body/#variable...

 

1 Reply

Avatar

Community Advisor

I know this question is a little old, but "better late than never"?

 

Anyway,

pageeventvar1 should be the "link type"

There are three types of links in Adobe: 

  • Other / lnk_o - this is your custom links
  • Exits / lnk_e - this is exit links
  • Downloads / lnk_d - this is downloads (based on links with specific file extensions)

 

pageeventvar1 and pageeventvar2 work together, so you should be able to use this in conjunction to isolate exit links only.