Florianschmidtwelzow has uploaded a new change for review.
https://gerrit.wikimedia.org/r/177318
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(-)
git pull ssh://gerrit.wikimedia.org:29418/analytics/limn-mobile-data
refs/changes/18/177318/1
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: newchange
Gerrit-Change-Id: If757a4de32f73985c1075e34ee26689118580a6c
Gerrit-PatchSet: 1
Gerrit-Project: analytics/limn-mobile-data
Gerrit-Branch: master
Gerrit-Owner: Florianschmidtwelzow <[email protected]>
_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits