I'm going to answer my own question because I just stumbled upon the 
CustomerSyncService<https://developers.google.com/adwords/api/docs/reference/v201306/CustomerSyncService>
 that 
seems to have been made for just the sort of thing I'm trying to do. I 
guess the idea here is to start with a complete account fleshed out in 
local data as of a certain DateTime and then poll for changes as of the 
last time you polled for changes. I'm going to work this into my account 
syncing workflow and see how it goes.

Now, can I give myself points for answering my own question :)

On Tuesday, September 3, 2013 4:45:52 PM UTC-5, Brett Baggott wrote:
>
> I'm just getting started with accessing our Adwords account information 
> via the API. One of the most basic functions I'm trying to get right is 
> making sure my local data I'm basing my API updates on is current. 
> Therefore, the very first thing I do before I change anything is use 
> CampaignService to get the list of all Active Campaigns and then use the 
> CAMPAIGN_PERFORMANCE_REPORT to get all the basic Campaign info to make sure 
> I'm basing my changes on current information. For example, I don't want to 
> try to adjust the Budget up by 10% if the Budget information I'm using is 
> out-of-date and is already 10% greater. However, the CampaignService 
> doesn't allow Budget to be accessed ("selectable") so I use the 
> CAMPAIGN_PERFORMANCE_REPORT to get that information (after I've use the 
> CampaignService API to make sure my list of Active Campaigns is correct).
>
> Is this kind of workflow reasonable? Is it what you do? Any other ideas?
>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords 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 Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to