Schema:MobileBehaviouralDifferences

PHP logging

EventLogging::logEvent( 'MobileBehaviouralDifferences', 15554224, $event );

extension.json setup for JavaScript logging

{
	"attributes": {
		"EventLogging": {
			"Schemas": {
				"MobileBehaviouralDifferences": 15554224
			}
		}
	}
}

JavaScript logging

mw.track( 'event.MobileBehaviouralDifferences', { /* ... */ } );
From Meta, a Wikimedia project coordination wiki
Revision 15554224
description"A record of user pageviews, collected to understand behavioural differences between mobile and desktop reading and test the entropic rate of IP/UA combos compared to distinct UUIDs. See https://meta.wikimedia.org/wiki/Research:Mobile_User_Behavioural_Differences"
properties
UUID
description"A unique user ID, with a 30 day expiry window, associated with that particular device and browser"
requiredtrue
type"string"
platform
description"The platform (mobile web or desktop) the user was viewing pages on."
requiredtrue
type"string"