Hello! Reporting by Video resource stopped working around 16, Aug 11:00 UTC.

*Google Ads Scripts example*



*function main() {  const report = AdsApp.report('SELECT video.id FROM 
video');  console.log(report.rows().totalNumEntities());}*

Results with: Could not read from Google Ads

Google Ads API example (PHP)













*        /** @var 
\Google\Ads\GoogleAds\Lib\V17\GoogleAdsServerStreamDecorator $stream */    
    $stream = $client->getGoogleAdsServiceClient()->searchStream(          
  new SearchGoogleAdsStreamRequest(                [                    
'query'       => 'SELECT video.id FROM video',                    
'customer_id' => '3816796305'                ]            )        );      
  /** @var \Google\Ads\GoogleAds\V17\Services\GoogleAdsRow $row */        
foreach ($stream->iterateAllElements() as $row) {            
$output->writeln($row->serializeToJsonString());        }*

Results with generic error: Internal error encountered.

However, the same examples with "SELECT campaign.id FROM campaign" work 
fine. So the problem is related to `Video` resource.

Please check ASAP.

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
Also find us on our blog:
https://googleadsdeveloper.blogspot.com/
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~

You received this message because you are subscribed to the Google
Groups "AdWords API and Google Ads API Forum" group.
To post to this group, send email to adwords-api@googlegroups.com
To unsubscribe from this group, send email to
adwords-api+unsubscr...@googlegroups.com
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 
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/cbdc4a17-0c9e-4f48-b229-0a9e195abf48n%40googlegroups.com.
  • Re... Sergei Aleinik
    • ... Sergei Aleinik
      • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum

Reply via email to