Hello All , 
I used a little Python code snippet in order to generate a search_term_view 
report on specific time frames , 

The select i am using is :
"SELECT segments.date, customer.id, customer.descriptive_name, campaign.id, 
campaign.name, ad_group.id, ad_group.name, search_term_view.status, 
search_term_view.search_term, ad_group_ad.ad.id, ad_group_ad.ad.type, 
ad_group_ad.ad.text_ad.headline, ad_group_ad.ad.text_ad.description1, 
ad_group_ad.ad.text_ad.description2, 
ad_group_ad.ad.expanded_text_ad.headline_part1, 
ad_group_ad.ad.expanded_text_ad.headline_part2, 
ad_group_ad.ad.expanded_text_ad.headline_part3, 
ad_group_ad.ad.expanded_text_ad.description, 
ad_group_ad.ad.expanded_text_ad.description2, 
ad_group_ad.ad.expanded_dynamic_search_ad.description, 
segments.keyword.ad_group_criterion, segments.keyword.info.text, 
search_term_view.search_term, segments.ad_network_type, 
segments.keyword.info.match_type, ad_group_ad.ad.display_url, 
ad_group_ad.ad.final_urls, metrics.cost_micros, metrics.impressions, 
metrics.clicks, metrics.conversions, metrics.interactions FROM 
search_term_view WHERE segments.date BETWEEN \'2019-03-01\' AND 
\'2019-04-01\'"

However - there is a big discrepancies between the total numbers 
(impressions,clicks etc) that i generate on google ads (on the same time 
frame of course) -  search term report , 

What am i missing ?

Thanks

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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/3deaa623-76ec-40e8-bebc-1e12c8628f10%40googlegroups.com.

Reply via email to