Re: Keyword Tool Api

2015-02-09 Thread Danial Klimkin
Hello, Please see: https://developers.google.com/adwords/api/docs/guides/targeting-idea-service -Danial, AdWords API Team. On Saturday, February 7, 2015 at 12:03:00 AM UTC+3, sdb...@gmail.com wrote: > > Hello is there an API for keyword search tool where I can search for a > keyword and f

Keyword Tool Api

2015-02-09 Thread sdbcu1
Hello is there an API for keyword search tool where I can search for a keyword and find out Cost per click and total searches. The languages that I would use are C# or Java Many Thanks -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and Google+: https://googlea

Re: AdWords Keyword Tool API

2013-11-05 Thread Anash P. Oommen (AdWords API Team)
Hi, If you wait a bit, then the error should go away as the account stops becoming a fresh one. However, I am investigating this further at my end just to make sure nothing changed at our end to trigger this errors. Cheers, Anash P. Oommen, AdWords API Advisor. On Monday, November 4, 2013 1:28

Re: AdWords Keyword Tool API

2013-11-05 Thread slegersjohn
I've been trying for hours to get that code to work, but I keep getting an error. I'm using a test account with a "pending" developer token from a production account. The error I keep getting is this : [RateExceededError ] I've tried adding additional search parameters to restrict the search,

Re: AdWords Keyword Tool API

2013-10-28 Thread Josh Radcliff (AdWords API Team)
Hi Michael, The *TargetingIdeaService* will provide you with keyword ideas, volume, etc. based on various search criteria. https://developers.google.com/adwords/api/docs/reference/v201309/TargetingIdeaService There are examples of how to use this service in several languages: - Java - GetK

AdWords Keyword Tool API

2013-10-24 Thread oldgoogler
I am having a hard time finding information in the API documentation regarding retrieving additional keywords to bid on. Basically...the API version of what is being provided in the Keyword Planner. I have a client that spends a great deal of money on adwords and could really use this feature.

Re: Keyword Tool API Documentation

2012-01-05 Thread mark collier
Thanks for that, very helpful. On Jan 5, 8:30 am, Evgeniy Bogdanov wrote: > Hi Mark. > > You can use TargetingIdeaService API section to implement Keyword Tool > functions. > > Regards, > Evgeniy. > > On 5 янв, 02:55, mark collier wrote: > > > > > > > > > I'm looking for documentation on using t

Re: Keyword Tool API Documentation

2012-01-05 Thread Evgeniy Bogdanov
Hi Mark. You can use TargetingIdeaService API section to implement Keyword Tool functions. Regards, Evgeniy. On 5 янв, 02:55, mark collier wrote: > I'm looking for documentation on using the Google Adwords Keyword Tool via > the Adwords API, although I see 2009/2010 blog post references to such

Keyword Tool API Documentation

2012-01-04 Thread mark collier
I'm looking for documentation on using the Google Adwords Keyword Tool via the Adwords API, although I see 2009/2010 blog post references to such a service I can't find any documentation as to whether it is still provided. Could someone point me in the right direction as to where I can find det

Re: Keyword Tool API

2011-05-23 Thread Evgeniy Bogdanov
Hi. This functionality is available in Adwords API. Link to the document for this: http://code.google.com/intl/en-EN/apis/adwords/docs/reference/latest/TargetingIdeaService.html Link to the example (PHP): http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201008/GetRelat

Keyword Tool API

2011-05-23 Thread Superpow
Hi, I did a quick search through the forum and did not find anything recent on this. My goal is to be able to tie into google's API to get the same results of related keywords that I get when manually using the keyword tool inside of Adwords. ie: I input the word sterilization and receive a lis

Re: Keyword Tool API

2011-05-10 Thread Evgeniy Bogdanov
Yes Google have such API. This is link for it http://code.google.com/intl/en-EN/apis/adwords/docs/reference/latest/TargetingIdeaService.html Regarding http://code.google.com/intl/en-EN/apis/adwords/docs/ratesheet.html You have 2 ways to query Google: 1. Perform query by grouped keywords. 2. Ask

Keyword Tool API

2011-05-10 Thread realben
does google have a keyword tool API where I can pass the keyword and get the Volume (either estimated volume or last years) and the keyword competition? If so what the pricing and what the limit in the number of daily queries? I need to run 15,000 keywords through it

AdWords API Re: Google Keyword Tool - API

2009-10-21 Thread AdWords API Advisor
Hi Crinch, The corresponding AdWords API service is the KeywordToolService: http://code.google.com/apis/adwords/docs/developer/KeywordToolService.html. The sandbox environment is useful for testing calls, but you will not be able to get real data back unless you make calls against the production

AdWords API Google Keyword Tool - API

2009-10-21 Thread crinch
Hi, I am new to use google APIs, I am trying to find the API which is being used on this link https://adwords.google.com/select/KeywordToolExternal and how will we use it it and how to test it locally. Thanks in advance against any idea. I have also tried to to run the add_keyword API for t