Hi, I'm trying to find a query that will return a list of the Negative Keywords set at the Campaign level.
I could not find a way to do this with the Query Builder, but I can view a list of Negatives by Campaign in the UI. Is it possible with queries? I have the query below for negative keywords set at the Ad Group but it does not list negatives set at the campaign level. query_neg_keywords = ( 'SELECT keyword_view.resource_name, campaign.id, ad_group_criterion.keyword.text FROM keyword_view WHERE ad_group_criterion.negative = TRUE') # WHERE campaign.id = \'241463475\' Any help would be greatly appreciated! -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/f273d9e5-fcb9-417b-8c27-09775a60640b%40googlegroups.com.
