Hello,
I want to use the CustomerSyncService to recover deleted AdGroupAd's. I am 
basically using a similar implementation as this one 
<https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201409/accountmanagement/GetAccountChanges.java>
.

In a few lines, the program does the following:
- gets the AdwordsSession for a specific target account
- gets all campaign ids through CampaignService
- gets CustomerChangeData through CustomerSyncService
- gets CampaignChangeData
- gets AdGroupChangeData
- calls AdGroupChangeData#getChangedAds()

However, the AdGroupChangeData is not showing anything. I am using a 
DateTimeRange with my local timezone, and the dates are within the last 
couple of weeks.

I need to do this for several accounts and campaigns, because I had an 
accident and thousands of AdGroupAds were wrongly removed.

I also want to clarify that I tried downloading the change history of each 
account from the UI but it was all to no avail. Every time I tried to 
download the change history report, the downloaded CSV was truncated. This 
is why I opted out of that possibility and decided to use 
CustomerSyncService.

Is there any way I can download reports which let me recover the wrongly 
removed AdGroupAds?
Thanks,

seb.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 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.
Visit this group at http://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/0ecd0d7a-1bc4-47ea-a315-f51c789923d7%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to