Hi all,
In the use_oauth.py example in v201109, there is a spot to fill in
clientCustomerID for use in the headers. Is this optional or absolutely
necessary?
In previous versions this requirement didn't exist. The application I'm
working on has no knowledge of anything other than the user's em
Hi Kevin,
Thanks for the response. It's my understanding that currently the API
requires a clientCustomerId to download reports. Is there a different
method (not involving downloading reports) to acquire the Id?
Thanks,
Sean
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on
FWIW, I'm also seeing this (thought intermittently) as of this morning in
v201101.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups.google.com/group/adwords-api
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=
Hello,
I'm also affected by this bug - are there any updates regarding a
possible fix? Is Google's advice still to ask the customer for their
customerId?
Thanks in advance for any info,
S
On Dec 20 2011, 4:13 pm, Eric Koleda wrote:
> Hi Yagmur,
>
> Unfortunately I don't have any updates at this
Hello AdWords folks,
Just as the topic says, I'm trying to migrate from v13/v201101 to v201109
and am curious about the suggested method for getting customerId in a
non-mcc account. If I use the method suggested here
http://code.google.com/p/google-api-ads-python/source/browse/trunk/examples/ad
Thanks mm, that is indeed helpful. I tried something similar shortly after
posting that - I tried grabbing clicks in addition to the currency code,
and it did indeed return both.
Thanks for the response!
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussio
Hello,
I'm trying to migrate away from v13 AccountService calls and since v201101
has to way to get timezone or currency codes without downloading and
parsing an entire report, here's what I'm trying to do:
report_definition_service =
client.GetReportDefinitionService('https://adwords.goog
I'm using API 14.2.3 and trying to get data via OAuth. It all seems
to work fine, except for this complaint:
File "\..\..\..\eggs\adspygoogle.adwords-14.2.3-py2.5.egg\adspygoogle
\adwords\CampaignService.py", line 92, in Get
'Campaign', self._loc, request)
File "\..\..\..\eggs\adspygoogle.a