Hi Kieran, You could check the CustomerSyncService <https://developers.google.com/adwords/api/docs/reference/v201609/CustomerSyncService> and see if that will return what you are looking for. This is the closest service available in the API to change history in AdWords UI. You will be able to get Customer->Campaign->AdGroup hierarchy containing information about the objects changed at each level <https://developers.google.com/adwords/api/docs/reference/v201702/CustomerSyncService#response> for the given date range. Please note that this service only returns data changed within the last 90 days. If you are interested in a sample code please check this <https://www.google.com/url?q=https%3A%2F%2Fgithub.com%2Fgoogleads%2Fgoogleads-java-lib%2Fblob%2Fmaster%2Fexamples%2Fadwords_axis%2Fsrc%2Fmain%2Fjava%2Fadwords%2Faxis%2Fv201609%2Faccountmanagement%2FGetAccountChanges.java&sa=D&sntz=1&usg=AFQjCNETZRP-ewpmTbWs0ImtleeDdp1mlQ> code in Java. Samples in other languages can be found here <https://developers.google.com/adwords/api/docs/clientlibraries>.
We don't have a definite timeline on when the change history will be made available via the API. I will let the team know about your request. If you haven't already, please follow the Ads Developer <http://googleadsdeveloper.blogspot.com/search/label/adwords_api> blog for updates and announcements. Thanks, Sreelakshmi, AdWords API Team -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. 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/64e8ca50-8739-4f76-8890-951712294fbf%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
