Im using this query to pull conversions data

SELECT 
segments.date,
campaign.id,
ad_group.id,
segments.conversion_action,
segments.conversion_action_name,
segments.external_conversion_source,
customer.id,
keyword_view.resource_name,
segments.ad_network_type,
ad_group.name,
ad_group.status,
campaign.name,
campaign.status,
campaign.advertising_channel_type,
segments.conversion_action_category,
ad_group_criterion.keyword.text,
ad_group_criterion.keyword.match_type,
ad_group_criterion.status,
metrics.conversions_value,
metrics.all_conversions_value,
metrics.all_conversions,
metrics.conversions,
metrics.view_through_conversions,
ad_group.labels

FROM keyword_view
WHERE segments.date BETWEEN '2021-01-01' AND '2022-04-30'

but in response there is missing one ad group with 6 conversions, which I 
can get using other than keyword_view resource. And which I see in UI

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/eca4fd28-c6ca-4151-865e-9e4005ffa07en%40googlegroups.com.
  • Re... Nico Rabius
    • ... 'Google Ads API Forum Advisor' via Google Ads API and AdWords API Forum
    • ... 'Nikita Kulik' via Google Ads API and AdWords API Forum

Reply via email to