regex - Google Analytics filters, only two countries -


i want create filter include 2 countries. example united kingdom , russia.

i have 2 filters, first excluding countries. filter set regex pattern '.' , next filter including countries, pattern: united kingdom|russia.

but don't have results displayed. whats wrong regex?

your regex fine. need include variable against regex filter going executed. in case, type country (pays in french)

preview (sorry french):

enter image description here

ps: have tested on g account.

edit:

as per comment below, . match 1 character (there no countries 1 character name). if want match countries regex pattern .+ yet leaves question: if want match countries why use filter in first place?


Comments

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -