Wildcard characters in Custom Report Filter

What is the filter condition that I need to apply for generating traffic for response status code of 4xx i,e (401,403,404 only) - via a custom report in Analytics ?

Applying wild card characters to a filter as follows :

"filter=(response_status_code in '4xx')" or "filter=(response_status_code in '4**')"

does not work

Solved Solved
0 2 498
1 ACCEPTED SOLUTION

Here is the list of supported filters. You can set the filter as for all 4XX responses -

filter=(response_status_code ge 400 and response_status_code le 499)

View solution in original post

2 REPLIES 2

Here is the list of supported filters. You can set the filter as for all 4XX responses -

filter=(response_status_code ge 400 and response_status_code le 499)

Thanks Sudheendra. Could you confirm that wildcards cannot be used in filters ? in which the filter could work out to be lengthy depending on the condition ?