Hello!
I have this request:

$query = (new ReportQueryBuilder())
    ->select([
        'Date',
        'Id',
        'AdGroupId',
        'CampaignId',
        'Criteria',
        'Cost',
        'Clicks',
        'Impressions'
    ])
    ->from(ReportDefinitionReportType::PLACEMENT_PERFORMANCE_REPORT)
    ->where('Cost')->greaterThan(0)
    ->duringDateRange(ReportDefinitionDateRangeType::LAST_7_DAYS)
    ->build();


It`s works, but Id is empty and all records are removed (i have a lot of 
active placements). Why is this happening?

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"AdWords API and Google Ads API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to adwords-api+unsubscr...@googlegroups.com.
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/19e7c36e-0420-4a39-a8fb-3d9ba2368930%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
  • ... vlad.posyniak via AdWords API and Google Ads API Forum
    • ... 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum
    • ... 'Milind Sankeshware (AdWords API Team)' via AdWords API and Google Ads API Forum

Reply via email to