Retroactively importing data into an eVar after it has been set | Community
Skip to main content
andylunsford1
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
August 26, 2020
Solved

Retroactively importing data into an eVar after it has been set

  • August 26, 2020
  • 2 replies
  • 2269 views

Hello!

 

I have a unique use-case that I've been trying to solve.  We have a public facing website, where we capture an identifier for a user through an email that contains the user ID in the link.  When a user comes to the site through the link, we can capture all future data as being tied to the user through the eVar, but we are unable to tie it to the user in the past if the date range doesn't include when it was set for the user.

 

Is there a way to insert data into an eVar that was previously unspecified in the past that has now been identified?  I've looked at the Data Repair API, and it seems like when it's out of beta could assist here, but I wanted to confirm I wasn't overlooking a simpler approach in the interim.

 

Thanks!

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 isinha

Data Sources has a specific template/format via which the data is uploaded. But if you try uploading again via Full Processing Data Sources, we might see double metric/instances. If the objective is to delete existing data and then re-upload the correct data, our Engineering Services team is the option here (via your CSM), or we can wait for the feature to be available in Data Repair API.

2 replies

Adobe Employee
August 26, 2020

Hi @andylunsford1 ,

You can use Full Processing Data Sources to import data into historical date ranges.

https://docs.adobe.com/content/help/en/analytics/import/data-sources/datasrc-home.html

Data Repair API is to correct the historical data which might not be a suitable use case here (moreover the ability to repair data for evar isn't rolled out yet).

Thanks!

andylunsford1
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
August 26, 2020
@isinha To confirm I'm understanding the correct approach with Data Sources, would I just export the data from Data Warehouse and import again with the value for v25 being specified? I want to make sure I'm not duplicating the hit data when I import v25.
isinhaAdobe EmployeeAccepted solution
Adobe Employee
August 26, 2020

Data Sources has a specific template/format via which the data is uploaded. But if you try uploading again via Full Processing Data Sources, we might see double metric/instances. If the objective is to delete existing data and then re-upload the correct data, our Engineering Services team is the option here (via your CSM), or we can wait for the feature to be available in Data Repair API.

andylunsford1
Community Advisor and Adobe Champion
Community Advisor and Adobe Champion
August 26, 2020
Thanks for confirming, it seems like the latter is the better option for us, as this will be an ongoing identification adding previously unknown data rather than deleting and needing to reupload data. Thanks again for confirming!