Re: Using adwords API how can I get a keywords competition, local search volume for a particular country

2014-04-30 Thread Ray Tsang (AdWords API Team)
Bohdan, Thanks for sending me the fully request/response. It appears that you are receiving OAUTH_TOKEN_INVALID error. You'll need to make sure that you have OAuth 2.0 properly configured. Please review our OAuth 2.0

Re: Using adwords API how can I get a keywords competition, local search volume for a particular country

2014-04-29 Thread Ray Tsang (AdWords API Team)
Bohdan, Could I trouble you to send me the full request/response XML by replying to author? Please make sure sensitive data has been removed. Thanks! Ray On Monday, April 28, 2014 6:00:28 PM UTC-4, Bohdan Kit wrote: I'm using PHP 5.5 -- --

Re: Using adwords API how can I get a keywords competition, local search volume for a particular country

2014-04-28 Thread Ray Tsang (AdWords API Team)
Bohdan, Unfortuantely I won't be able to write the actual code. What PHP version are you using? Thanks, Ray On Friday, April 25, 2014 7:08:11 AM UTC-4, Bohdan Kit wrote: Hi, David. Please, reply my previost reply in this theme. You or somebody else. I Added in that reply me Errors and

Re: Using adwords API how can I get a keywords competition, local search volume for a particular country

2014-04-28 Thread Bohdan Kit
I'm using PHP 5.5 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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

Re: Using adwords API how can I get a keywords competition, local search volume for a particular country

2014-04-25 Thread Bohdan Kit
Hi, David. Please, reply my previost reply in this theme. You or somebody else. I Added in that reply me Errors and Warnings in code. There is developerToken, userAgent, clientCustomerId, email, password, [OAUTH2], client_id, client_secret, refresh_token in my auth.ini file. Please help me.

Re: Using adwords API how can I get a keywords competition, local search volume for a particular country

2014-04-24 Thread Bohdan Kit
Ні, Evgeniy Your code become old and some methods are missing. I've changed this code and got this: $user = new AdWordsUser(); $user-LogDefaults(); $targetingIdeaService = $user-GetService('TargetingIdeaService', 'v201402'); $keyword = 'mars cruise';

Re: Using adwords API how can I get a keywords competition, local search volume for a particular country

2011-04-06 Thread Evgeniy Bogdanov
Hi. This should help you: $user = new AdWordsUser(); // Log SOAP XML request and response. $user-LogDefaults(); // Get the TargetingIdeaService. $targetingIdeaService = $user-GetTargetingIdeaService('v201008'); $countryTarget = new CountryTarget('US', false);

Re: Using adwords API how can I get a keywords competition, local search volume for a particular country

2011-04-04 Thread David Torres
Hi Bikram, Perhaps an example in Perl works for you, it shouldn't be difficult to adapt this PHP code examplehttp://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v201101/GetRelatedKeywords.phpfrom the Perl code. Best, -David Torres - AdWords API Team

Using adwords API how can I get a keywords competition, local search volume for a particular country

2011-03-31 Thread Bikram The PHP Developer
Using adwords API how can I get a keywords competition, local search volume for a particular country A sample code in PHP is highly recommended. I have all examples of 082010 adwords api package, is there any example which has similar codes? My webpage will be like this : Keyword Text Input Box