jenkins-bot has submitted this change and it was merged.

Change subject: Add data to UI-Daily
......................................................................


Add data to UI-Daily

Add Category and Nearby button to UI-Daily graph.

See also: I408625adc5722584209e0c299f8ffcb2f28032be

Change-Id: If757a4de32f73985c1075e34ee26689118580a6c
---
M mobile/ui-daily.sql
1 file changed, 4 insertions(+), 2 deletions(-)

Approvals:
  Milimetric: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/mobile/ui-daily.sql b/mobile/ui-daily.sql
index f6af360..ee50486 100644
--- a/mobile/ui-daily.sql
+++ b/mobile/ui-daily.sql
@@ -16,9 +16,11 @@
     sum(if(event_name = 'lastmodified-history', 1, 0)) as 'Last modified 
history',
     sum(if(event_name = 'lastmodified-profile', 1, 0)) as 'Last modified 
profile',
     sum(if(event_name = 'page-toc-toggle', 1, 0)) as 'Page TOC toggle',
-    sum(if(event_name = 'page-toc-link', 1, 0)) as 'Page TOC link'
+    sum(if(event_name = 'page-toc-link', 1, 0)) as 'Page TOC link',
+    sum(if(event_name = 'category-button', 1, 0)) as 'Category Overlay link',
+    sum(if(event_name = 'nearby-button', 1, 0)) as 'Nearby link'
 from
     MobileWebClickTracking_5929948
 where
     timestamp >= '{from_timestamp}' and
-    timestamp <= '{to_timestamp}'
\ No newline at end of file
+    timestamp <= '{to_timestamp}'

-- 
To view, visit https://gerrit.wikimedia.org/r/177318
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: If757a4de32f73985c1075e34ee26689118580a6c
Gerrit-PatchSet: 1
Gerrit-Project: analytics/limn-mobile-data
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <[email protected]>
Gerrit-Reviewer: Milimetric <[email protected]>
Gerrit-Reviewer: jenkins-bot <>

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to