Hi all,
The documentation of the Id field of CAMPAIGN_LOCATION_TARGET_REPORT states "ID of the main object of this row". So how can I get rows with empty values?
This is the report definition:
An example of a row returned:
<row campaignID='297015706' location='--' day='2016-02-29' avgPosition='1.0' clicks='1' cost='250000' impressions='20' interactions='1'/>
And this is not the only row, the report has dozen, maybe hundreds of them.
Also interesting, when I request a similar report of the same type:
dateRangeType ALL_TIME
IncludeZeroImpressions is TRUE
No segmentation fields, no metric fields
Included field BidModifier
When I request that report for the same account I do NOT get a record with location '--'
What is going on here?
Thanks in advance!