Hello.
I use this query:
SELECT customer.id,
metrics.clicks,
metrics.all_conversions_value,
metrics.cost_micros,
metrics.impressions,
metrics.active_view_impressions,
group_placement_view.target_url,
group_placement_view.placement_type,
group_placement_view.placement,
group_placement_view.display_name
FROM group_placement_view
WHERE metrics.clicks > 0
AND metrics.cost_micros > 0
AND group_placement_view.placement_type IN ('WEBSITE')
AND segments.date BETWEEN '2022-04-24' AND '2022-04-27'
It returns items with both impression fields having 0 value while they got
at least 1 click and some cost. Wanted to know is it normal?
Best regards.
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 [email protected]
To unsubscribe from this group, send email to
[email protected]
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
"Google Ads API and AdWords API Forum" group.
To unsubscribe from this group and stop receiving emails from it, send an email
to [email protected].
To view this discussion on the web visit
https://groups.google.com/d/msgid/adwords-api/c27205dd-b7fb-4e6d-b9dc-c70720a61103n%40googlegroups.com.