Question on Updating Exit Link Values Using Data Repair API | Community
Skip to main content
Level 1
July 13, 2026
Question

Question on Updating Exit Link Values Using Data Repair API

  • July 13, 2026
  • 1 reply
  • 15 views

Hello Team,

 

We would appreciate your guidance regarding the Adobe Analytics Data Repair API.

 

Our requirement is to replace all data for Exit Links, regardless of any condition.

We used the following variable in our payload:

 

"pageeventvar2": {

      "action": "set",

      "setValue": "data repair"

}

 

After executing the API, the results indicated that only the Custom Link values were updated (as expected), while the Exit Link values remained unchanged.

 

Could you please advise whether there are any additional parameters, limitations, or specific configurations required to update Exit Link data through the Data Repair API?

 

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

 

Thank you for your support.

    1 reply

    Jennifer_Dungan
    Community Advisor and Adobe Champion
    Community Advisor and Adobe Champion
    July 13, 2026

    Hi, PEV2 (Page Event Var 2) is the “Custom Link” link name, which generally isn’t shown in reporting for Exit Links…. Exit Links use PEV1 (Page Event Var 1), this holds the URL of the link. You should try updating this dimension with your API call?