Click here to Skip to main content
15,886,095 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
hi,
can anyone help me with some sample code as to fetch CPC or other info for a keyword from google adwords using its api.
Posted
Comments
Sandeep Mewara 25-Nov-10 7:08am    
Did you tried something from your side?
samgreat99 25-Nov-10 9:22am    
yes.. i'm trying this sample http://code.google.com/p/google-api-adwords-dotnet/wiki/NoClientLibrary#Getting_an

using the SOAP like this
<soap:envelope
xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"
="" xmlns="https://adwords.google.com/api/adwords/v8">

<soap:header>
<email>loginemail@youraccount.com
<password>secretpassword</password>
<useragent>Your User Agent description
<developertoken>_developer_token_here_


<soap:body>
<estimatekeywordlist>
<keywordrequests>
<type>Broad
<text>flowers
<maxcpc>50000






we can fetch the info, i want to know that in which web service i can fetch search volume and cpc together?

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900