isMobile can . not be filtered
Closed this issue · 3 comments
gerardwhite commented
Fix:
dimension: isMobile {label: "Is Mobile"}
should be updated to
dimension: isMobile {label: "Is Mobile" type: yesno}
ernestoongaro commented
closed in 6227135
bshreve commented
According to Google's docs, this field is deprecated and device.deviceCategory should be used instead.
https://support.google.com/analytics/answer/3437719?hl=en
device.isMobile
This field is deprecated. Use device.deviceCategory instead.
ernestoongaro commented
@finlbi yup, I re-implemented 6227135