I downloaded and installed version 2.5.5 (the latest version) of Google::Ads::AdWords for Perl today.
I configured the adwords.properties file and place it in the home directory. So I decided to test the examples. If I run the example download_criteria_report.pl I get the following error: "constants" is not defined in %HTTP::Status::EXPORT_TAGS at /usr/lib/perl5/site_perl/5.8.8/Google/Ads/Common/ReportUtils.pm line 26 Can't continue after import errors at /usr/lib/perl5/site_perl/5.8.8/Google/Ads/Common/ReportUtils.pm line 26 BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/Google/Ads/Common/ReportUtils.pm line 26. Compilation failed in require at download_criteria_report.pl line 31. BEGIN failed--compilation aborted at download_criteria_report.pl line 31. If I run the example download_defined_report.pl I get the following error: "constants" is not defined in %HTTP::Status::EXPORT_TAGS at /usr/lib/perl5/site_perl/5.8.8/Google/Ads/Common/ReportUtils.pm line 26 Can't continue after import errors at /usr/lib/perl5/site_perl/5.8.8/Google/Ads/Common/ReportUtils.pm line 26 BEGIN failed--compilation aborted at /usr/lib/perl5/site_perl/5.8.8/Google/Ads/Common/ReportUtils.pm line 26. Compilation failed in require at download_defined_report.pl line 26. BEGIN failed--compilation aborted at download_defined_report.pl line 26. If I run the examples get_defined_reports.pl or get_report_fields.pl I get the following error: <soap:Envelope xmlns:soap="http://schemas.xmlsoap.org/soap/envelope/"> <soap:Header> <ResponseHeader xmlns="https://adwords.google.com/api/adwords/cm/v201109"> <requestId>0004b9955d0eb8100ae7465200001751</requestId> <serviceName>ReportDefinitionService</serviceName> <methodName>get</methodName> <operations>0</operations> <responseTime>1190</responseTime> <units>0</units> </ResponseHeader> </soap:Header> <soap:Body> <soap:Fault> <faultcode>soap:Server</faultcode> <faultstring>QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'XXXXXXXXXXXXXXXXXXXXXX'</faultstring> <detail> <ApiExceptionFault xmlns="https://adwords.google.com/api/adwords/cm/v201109"> <message>QuotaCheckError.INVALID_TOKEN_HEADER @ ; trigger:'XXXXXXXXXXXXXXXXXXXXXX'</message> <ApplicationException.Type>ApiException</ApplicationException.Type> <errors xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xsi:type="QuotaCheckError"> <fieldPath></fieldPath> <trigger>XXXXXXXXXXXXXXXXXXXXXX</trigger> <errorString>QuotaCheckError.INVALID_TOKEN_HEADER</errorString> <ApiError.Type>QuotaCheckError</ApiError.Type> <reason>INVALID_TOKEN_HEADER</reason> </errors> </ApiExceptionFault> </detail> </soap:Fault> </soap:Body> </soap:Envelope> at /usr/lib/perl5/site_perl/5.8.8/Google/Ads/AdWords/Deserializer.pm line 57. I have checked the adwords.properties file 3 times and all appears correct. The examples were run without modification. Any advice on how to fix these errors? If the examples won't run what chance do I have of building something that will work? -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ Also find us on our blog and discussion group: http://adwordsapi.blogspot.com http://groups.google.com/group/adwords-api =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ You received this message because you are subscribed to the Google Groups "AdWords API Forum" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/adwords-api?hl=en
