llooker/google_ga360

isMobile can . not be filtered

Closed this issue · 3 comments

Fix:

dimension: isMobile {label: "Is Mobile"}
should be updated to

dimension: isMobile {label: "Is Mobile" type: yesno}

closed in 6227135

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.

@finlbi yup, I re-implemented 6227135