Seems like a duplicate thread?
Your question was already answered here:
http://groups.google.com/group/adwords-api/browse_thread/thread/f0a7eeb0f8d8da55
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi.blogspot.com
http://groups
Are you by chance trying to run a report on your MCC account? You cannot
run reports for MCCs. You need to specify the client Id of a regular
account and run the report on that.
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and discussion group:
http://adwordsapi
I am also experiencing problems with the Ad Performance reports. Many of
them return with 0 rows, while I'm sure there is data over that period that
should be reported (which can also be seen from the MCC). Hoping that this
will be fixed promptly, as right now we are unable to send our campaign
Hmm, just figured out it has something to do with the dateRange, if I drop
that part and use LAST_7_DAYS as dateRangeType, it downloads the report
successfully. Perhaps I'm using a wrong syntax somewhere along the way?
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog
Hi guys,
I'm trying to get an AdHoc Report to download through the API Sandbox, but
I keep getting the message "Report XML is invalid". I get this after
sending this request from the PHP Client Library:
[Nov 10 2011 17:17:05.00 - ERROR] POST
> /api/adwords/reportdownload/v201109 HTTP/1.1
>
I am also having problems with the Sandbox today. When trying to
receive an account list (with the GetAccountHierarchy.php example
file), I get an internal error as well.
Also, when trying to download a report, I get "Report XML is invalid",
with no further debugging info.
Anyone from the Google A
An oAuth token doesn't expire by itself. The user can choose to revoke
access to your app/service whenever they want to. Until that time, the
token remains valid.
On 21 okt, 12:50, bhavin wrote:
> Hi, with the new v201109 release of API adwords now supports oAuth1.0. But,
> I could not figure out