# Admin User Dashboard - Mobile Stats

**URL:** https://meta.discourse.org/t/admin-user-dashboard-mobile-stats/31165
**Category:** Feature
**Created:** [July 18, 2015, 6:42pm UTC](https://meta.discourse.org/t/admin-user-dashboard-mobile-stats/31165 "2015-07-18T18:42:39Z")
**Posts on this page:** 6
**Page:** 1

<div class="post-metadata">

### Author: ![BCHK](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/bchk/32/3268_2.png) [@BCHK](https://meta.discourse.org/u/BCHK)
#### Post date: [July 18, 2015, 6:42pm UTC](https://meta.discourse.org/t/admin-user-dashboard-mobile-stats/31165/1 "2015-07-18T18:42:39Z")

</div>

There are a number of development efforts I’m aware of to create mobile apps for use with Discourse forums. Given these efforts - it would be very helpful to have mobile stats that differentiate between the two methods of access - native apps vs. mobile browser.

Is it possible to add these statistics to the Admin Dashboard? What would the App developers need to do, so that the app accesses/api calls are differentiated from the regular mobile browser calls?

[https://www.evernote.com/shard/s106/sh/816b1559-b6c6-4a3f-9fa1-a45bd82426ff/3f3e03394065f81b05eac35365d80fa5/deep/0/Admin%20-%20Schizophrenia%20Forums.png](https://www.evernote.com/shard/s106/sh/816b1559-b6c6-4a3f-9fa1-a45bd82426ff/3f3e03394065f81b05eac35365d80fa5/deep/0/Admin%20-%20Schizophrenia%20Forums.png)

---

<div class="post-metadata">

### Author: ![zogstrip](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/zogstrip/32/512781_2.png) [@zogstrip](https://meta.discourse.org/u/zogstrip)
#### Post date: [July 20, 2015, 8:31am UTC](https://meta.discourse.org/t/admin-user-dashboard-mobile-stats/31165/2 "2015-07-20T08:31:21Z")

</div>

One could use a specific HTTP header/API key to differentiate between browser and native app usage.

---

<div class="post-metadata">

### Author: ![riking](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/riking/32/170938_2.png) [@riking](https://meta.discourse.org/u/riking)
#### Post date: [July 20, 2015, 4:27pm UTC](https://meta.discourse.org/t/admin-user-dashboard-mobile-stats/31165/3 "2015-07-20T16:27:22Z")

</div>

Right now, requests are detected as mobile if the user-agent matches `/Mobile/` - so you could use that.

---

<div class="post-metadata">

### Author: ![sam](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/sam/32/102149_2.png) [@sam](https://meta.discourse.org/u/sam)
#### Post date: [July 20, 2015, 8:47pm UTC](https://meta.discourse.org/t/admin-user-dashboard-mobile-stats/31165/4 "2015-07-20T20:47:06Z")

</div>

Its a pretty theoretic problem at this point when there is a native app out there we can look at it. As a simple stopgap I would assume it had a unique useragent and google analytics would be totally fine at picking that up.

---

<div class="post-metadata">

### Author: ![outofthebox](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/outofthebox/32/83708_2.png) [@outofthebox](https://meta.discourse.org/u/outofthebox)
#### Post date: [February 20, 2019, 8:16pm UTC](https://meta.discourse.org/t/admin-user-dashboard-mobile-stats/31165/5 "2019-02-20T20:16:17Z")

</div>

Hi, is it confirmed that Google Analytics picks up and tracks activity of a Discourse site within the Discourse app?

---

<div class="post-metadata">

### Author: ![chapoi](https://sea3.discourse-cdn.com/meta/user_avatar/meta.discourse.org/chapoi/32/537252_2.png) [@chapoi](https://meta.discourse.org/u/chapoi)
#### Post date: [December 4, 2025, 11:36am UTC](https://meta.discourse.org/t/admin-user-dashboard-mobile-stats/31165/6 "2025-12-04T11:36:50Z")

</div>


