Hi
Could someone help me to code this AWQL query using Python. I want to add a variable containing a list. So this works - AND KeywordTextMatchingQuery - IN ['keyword 1', 'keyword 2'] And if a single keyword is a variable, then this works - AND KeywordTextMatchingQuery = " +"'"+ keyword_variable_example +"'"+ " But if the list is a variable I can’t concatenate it. I found this ( https://groups.google.com/g/adwords-api/c/E7eF1AZc8Mw/m/nqSX9AB0BwAJ) but can’t make it work with the grammer/style that I’m using. Can anyone help? -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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/799850e3-28b2-4680-bc48-cf002fe9f48bn%40googlegroups.com.
