Hello!
Is it possible for the AdWords API Team to provide the Regular Expression that Google uses for validating if a keyword contains invalid chars (and thus would trigger the KEYWORD_HAS_INVALID_CHARS error)? That would be really helpful, for a couple of reasons:
- The official documentation does not help in this regard because the statement "Invalid symbols: You'll see an error message if you add negative keywords that contain certain symbols. Some of the symbols that can't be used in your negative keywords are: , ! @ % ^ () = {} ; ~ ` <> ? \ |." ( as stated here https://support.google.com/google-ads/answer/2453972?hl=en) is too shallow.
- Trying out all Unicode ranges for having a definite list of all invalid characters would be possible, but is cumbersome.
Since my post is not the first one referring to this topic (see
here and
here), I am optimistic that there is a need for this Regular Expression.