Hi,
With the introduction of the new Google Ads Scripts Experience some of the old operators have been sunset ("CONTAINS_IGNORE_CASE"). Using them will result in an error:
unrecognized operator "CONTAINS_IGNORE_CASE"
Instead we can now use the LIKE and REGEXP_MATCH operators for strings. However, these don't seem to be able to achieve the same goal. LIKE is case sensitive and I can't seem to get REGEXP_MATCH working with the case insensitive flag.
Could you please update the Google Ads Scripts documentation as they still refer to the old operators. Also I'd like to know how to select entities based on case-insensitive strings in the new experience.
Thanks in advance.