Ok thanks, it sounds good! However the possible values of the field campaignChangeStatus are the strings FIELDS_UNCHANGED, FIELDS_CHANGED, NEW, and the latter indicates that something has changed, but not what/how. Here <https://developers.google.com/adwords/api/docs/reference/v201607/CustomerSyncService.ChangeStatus> it's stated: *'This entity was created during the time frame we're looking at. We will not enumerate all of the individual changes to this entity and its children. Instead it should be loaded from the appropriate service.'* I've looked for this 'appropriate service' in the documentation, but I can't find it. Can you give a link to the documentation and/or a code example? My objective still remains to catch the information 'status: paused ->enabled'. Thank you again!
On Thursday, 12 January 2017 18:28:16 UTC+1, Sreelakshmi Sasidharan (AdWords API Team) wrote: > > Hi Pippo, > > Although it is not possible to get the historical data via reporting, you > could use CustomerSyncService.CampaignChangeData > <https://developers.google.com/adwords/api/docs/reference/v201609/CustomerSyncService.CampaignChangeData> > to > get the campaign change history. Please check our sample > <https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201609/accountmanagement/GetAccountChanges.java> > (Java) > for reference. > > 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/fa5b2fc9-299c-4df2-a336-e267bf8ffbc2%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
