Re: Getting global or local search volume of a keyword via API

2011-10-26 Thread David Torres
Hi Santhosh,

Your code seems to be fine, are you behind a firewall or a proxy that might 
be preventing from you to access the auth token endpoint?

Judging from the error an IOException means a communication error.

Best,

-David

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Getting global or local search volume of a keyword via API

2011-10-24 Thread David Torres
Hi Santhosh,

Could you post the snippet of your code that is throwing the error? I'll be 
glad to look at it and point out any issues.

Best,

-David Torres - AdWords API Team

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Getting global or local search volume of a keyword via API

2011-10-21 Thread Anash P. Oommen
Hi Santhosh,

Since you are using AdWords API Java library, the issue of generating 
ClientLogin token is no longer relevant; the library will take care of you. 
As for IOException, looks like the library has some issue reaching 
https://www.google.com/accounts/ClientLogin. 
Are you still facing issues making calls to the sandbox?

As for the credentials, your username/password is gmail account/password, 
useragent is any random string (preferably company name + application name) 
that can be used to identify your application, and developer token is gmail 
account++CUR, e.g. john@gmail.com++USD.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Getting global or local search volume of a keyword via API

2011-10-21 Thread santhosh kumar
Hi Anash,

I'm using the AdWords Sandbox API for the first time. I'm using the
java client library(V201101) to access the API. When I tried  calling
the TargetingIdeaService service, I'm getting the
AuthenticationError.NOT_ADS_USER error.

Error:
AxisFault
 faultCode: {http://schemas.xmlsoap.org/soap/envelope/}Server
 faultSubcode:
 faultString: AuthenticationError.NOT_ADS_USER @ ;
trigger:'843246365515' Service[TargetingIdeaService.get]
 faultActor:
 faultNode:
 faultDetail:
{https://adwords.google.com/api/adwords/o/v201101}
ApiExceptionFault:
ns2:messageAuthenticationError.NOT_ADS_USER @ ;
trigger:'843246365515'
Service[TargetingIdeaService.get]
/ns2:message
ns2:ApplicationException.TypeApiException/
ns2:ApplicationException.Type
ns2:errors xmlns:xsi=http://www.w3.org/2001/XMLSchema-instance;
xsi:type=ns2:AuthenticationError
ns2:fieldPath/
ns2:trigger843246365515/ns2:trigger
ns2:errorStringAuthenticationError.NOT_ADS_USER/ns2:errorString
ns2:ApiError.TypeAuthenticationError/ns2:ApiError.Type
ns2:reasonNOT_ADS_USER/ns2:reason
/ns2:errors


Please provide me the sample java code for access the SandBox
URL(https://adwords-sandbox.google.com/) .

 I'm stuck and not sure what I'm doing wrong. It would be great if
someone could point me in the right direction.

Thanks in advance
Santhosh.A

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Getting global or local search volume of a keyword via API

2011-10-17 Thread Anash P. Oommen
Hi Santhosh,

See http://code.google.com/apis/adwords/docs/sandbox.html for details on how 
to use the sandbox.

Cheers,
Anash P. Oommen,
AdWords API Advisor.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Getting global or local search volume of a keyword via API

2011-10-17 Thread santhosh kumar
Hi Anish,

Thanks for your response.

How to generate Auth Token to access the Sandbox URL(POC environment),

In place of developer token iam passing login++currency_code
(….@gmail.com++USD is it correct format?) .

Please provide an java example code to work with sandbox URL in
testing (POC purpose).

Silly questions what is user Agent? (Please provide the format)

Regards,
Santhosh.A


On Oct 17, 4:44 pm, Anash P. Oommen anash.p.oommen
+fo...@google.com wrote:
 Hi Santhosh,

 Seehttp://code.google.com/apis/adwords/docs/sandbox.htmlfor details on how
 to use the sandbox.

 Cheers,
 Anash P. Oommen,
 AdWords API Advisor.

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Getting global or local search volume of a keyword via API

2011-10-14 Thread santhosh kumar


Hi Bikram, 

I am also very new to Adwords API. 

My target is to Get global or local search result of a keyword via 
API. 

So my current project is: A textbox in a page, a submit button. In 
textbox you can type any keyword and then you will get results after 
submitting the button.  

How to work on sandbox environment using with testing tokens.  

Please provide steps to follow the sandbox.

Please provide any use full links to use sandbox.

 

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Getting global or local search volume of a keyword via API

2011-10-14 Thread santhosh kumar


Hi Bikram, 

I am also very new to Adwords API. 

My target is to Get global or local search result of a keyword via 
API. 

So my current project is: A textbox in a page, a submit button. In 
textbox you can type any keyword and then you will get results after 
submitting the button.  

How to work on sandbox environment using with testing tokens.  

Please provide steps to follow the sandbox.
Please provide any use full links to use sandbox.
 
Regards,
Santhosh.A

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Re: Getting global or local search volume of a keyword via API

2011-02-02 Thread AdWords API Advisor
Hi Bikram,

The TargetingIdeaService can be used to retrieve the search volume of
keywords.  Use it in STATS mode and you can batch up to 2000 keywords
per request.

  
http://code.google.com/apis/adwords/docs/reference/latest/TargetingIdeaService.html

Best,
- Eric Koleda, AdWords API Team

On Jan 30, 11:47 pm, Bikram Choudhury The SEO  PHP Developer
bikram.chowdh...@gmail.com wrote:
 Hi,

 I am very new to Adwords API.

 My target is to Get global or local search volume of a keyword via
 API.

 So my current project is: A textbox in a page, a submit button. In
 textbox you can type any keyword and then you will get results after
 submitting the button.

 Also I have in mind to use Yahoo or WordTracker API. But I have no
 idea which is better. So I want to start with Adwords API.

 Can anybody help?
 bikram.chowdh...@gmail.com

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en


Getting global or local search volume of a keyword via API

2011-01-31 Thread Bikram Choudhury The SEO PHP Developer
Hi,

I am very new to Adwords API.

My target is to Get global or local search volume of a keyword via
API.

So my current project is: A textbox in a page, a submit button. In
textbox you can type any keyword and then you will get results after
submitting the button.

Also I have in mind to use Yahoo or WordTracker API. But I have no
idea which is better. So I want to start with Adwords API.

Can anybody help?
bikram.chowdh...@gmail.com

-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/adwords-api?hl=en