Hi there,
I'm trying to use the REGEX_MATCH operator with the Google Ads API to match a string with square brackets. I want to match any string that contains, literally:
"Google [Ads]"
My query where clause is
Notice I did escape the "[" caracter. It is valid in the query validator, but at runtime I get this error:
Error in WHERE clause: invalid value '(?i).*Google \\.`
Any idea what's wrong with this expression?
Thanks, Francis
P.S. I'm using the .NET SDK.