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

*WHERE campaign.name REGEXP_MATCH ' (?i).*Google \[Ads].* '*

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. 

-- 
-- 
=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~=~
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 
"Google Ads API and AdWords 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/a21643c6-955a-4cee-9ef1-31af8cd5baaen%40googlegroups.com.

Reply via email to