Hello Matthias, >From API perspective, the ".Where().In()" clause is expected to have the list of values like XXXXXX, XXXXXXXX, XXXXXXX but when you pass a list, looks like it is replacing with extra square brackets "[ ]" causing this error as it is not conforming to AWQL syntax <https://developers.google.com/adwords/api/docs/guides/awql#formal_grammar>. You will need to trim the brackets or use a for loop to read from a list and pass campaignIds one by one.
Regards, Sai Teja, AdWords API Team. -- -- =~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~ 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]. Visit this group at https://groups.google.com/group/adwords-api. To view this discussion on the web visit https://groups.google.com/d/msgid/adwords-api/3a565c60-bd9e-4466-8762-1e1f0cedf5d6%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
