Hi Sumit, The GetTrafficEstimates example is what you need to fetch the CPC for keywords. When you request traffic estimates, you need to make a CampaignEstimateRequest, an AdGroupEstimateRequest within it, and several KeywordEstimateRequests within it. Traffic is calculated based on the cpc limit you specify in adGroupEstimateRequest.maxCpc. The targeting for the keyword is specified in campaignEstimateRequest.targets.
I suggest you check the TrafficEstimatorService documentation at http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.html. Let me know if you have more questions and I can answer them for you. Cheers, Anash P. Oommen, AdWords API Advisor. On Nov 29, 11:05 pm, sumit agarwal <[email protected]> wrote: > Hi, > I'm a starter and want to develop a client side application to fetch > data like Monthly Search Volume and CPC for the keyword I pass. I'm > using the API available for that (.Net). I've gone through the sample > examples provided in the API, but I got confused as why all the types > of the web service v201008 are used in the GetTrafficEstimate class > file? > > Can I fetch monthly CPC through the AdWords API? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 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
