Re: Plausibility of automated monthly account backups through API?

2019-03-20 Thread Dorian Kind
Hi David,

we were facing the same challenge. As backing up accounts over the API 
doesn't seem feasible, we currently use a dedicated host which runs an 
AutoHotkey script every day to download and export a couple hundred 
accounts in the Adwords Editor. The script then uploads the .aea files to a 
cloud storage provider. While this solution isn't completely satisfactory, 
it generally runs reliably and only requires manual intervention if there's 
an update to the Adwords Editor.

Best regards,
Dorian

On Monday, 18 March 2019 20:46:06 UTC+1, david@mvfglobal.com wrote:
>
> Hi,
>
>
> I'm looking to find a way to automatically backup our adwords accounts 
> (200+) on a monthly basis.
>
> The main reason is as insurance, so that we can roll-back to a successful 
> state if a junior tanks performance (quickly or slowly).
>
>
> Currently, I back up high-risk accounts using adwords editor and save as 
> .aea & .zip (for images) on my computer.
>
>
> Does anyone know of a solution for doing this via API?
>
> My dream would be monthly account backups dropped into Google Drive or 
> Amazon S3 for all of the hundreds of accounts.
>
>
> Thanks in advance for any thoughts, suggestions or resources to help me on 
> my mission.
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/d36b8470-e030-46ff-bfa3-cc8fd020e1f7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.


RE: Plausibility of automated monthly account backups through API?

2019-03-18 Thread googleadsapi-forumadvisor via AdWords API and Google Ads API Forum


Hi David,

Unfortunately, there is currently no back up feature available in the
AdWords API. You will have to make a *.get()* method request for each
AdWords entity that you created (using their respective services)
previously and store the information locally.

Thanks and regards,
Peter
AdWords API Team

On 03/18/19 21:07:54 david.hol...@mvfglobal.com wrote:

Hi,


I'm looking to find a way to automatically backup our adwords accounts
(200+) on a monthly basis.

The main reason is as insurance, so that we can roll-back to a successful
state if a junior tanks performance (quickly or slowly).


Currently, I back up high-risk accounts using adwords editor and save as
.aea & .zip (for images) on my computer.


Does anyone know of a solution for doing this via API?

My dream would be monthly account backups dropped into Google Drive or
Amazon S3 for all of the hundreds of accounts.


Thanks in advance for any thoughts, suggestions or resources to help me on
my mission.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
---
You received this message because you are subscribed to the Google Groups
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an
email to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/7baa4851-0939-4bbd-a403-0c43d612abef%40googlegroups.com

.
For more options, visit https://groups.google.com/d/optout.

--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads API Forum" group.

To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/19h4blg1gqp2rg0004pubgx6gmjccpn6so30c1g68qjgchh%40mail.gmail.com.
For more options, visit https://groups.google.com/d/optout.


Plausibility of automated monthly account backups through API?

2019-03-18 Thread david . holder


Hi,


I'm looking to find a way to automatically backup our adwords accounts 
(200+) on a monthly basis.

The main reason is as insurance, so that we can roll-back to a successful 
state if a junior tanks performance (quickly or slowly).


Currently, I back up high-risk accounts using adwords editor and save as 
.aea & .zip (for images) on my computer.


Does anyone know of a solution for doing this via API?

My dream would be monthly account backups dropped into Google Drive or 
Amazon S3 for all of the hundreds of accounts.


Thanks in advance for any thoughts, suggestions or resources to help me on 
my mission.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/7baa4851-0939-4bbd-a403-0c43d612abef%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.