Hello,

I am currently on v201705 version for Adwords API. I am using the Report 
Download with AWQL method to download the reports. This is currently 
working fine since a long time . However, when i use the library v201802 
the code just crashes with no information. Below is a snippet in PHP

echo "A"; 

$session = (new AdWordsSessionBuilder())
            ->withOAuth2Credential($this->client)
            ->withClientCustomerId($client_id)
            ->withDeveloperToken($this->developer_token)
            ->build();

echo "B";

 try {
        $reportDownloader = new ReportDownloader($session);

echo "C";

 $reportDownloadResult = 
$reportDownloader->downloadReportWithAwql($report_query, 
DownloadFormat::CSV);
        } catch (Exception $e) {
            echo json_encode($e);
            log('error', __FUNCTION__ . ', Exception Error ' . 
json_encode($e));
        }




The outpiut is AB and never reaches C. This means the line
 $reportDownloader = new ReportDownloader($session);


is crashing. 

Can anyone help on this matter. 

Thanks 

Pete

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog and Google+:
https://googleadsdeveloper.blogspot.com/
https://plus.google.com/+GoogleAdsDevelopers/posts
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

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
--- 
You received this message because you are subscribed to the Google Groups 
"AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
Visit this group at https://groups.google.com/group/adwords-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/533cb099-74aa-43d5-8f61-a13daef02372%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • Reporting Crash ... P Anand

Reply via email to