I have provided this in the private response, but it seems those aren't 
coming through:

            var req = new SearchGoogleAdsRequest()
            {
                PageSize = 1000,
                Query = @"SELECT
                             customer.descriptive_name,
                             campaign.id,
                             campaign.name,
                             customer.id,
                             segments.date,
                             segments.device,
                             metrics.average_cost,
                             metrics.impressions,
                             metrics.interactions,
                             metrics.clicks,
                             metrics.video_quartile_25_rate,
                             metrics.video_quartile_50_rate,
                             metrics.video_quartile_75_rate,
                             metrics.video_quartile_100_rate,
                             metrics.video_views,
                             metrics.cost_micros
                        FROM
                            campaign
                        WHERE
                            segments.date BETWEEN '" + 
startDate.ToString("yyyy-MM-dd") +
                            "' AND '" + endDate.ToString("yyyy-MM-dd") + 
@"' 
                        LIMIT
                            1000",
                CustomerId = customerId.ToString()
            };

Results:
Impressions Clicks Date Video Views Device Customer Id Total Cost
448 0 2019-06-09 226 Desktop 6949070300 5833090
1434 4 2019-06-09 779 Mobile 6949070300 18612845
461 1 2019-06-09 271 Tablet 6949070300 5587193
In the API, I see matching numbers for Mobile and Tablet, but Desktop in 
this data is the sum of Desktop + TV in the UI.

On Monday, June 10, 2019 at 9:40:11 AM UTC-7, adsapiforumadvisor wrote:
>
> Hello Jordan,
>
> Could you please include information that Dannison and I asked last time 
> (e.g., request ID, GAQL that you used, etc)?
>
> Best,
> Thanet, Google Ads API Team
>
> ref:_00D1U1174p._5001UAqzJE:ref

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/adwords-api/a192622c-42d4-40dd-be0c-2fcc40d8e68e%40googlegroups.com.

Reply via email to