Hello Peter, Thank you for your reply. In CustomerSyncService we are getting list of campaigns, not what exactly got changed. To get values got changed, 1. I have to get campaign data using campaign id which I got it from CustomerSyncService response 2. then make customerService get method to get campaign data 3. compare this data with existing campaign data which I have, upon comparison I will get to know what all data got changed
Is there any better method to achieve this? Thanks, On Tuesday, June 12, 2018 at 2:27:05 PM UTC+5:30, Peter Oliquino (AdWords API Team) wrote: > > Hi Jofin, > > In the AdWords API, the service which returns change that were made to > your entities is the CustomerSyncService > <https://developers.google.com/adwords/api/docs/reference/v201806/CustomerSyncService>. > > However, the information returned here is limited. For campaign level > changes, the supported information can be retrieved through the > CampaignChangeData > <https://developers.google.com/adwords/api/docs/reference/v201806/CustomerSyncService.CampaignChangeData> > object. > > This being said, the budget information, including the old and new values > is currently not available through this service. > > Thanks and regards, > Peter > AdWords API Team > -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog: https://googleadsdeveloper.blogspot.com/ =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API and Google Ads 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 and Google Ads 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/452b47c6-df61-458d-8841-0ae8d05b167d%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
