Re: how to find newly added keywords using customer sync service

2011-06-20 Thread David Torres
Hi Bilal, To obtain monthly search volumes you should use the TargetingIdeaServicehttp://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.html and to retrieve average CPCs you should use the

Re: how to find newly added keywords using customer sync service

2011-06-15 Thread Kevin Winter
Hi, The CustomerSyncService returns back an array of CampaignChangeData which has an array of AdGroupChangeData which itself has an array of changedCriteria IDs, documented here: http://code.google.com/apis/adwords/docs/reference/latest/CustomerSyncService.AdGroupChangeData.html - Kevin

Re: how to find newly added keywords using customer sync service

2011-06-15 Thread kush
Thank you kevin -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to

Re: how to find newly added keywords using customer sync service

2011-06-15 Thread Bilal Ahmed
Hi All, I am trying to get monthly search volume CPC for any given month, year or day. Any pointers would be great Cheers On Mon, Jun 13, 2011 at 8:27 PM, kush kushva...@outofboundscommunications.com wrote: hi, I'm trying to use customersyncservice to find any newly added or deleted

how to find newly added keywords using customer sync service

2011-06-13 Thread kush
hi, I'm trying to use customersyncservice to find any newly added or deleted campaigns , adgroups and keywords. But using the above service i could see the campaigns and adgroups that are newly added and deleted within a date range. Is there any way to see the Ids of newly added keywords? If so,