Skip to main content

Can I move links between my workspaces?

Updated over a month ago

There are two ways to transfer links between workspaces in the same account, and they both involve creating new versions of the links and deleting the originals. This means you will lose the existing:

  • Traffic metrics

  • Tags

  • Retargeting scripts

  • Deep linking rules

Before following either of these processes, be sure to add the same branded domain to the target workspace. And check that you have the right permissions and role to import links.

These are permanent deletions of the original links, so be cautious about taking these steps.

Moving links via the API

The more technical method is to use a script via our API. We have a recipe available on our Developer Hub to guide a technically-experienced person through the steps.

The script will scan the links in a source workspace and migrate them one by one into a target workspace, as long as it includes the same branded domain.

Export via API and import manually

You can also export the links via API, manually import them into the destination workspace, and then delete the original links from the source workspace.

Before deleting the link, make sure:

  • The domain you want to use to recreate the link is available in the new workspace.

  • You have the admin rights to permanently delete the original link.

  • You are aware that you will lose all of the click stats for the original link.

To manually move links to another workspace:
โ€‹
1. Export all links from the source workspace using the Export to CSV API recipe.
2. Add the domain to the destination workspace.
3. Delete all links related to the domain from the source workspace.
4. Import the links to the destination workspace.
5. Repeat steps 1-4 for all domains involved.
6. Delete the source workspace, if needed.

Did this answer your question?