Reset to Original Experience | Community
Skip to main content
Level 2
February 2, 2022
Solved

Reset to Original Experience

  • February 2, 2022
  • 1 reply
  • 807 views

I was editing some HTML code within Target and would like to reset the page back to its current live version.

Is there a way to revert any changes made to an experience back to the original URL? 

 

 

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 Perrin_Ennen

Hi @zach-2,

If you are working in the VEC - there is an undo button. Or you just don't save when you changed something, then it's back to the way it was before. Unfortunately there is no proper versioning system in Target itself.

 

However, it is possible to run a cronjob via the API, which archives activities accordingly and which can be restored, e.g. if an activity is deleted by mistake etc., but this does not come out of the box. You have to write it yourself.

1 reply

Perrin_Ennen
Community Advisor
Perrin_EnnenCommunity AdvisorAccepted solution
Community Advisor
February 16, 2022

Hi @zach-2,

If you are working in the VEC - there is an undo button. Or you just don't save when you changed something, then it's back to the way it was before. Unfortunately there is no proper versioning system in Target itself.

 

However, it is possible to run a cronjob via the API, which archives activities accordingly and which can be restored, e.g. if an activity is deleted by mistake etc., but this does not come out of the box. You have to write it yourself.