SOLVED

Marketo Asset Backup Automation

Go to solution
Touseef
Level 2

Marketo Asset Backup Automation

Hi,

Currently I am working on Asset backup project and manually importing Programs from Production environment to Sandbox. Is there a way of automating this process.

Touseef
2 ACCEPTED SOLUTIONS

Accepted Solutions
SanfordWhiteman
Level 10 - Community Moderator

Re: Marketo Asset Backup Automation

Yes, you can export assets from Prod and import them to Sandbox.

 

But you're reading them, storing them temporarily, then writing to the other instance. It's not like you're automating an independent connection between the 2 instances, you're in complete control of what is exported and what is imported.

 

(By the way, this is not a particularly easy task and will involve quite a learning curve. Nevertheless, it's possible!)

View solution in original post

Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Marketo Asset Backup Automation

Also, if you intend to use APIs for program/asset creation in production, you'd need to ensure you also take care of creating dependent assets and managing conflicts (if any) as well. The OOTB Marketo import wizard would take care of managing the conflict rules, and creating/importing the dependent assets (images, templates, etc).

View solution in original post

5 REPLIES 5
SanfordWhiteman
Level 10 - Community Moderator

Re: Marketo Asset Backup Automation

The exact process you're using with linked instances can't be automated.

 

You can use the many REST API endpoints to backup Programs, their Local Assets, their Members and statuses, etc. to an offline database.

Touseef
Level 2

Re: Marketo Asset Backup Automation

@SanfordWhiteman Thank you for the response. Not the current process but does that mean using Marketo REST API's we can automate process of moving assets (Programs, segments, snippets) from Production to Sandbox. Just doing a double check.

Touseef
SanfordWhiteman
Level 10 - Community Moderator

Re: Marketo Asset Backup Automation

Yes, you can export assets from Prod and import them to Sandbox.

 

But you're reading them, storing them temporarily, then writing to the other instance. It's not like you're automating an independent connection between the 2 instances, you're in complete control of what is exported and what is imported.

 

(By the way, this is not a particularly easy task and will involve quite a learning curve. Nevertheless, it's possible!)

Darshil_Shah1
Level 10 - Community Advisor + Adobe Champion

Re: Marketo Asset Backup Automation

Also, if you intend to use APIs for program/asset creation in production, you'd need to ensure you also take care of creating dependent assets and managing conflicts (if any) as well. The OOTB Marketo import wizard would take care of managing the conflict rules, and creating/importing the dependent assets (images, templates, etc).

Touseef
Level 2

Re: Marketo Asset Backup Automation

Thank you So much Guys....

Touseef