madhabkirank / google-api-adwords-php

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

reports get unexpected error when "KeywordText" field is used #33

Closed GoogleCodeExporter closed 8 years ago

GoogleCodeExporter commented 8 years ago
in ReportDefinition operation using "KeywordText" field in 
"KEYWORDS_PERFORMANCE_REPORT" and "PromotionLine" field in 
"AD_PERFORMANCE_REPORT" and "Url" field in "URL_PERFORMANCE_REPORT" causes 
unexpected error when downloading report. it works well without using these 
fields and I think there is no problem with other fields.

Which version of the library are you using?
v201003

Which version of PHP are you using?
5.3

What steps will reproduce the problem?
Downloading Report (ReportUtils::DownloadReport)

What is the expected output? What do you see instead?
expected output is a report file.
instead a file with "unexpected error - {campaign id}" is created.

Please provide any additional information below.

Original issue reported on code.google.com by royaldes...@gmail.com on 29 Jun 2010 at 5:53

GoogleCodeExporter commented 8 years ago
These are problems with the underlying v201003 reporting system, and not the 
client library.  In the future please raise these issues on the AdWords API 
forum: http://groups.google.com/group/adwords-api/.

As for KeywordText, there is currently a dependency where KeywordMatchType is 
required for it to work, although this is being changed.  I can't replicate the 
Url problem, but PromotionLine is a known issue.

Original comment by api.ekol...@gmail.com on 29 Jun 2010 at 3:43