Hello

I am using a python script to retrieve removed keywords from an account 
over a period of time. From what I have been told, CustomerSyncService is 
the way to go for this. I am using the example from this page 
<https://github.com/googleads/googleads-python-lib/blob/master/examples/adwords/v201601/account_management/get_account_changes.py>
.

The issue seems to be that the output of that script is only returning a 
notice that changes have occurred without going into further detail. For 
example:

(CampaignChangeData){
         campaignId = xxxxxxxxxx
         campaignChangeStatus = "FIELDS_CHANGED"
      },
      (CampaignChangeData){
         campaignId = xxxxxxxxxx
         campaignChangeStatus = "FIELDS_CHANGED"
      },
      (CampaignChangeData){
         campaignId = xxxxxxxxxx
         campaignChangeStatus = "FIELDS_CHANGED"
      },

It is, however made clear on the API doc page 
<https://developers.google.com/adwords/api/docs/reference/v201601/CustomerSyncService.CampaignChangeData>
 
for the response that I should be getting much more information such as 
removed adgroups and criterion. Is this a bug with the CustomerSyncService 
at the moment or am I missing something obvious?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/4056030a-f849-422b-aeaa-9240ab52c64c%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to