Im using this query to pull active keywords: SELECT ad_group_criterion.keyword.text, ad_group_criterion.criterion_id, campaign.name, ad_group.name, ad_group_criterion.system_serving_status FROM keyword_view WHERE segments.date DURING LAST_30_DAYS AND campaign.advertising_channel_type = 'SEARCH' AND ad_group_criterion.status = 'ENABLED' AND ad_group_criterion.system_serving_status = 'ELIGIBLE' AND ad_group_criterion.negative = FALSE AND campaign.status = 'ENABLED' AND ad_group.status = 'ENABLED' PARAMETERS omit_unselected_resource_names=true
After filter duplicated row I end up with 448 Keywords ... But UI show me 430 -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/beebef22-da8b-4b7a-8e6e-da995f4ea437n%40googlegroups.com.
