Thank you for your response,
However what seemed weird to me is that for segmenting by devices, there are some values with all metrics in 0 for a Device Type.
for example using my query above for a campaign id 123 the result I'm receiving
{"campaignId":
123 ,"deviceType":"DESKTOP","day":"2022-02-24","cost":0,"impressions":0,"clicks":0,"conversions":0.0}
{"campaignId":123 ,"deviceType":"MOBILE","day":"2022-02-24","cost":0,"impressions":1,"clicks":0,"conversions":0.0}
{"campaignId": 123 ,"deviceType":"TABLET","day":"2022-02-24","cost":3,"impressions":5,"clicks":0,"conversions":0.0}
Is it normal behavior that I receive the DESKTOP line? if so, why I'm not receiving OTHERS and TV device types with zero values too?
PS: the values are not from real data.