simbor / google-api-adwords-php

Automatically exported from code.google.com/p/google-api-adwords-php
Apache License 2.0
0 stars 0 forks source link

Small reports interpreted incorrectly #58

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
Which version of the library are you using?
2.6.1

Which version of PHP are you using?
5.3.2-1ubuntu4.9

---
When I try to download created cross-client report using
DownloadCrossClientReport.php example, it returns
200 error: Syncronous report found, use DownloadReport() instead.
So I thought what's ok, just some mess up with examples and try to use
DownloadReport.php example instead.

But get this:
200 error: AuthenticationError.CLIENT_CUSTOMER_ID_IS_REQUIRED

So I put the clientId equal MCC client id into settings.ini

Now, when I use RunAsyncReport(), it says use DownloadReport(),
but when I use DownloadReport() it says use RunAsyncReport()
(200 error: Asyncronous report found, use RunAsyncReport() instead.)

Original issue reported on code.google.com by imediamo...@gmail.com on 27 May 2011 at 8:34

GoogleCodeExporter commented 8 years ago
It looks like very small reports are sometime interpreted as cross-client 
reports incorrectly, and vice versa.  I'll push out a fix for this next week.

Original comment by ekoleda+devrel@googlers.com on 27 May 2011 at 1:56

GoogleCodeExporter commented 8 years ago
Fixed in r174.

Original comment by ekoleda+devrel@googlers.com on 3 Jun 2011 at 3:06