Hi.I try to sum certain metrics from GADS and show them in Google Slides. The problem is that my scenario in Make only shows the summarized values for the whole GADS account as you can see in the picture. I need the numbers from the first line, not the second. How can I correct it? Here is the query I use: SELECT
metrics.impressions,
metrics.clicks,
metrics.ctr,
metrics.average_cpc,
metrics.conversions,
metrics.cost_per_conversion,
metrics.cost_micros
FROM
customer
WHERE
segments.date BETWEEN ‘{{38.0}}’ AND ‘{{38.1}}’

