Hi,

No such 
report<https://developers.google.com/adwords/api/docs/appendix/reports>exists 
at this time.  Change data is only available through the 
CustomerSyncService.

Thanks,
Josh, AdWords API Team

On Friday, March 14, 2014 6:29:32 PM UTC-4, Cap'n of d'Ship wrote:
>
> How about a report (via the api) to get a csv copy of the accountChanges? 
>   Is there one?
>
> On Friday, March 14, 2014 3:20:53 PM UTC-7, Josh Radcliff (AdWords API 
> Team) wrote:
>>
>> Hi,
>>
>> We don't expose that limit publicly and it's subject to change going 
>> forward.  However, the Troubleshooting 
>> Guide<https://developers.google.com/adwords/api/docs/common-errors?csw=1#CustomerSyncError>
>>  contains 
>> suggestions on how to handle it.
>>
>> Thanks,
>> Josh, AdWords API Team 
>>
>> On Friday, March 14, 2014 6:03:56 PM UTC-4, Cap'n of d'Ship wrote:
>>>
>>> Thanks!  This is awesome.  I tried it out based on the sample code you 
>>> gave me, but there happens to be a limit as to the number of changes that 
>>> can be returned -- I got the error 
>>> Exception in thread "main" AxisFault
>>>  faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
>>>  faultSubcode: 
>>>  faultString: [CustomerSyncError.TOO_MANY_CHANGES @ selector]
>>>  faultActor: 
>>>  faultNode: 
>>>  faultDetail: 
>>> {https://adwords.google.com/api/adwords/ch/v201309}ApiExceptionFault:<message>[CustomerSyncError.TOO_MANY_CHANGES
>>>  
>>> @ 
>>> selector]</message><ApplicationException.Type>ApiException</ApplicationException.Type><errors
>>>  
>>> xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"; 
>>> xsi:type="ns2:CustomerSyncError"><fieldPath>selector</fieldPath><trigger/><errorString>CustomerSyncError.TOO_MANY_CHANGES</errorString><ApiError.Type>CustomerSyncError</ApiError.Type><ns2:reason>TOO_MANY_CHANGES</ns2:reason></errors>
>>>
>>>
>>> Let's say there are changes to all the campaigns, what's the magic 
>>> number that I should use to batch my campaigns so that I won't be given 
>>> this error?
>>>
>>>
>>>
>>> On Friday, March 14, 2014 8:03:39 AM UTC-7, Josh Radcliff (AdWords API 
>>> Team) wrote:
>>>>
>>>> Hi,
>>>>
>>>> The 
>>>> CustomerSyncService<https://developers.google.com/adwords/api/docs/reference/v201402/CustomerSyncService>
>>>>  will 
>>>> give you access to changes throughout your account.  You can set various 
>>>> attributes on the 
>>>> CustomerSyncSelector<https://developers.google.com/adwords/api/docs/reference/v201402/CustomerSyncService.CustomerSyncSelector>
>>>>  to 
>>>> control the time range, campaigns, and feeds that you want to select.
>>>>
>>>> Our client libraries each contain a *GetAccountChanges* example that 
>>>> illustrates how to use the service, e.g., the Java example is 
>>>> here<https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201402/accountmanagement/GetAccountChanges.java>
>>>> .
>>>>
>>>> Cheers,
>>>> Josh, AdWords API Team
>>>>
>>>> On Thursday, March 13, 2014 5:14:55 PM UTC-4, Cap'n of d'Ship wrote:
>>>>>
>>>>> I am trying to do a sync of our local database with the data we have 
>>>>> in adwords (since updates may be done by some other users to the 
>>>>> Status/bids of our keywords outside our internal app).  Is there a way to 
>>>>> get only those assets(Campaign/AdGroups/Keywords/Product Targets/Ads) 
>>>>> that 
>>>>> have changes from a certain date until the date/time that this request is 
>>>>> made?  Either a csv file download or an api call will do (or any way that 
>>>>> we can do that here).
>>>>>
>>>>> Thanks!
>>>>>
>>>>

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API Forum" group.
To post to this group, send email to [email protected]
To unsubscribe from this group, send email to
[email protected]
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 [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to