Hello, would it be possible to create a list for negative keywords? I'm using Python.
I was able to add a negative keyword for a given campaign like this: { > 'operator': 'ADD', > 'operand': { > 'xsi_type': 'NegativeCampaignCriterion', > 'isNegative': True, > 'campaignId': campaign_id, > 'criterion': > { > 'xsi_type': 'Keyword', > 'text': keyword, > 'matchType': 'EXACT', > }, > } > } > However, I needed to include a list of keywords. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/5b6930ca-e32d-4d3b-98de-ee36016729ee%40googlegroups.com.