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-12-01 Thread AdWords API Advisor
Hi Olemis, 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 server, typically an AuthorizationError or AuthenticationError

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-29 Thread AdWords API Advisor
Hi Olemis, 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. Best, - Eric Koleda, AdWords API Team On Nov 24, 2:12 pm, Olemis Lang wrote: > Hi !

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 api.sgrinb...@gmail.com
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. Thanks, --Stan On Nov 2, 5:07 pm, Olemis Lang wrote: > Forgot something important , please read below > > > > > > > > > > On Tue, Nov 2, 2010 at 4:05 PM, Olemis L

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 for your reply . >> :o) >> >>> If the email you

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 a clientEmail at all. > > That's what I thought a

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 AdWords API Advisor
Hi Olemis, If the email you specified is the target account then you shouldn't specify a clientEmail at all. A clientEmail is only necessary when you are authenticating as an MCC user and need to target the request to a specific client account. Best, - Eric Koleda, AdWords API Team On Nov 2, 11

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 >    raise Error(e) > Error: > }}} > > Q: >  - I

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