Hello, My Adwords Customer ID : 1255040287
I am trying to get removed keywords using the following queries but I am not get any results. *ad_group_criterion* (*Not getting any results* SELECT ad_group_criterion.keyword.text FROM ad_group_criterion WHERE ad_group_criterion.status IN(REMOVED,UNKNOWN) *keyword_view(Not getting any results)* SELECT ad_group_criterion.type,ad_group_criterion.status, ad_group_criterion.keyword.text FROM keyword_view where ad_group_criterion.status IN(REMOVED,UNKNOWN) *Could you please help how to get data for removed keywords?* also I am not getting zero impression data datewise using bellow query even I am passing condition for impressions>=0 SELECT campaign.name,metrics.impressions,segments.date FROM campaign WHERE segments.date > '2021-01-01' AND segments.date < '2021-01-20' and metrics.impressions >= 0 *please let me know if any way to get datewise data including zero impressions?* -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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 "AdWords API and Google Ads 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/3467b1e1-398d-4f40-b5c5-a198e0db29f4n%40googlegroups.com.
