Re: How can I sign up for Google Adwords API, I get an access denied message.

2011-02-15 Thread jmshinn
using MCC accounts in their business. Best, - Eric On Feb 11, 9:40 am, jmshinn jmsh...@gmail.com wrote: Hi Eric, Not to mince words, it's a crazy limitation, and obviously a source of no end of confusion for your users. You might at least consider adding an API center link

Re: How can I sign up for Google Adwords API, I get an access denied message.

2011-02-11 Thread jmshinn
Hi Eric, Not to mince words, it's a crazy limitation, and obviously a source of no end of confusion for your users. You might at least consider adding an API center link to a normal adwords account that just tells them their account isn't eligible, why, and how to create an eligible account.

Re: AuthenticationError.NOT_ADS_USER @ ; trigger:'814921032347' Service[TargetingIdeaService.get]

2011-02-11 Thread jmshinn
I just ran into this issue myself today. You apparently have to make a call to GetCampaignService first just to initialize your sandbox account. My understanding (though I haven't even gotten so far as testing this latter part out) is that once you've done this you can cut out the call and just

Re: traffic estimator geotarget

2011-01-28 Thread jmshinn
In other words, you can't target a city when requesting search volume. You can only target a country and a language. My understanding is that this is equivalent to the adwords user interface, is that correct? -Jason On Jan 27, 6:52 pm, AdWords API Advisor adwordsapiadvi...@google.com wrote:

Re: TargetingIdeaService v201008 with Custom Country Language

2011-01-17 Thread jmshinn
I'll admit that I'm just getting into this myself so I may be off here, but:   // Create language service.   $languageService = new LanguageTarget();   $languageService-languageCode='de';   $languageService-TargetType='de'; First of all, you need to use LanguageTargetSearchParameter to