Mobile app version of vmapp.org
Login or Join
Mendez628

: Google Analytics grouping by screen width I have ton of results with screen size something like: 933x621 934x650 930x600 420x350 422x515 425x610 etc... All of them have some visits. Is it posible,

@Mendez628

Posted in: #GoogleAnalytics

I have ton of results with screen size something like:

933x621
934x650
930x600

420x350
422x515
425x610


etc... All of them have some visits.

Is it posible, and how, to group all this results in to something like

900-950x(any height)
400-450x(any height)

10.01% popularity Vote Up Vote Down


Login to follow query

More posts by @Mendez628

1 Comments

Sorted by latest first Latest Oldest Best

 

@Cugini213

You could create a segment based on the resolution and regex the hell out of it.

Here is a segment for 400-450x(any height) analytics.google.com/analytics/web/template?uid=6YuJbBJzQA2uOuBXuqvWjA
it's based on the regex ^4[0-5][0-9]x.* for the Screen Resolution dimension

for more info about numeric ranges in RegEx have a look at www.regular-expressions.info/numericranges.html

10% popularity Vote Up Vote Down


Back to top | Use Dark Theme