Hi there,
Owing to some custom Adobe analytics instrumentation, we are not able to use the out of the box "Browser width" and "Browser height" dimensions.
As a consequence, we have enabled a new dimensions that allow us to capture the "browser width" and "browser height".
Here is an example of the value that we currently populate : "{""width"":1920,""height"":937}"
I would like to do two things :
- Make a classification in order to extract individually each value (one for browser width and one other for "browser height"
- Once the extraction is over, I would like to group these values under some buckets (one for browser width and one other for browser height) :
- 100 to 199
- 200 to 299
- ...
- 1000 to 1099
FYI, I already created the "traffic classification" then tried to build the rule via the "Classification rule builder" section but I'm currently struggling with the regexp.
Thank you in advance for your help !