Hi Cv, 

Using the AdWords API, you can use the CustomerSyncService 
<https://developers.google.com/adwords/api/docs/reference/v201710/CustomerSyncService>
 to 
get AdGroupChangeData 
<https://developers.google.com/adwords/api/docs/reference/v201710/CustomerSyncService.AdGroupChangeData>
 which 
will have the changedCriteria 
<https://developers.google.com/adwords/api/docs/reference/v201710/CustomerSyncService.AdGroupChangeData#changedcriteria>
 containing 
the Ids of changed AdGroupCriterion for a given duration. Please note that 
this service only gives data that was changed in last 90 days. Also, this 
service will not differentiate if the AdGroupCriterion was added or 
modified. Here 
<https://github.com/googleads/googleads-java-lib/blob/master/examples/adwords_axis/src/main/java/adwords/axis/v201710/accountmanagement/GetAccountChanges.java>
 is 
a sample if Java for the CustomerSyncService. There might not be any other 
means to identify the newly added keyword using the API. 

As an alternative, you could store the create timestamp along with the 
keyword id in your database every time you create a new keyword. With this, 
you should be able to find out the new keywords added in a given date 
range. 

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 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/d5eecf2f-b217-4dfc-87ab-d757020e298f%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Issue wi... cv
    • Re:... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum
      • ... cv
        • ... 'Sreelakshmi Sasidharan (AdWords API Team)' via AdWords API Forum

Reply via email to