I am trying to migrate my Adwords API SEARCH_QUERY_PERFORMANCE_REPORT calls
to Google Ads API search_term_view query. My
SEARCH_QUERY_PERFORMANCE_REPORT use pulls all SEARCH records for a date
range for an entire account. The query below is returning fewer records.
For example, SEARCH_QUERY_PERFORMANCE_REPORT return 89 records for one
campaign and search_term_view returns only 2. Overall, I am missing about
half of the records.
Here is my search_term_view query:
SELECT segments.date
, campaign.id
, ad_group.id
, ad_group_ad.ad.id
, segments.search_term_match_type
, search_term_view.search_term
, segments.keyword.ad_group_criterion
, metrics.impressions, metrics.clicks
, metrics.cost_micros
, metrics.conversions
, segments.year
, segments.ad_network_type
FROM search_term_view
WHERE segments.date BETWEEN '2022-01-01 AND '2022-01-01'
AND segments.ad_network_type IN ('SEARCH')
AND metrics.impressions > 0
--
--
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/a4553a99-2170-4d3e-8f60-d2f19aafb5ben%40googlegroups.com.