Martialdelastic / 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

'i' missing in Defintion #41

Closed GoogleCodeExporter closed 8 years ago

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

v201003

Which version of PHP are you using?

5.2

Please provide any additional information below.

It is not really a bug but might still be helpful to others (I spent hours 
wondering why my code was not working). It might be wise to add an 'i' to lines 
51, 57 and 60 in the DownloadReport.php example file 
($reportDefin(!!!!!!!!!)i(!!!!!!!!!)tionId instead of $reportDefintionId).

I copied the code to another file where the variable name was 
$reportDefintionId and it did not work.

Original issue reported on code.google.com by arevai77...@gmail.com on 17 Aug 2010 at 2:47

GoogleCodeExporter commented 8 years ago
Thank you for reporting this issue, and I apologize for the frustration it 
caused.  I've corrected the example and pushed out a new version to trunk.

http://code.google.com/p/google-api-adwords-php/source/browse/trunk/examples/v20
1003/DownloadReport.php

Original comment by api.ekol...@gmail.com on 18 Aug 2010 at 3:07