Re: TrafficEstimatorService and clientEmail header ...

2010-12-01 Thread Olemis Lang
On 12/1/10, AdWords API Advisor wrote: > Hi Olemis, > :o) > I believe the issue is still with the Python library. If an MCC > account doesn't have access to the client account specified in the > request (or a misconfigured account for that matter), you should get > specific errors from the serve

Re: TrafficEstimatorService and clientEmail header ...

2010-11-29 Thread Olemis Lang
On Mon, Nov 29, 2010 at 12:51 PM, AdWords API Advisor wrote: > Hi Olemis, > Hi ! > Please post updates to the Python client library issue tracker: > >  http://code.google.com/p/google-api-adwords-python-lib/issues/detail?id=134 > > The library maintainers will be notified of this change. > Inde

Re: TrafficEstimatorService and clientEmail header ...

2010-11-24 Thread Olemis Lang
Hi ! On Tue, Nov 2, 2010 at 7:13 PM, api.sgrinb...@gmail.com wrote: > Hi Olemis, > > I've responded and will be tracking this at > http://code.google.com/p/google-api-adwords-python-lib/issues/detail?id=134. > It's been A LONG TIME since I asked for this issue and still can't find a solution . I

Re: TrafficEstimatorService and clientEmail header ...

2010-11-02 Thread Olemis Lang
Forgot something important , please read below On Tue, Nov 2, 2010 at 4:05 PM, Olemis Lang wrote: > On Tue, Nov 2, 2010 at 3:22 PM, Olemis Lang wrote: >> On Tue, Nov 2, 2010 at 1:46 PM, AdWords API Advisor >>  wrote: >>> Hi Olemis, >>> >> >> Thnx fo

Re: TrafficEstimatorService and clientEmail header ...

2010-11-02 Thread Olemis Lang
On Tue, Nov 2, 2010 at 3:22 PM, Olemis Lang wrote: > On Tue, Nov 2, 2010 at 1:46 PM, AdWords API Advisor >  wrote: >> Hi Olemis, >> > > Thnx for your reply . > :o) > >> If the email you specified is the target account then you shouldn't >> specify

Re: TrafficEstimatorService and clientEmail header ...

2010-11-02 Thread Olemis Lang
On Tue, Nov 2, 2010 at 1:46 PM, AdWords API Advisor wrote: > Hi Olemis, > Thnx for your reply . :o) > If the email you specified is the target account then you shouldn't > specify a clientEmail at all. That's what I thought after reviewing the original code of the app before upgrading it to us

Re: TrafficEstimatorService and clientEmail header ...

2010-11-02 Thread Olemis Lang
On Mon, Nov 1, 2010 at 3:13 PM, Olemis Lang wrote: [...] > > {{{ > #!python > > Traceback (most recent call last): >  [...] >  File > "/path/to/venv/lib/python2.5/site-packages/adspygoogle/adwords/AdWordsWebService.py", > line 130, in __ManageSoap >

TrafficEstimatorService and clientEmail header ...

2010-11-01 Thread Olemis Lang
Hello once again ! This time I need a precision about how to use correctly clientEmail header when calling TrafficEstimatorService . That header is required by the service . However, using Py client lib , if I specify clientEmail = email in headers then this error is returned back {{{ #!python T

Re: Count missing in sandbox (using Python client lib ?)

2010-11-01 Thread Olemis Lang
On Mon, Nov 1, 2010 at 11:02 AM, AdWords API Advisor wrote: > Hi Olemis, > :o) > Using those search parameters I get back a count for every month > except October (expected).  Do you have the requestId of a request > that exhibits this behavior? > I can provide you with one , once I try it agai

Re: Count missing in sandbox (using Python client lib ?)

2010-11-01 Thread Olemis Lang
> What search parameters are you using in the query? > If you talk about the selector, please use link below . That happened using v201008 sandbox . > On Oct 29, 11:23 am, Olemis Lang wrote: >> On Thu, Oct 28, 2010 at 11:05 AM, Olemis Lang wrote: >> [...] >> >>

Re: Count missing in sandbox (using Python client lib ?)

2010-10-29 Thread Olemis Lang
Hi, once again ! On Thu, Oct 28, 2010 at 11:05 AM, Olemis Lang wrote: > Before creating a ticket at Py client lib site I wanted to get some > feedback from you . Probably it's not necessary to bother the team . > Seems to be an issue with the response received from the sandbox ,

Re: Count missing in sandbox (using Python client lib ?)

2010-10-28 Thread Olemis Lang
Reported here [1]_ , JIC .. [1] Issue (http://code.google.com/p/google-api-adwords-python-lib/issues/detail?id=138&colspec=ID%20Type%20Status%20Component%20Milestone%20Module%20Priority%20Owner%20Summary%20Modified) On Thu, Oct 28, 2010 at 11:05 AM, Olemis Lang wrote: >

Count missing in sandbox (using Python client lib ?)

2010-10-28 Thread Olemis Lang
Before creating a ticket at Py client lib site I wanted to get some feedback from you . Probably it's not necessary to bother the team . I was messing around a little with TrargetingIdeaService in v201008 sandbox and I realized that values for type MonthlySearchVolume [1]_ are returned without `co

Re: Did somethin change with the v2009 API authentication?

2010-10-28 Thread Olemis Lang
Solved . Thnx very much ! I was using a wrong namespace . -- Regards, Olemis. Blog ES: http://simelo-es.blogspot.com/ Blog EN: http://simelo-en.blogspot.com/ Featured article: -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsap

Re: Did somethin change with the v2009 API authentication?

2010-10-27 Thread Olemis Lang
On Tue, Oct 26, 2010 at 11:53 PM, AdWords API Advisor wrote: > Hi Olemis, > :o) > I believe it has something to do with the Python library itself. maybe ... > "Group" has nothing to do with AdWords API authentication. As far as I > can tell from > http://code.google.com/p/google-api-adwords-py

Re: Did somethin change with the v2009 API authentication?

2010-10-26 Thread Olemis Lang
On Tue, Oct 26, 2010 at 10:21 AM, Olemis Lang wrote: >> On Oct 15, 12:19 pm, AdWords API Advisor >> wrote: >> > On Oct 15, 10:12 am, Stephen wrote: >> > > >> > > I've been writing unit tests to test our new connector for the v2009 >> >

Did somethin change with the v2009 API authentication?

2010-10-26 Thread Olemis Lang
> On Oct 15, 12:19 pm, AdWords API Advisor > wrote: > > On Oct 15, 10:12 am, Stephen wrote: > > > > > > I've been writing unit tests to test our new connector for the v2009 > > > API as its being developed.  Sometime yesterday afternoon I started > > > getting authentication errors and I'm unsure