Your API Developer Token Has Been Disabled

2011-11-04 Thread Yacov Schondorf
Hello, I got this terrible problem and reapplied for the token more than 6 weeks ago. Still no reply from Google. What can be done? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com

Keywords per website

2010-09-15 Thread Yacov
The Adwords UI provides an option to retieve keywords for a given website. Is there a way to achieve this via the TargetingIdeaService? I did not find any documentation on this issue. Thanks. -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group:

Re: KeywordTool services does not give enough keywords

2010-04-22 Thread Yacov
-getting-ideas-w... Best, - Eric Koleda, AdWords API Team On Apr 20, 3:52 am, Yacov yacov.schond...@gmail.com wrote: I am using the following Java code to obtain a list of keywords: KeywordToolInterface service =                 new KeywordToolServiceLocator().getKeywordToolService

Re: Either this object does not exist, or this user does not have permission to access it

2010-04-20 Thread Yacov
I solved the problem. I had the wrong email... On 19 אפריל, 19:20, Yacov yacov.schond...@gmail.com wrote: I am trying the demo Java programs for the first time. I am using the GetKeywordVariations example. The login information is provided in the class my the members email, password

KeywordTool services does not give enough keywords

2010-04-20 Thread Yacov
I am using the following Java code to obtain a list of keywords: KeywordToolInterface service = new KeywordToolServiceLocator().getKeywordToolService(); SeedKeyword seedKeyword = new SeedKeyword(); seedKeyword.setNegative(false); seedKeyword.setText(keyword);

Either this object does not exist, or this user does not have permission to access it

2010-04-19 Thread Yacov
I am trying the demo Java programs for the first time. I am using the GetKeywordVariations example. The login information is provided in the class my the members email, password, clientEmail, useragent, developerToken, applicationToken, and namespace However, I keep getting the following error: