Hi Eshwar, 

The CustomerSyncService 
<https://developers.google.com/adwords/api/docs/reference/v201702/CustomerSyncService>
 will return all the campaigns 
<https://developers.google.com/adwords/api/docs/reference/v201702/CustomerSyncService#response>
 irrespective 
of whether it was changed or not. However, you can use the 
CampaignChangeStatus 
<https://developers.google.com/adwords/api/docs/reference/v201702/CustomerSyncService.CampaignChangeData#campaignchangestatus>
 to 
determine if the campaign was changed, added new etc. The AdGroups that 
were not changed will be ignored by this service. Unfortunately, there is 
no other API service which returns the changed values. If you are 
interested, you can check the sample 
<https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201702/accountmanagement/GetAccountChanges.java>
 for 
CustomerSyncService (Java). Samples in other languages can be found here 
<https://developers.google.com/adwords/api/docs/clientlibraries>. 

The CustomerSyncService will always return a CustomerChangeData 
<https://developers.google.com/adwords/api/docs/reference/v201402/CustomerSyncService.CustomerChangeData>
 object, 
which then has further sub-objects for CampaignChangeData 
<https://developers.google.com/adwords/api/docs/reference/v201402/CustomerSyncService.CampaignChangeData>
 and AdGroupChangeData 
<https://developers.google.com/adwords/api/docs/reference/v201402/CustomerSyncService.AdGroupChangeData>.
 
You can find changed ads and criteria (including keywords) in the 
AdGroupChangeData 
<https://developers.google.com/adwords/api/docs/reference/v201402/CustomerSyncService.AdGroupChangeData>
.

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/20948df0-b979-4e89-929b-a605d569c0db%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • How to g... Eshwar Chettri
    • Re:... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum

Reply via email to