Schema:MobileWebWatching

PHP logging

EventLogging::logEvent( 'MobileWebWatching', 19744463, $event );

extension.json setup for JavaScript logging

{
	"attributes": {
		"EventLogging": {
			"Schemas": {
				"MobileWebWatching": 19744463
			}
		}
	}
}

JavaScript logging

mw.track( 'event.MobileWebWatching', { /* ... */ } );
From Meta, a Wikimedia project coordination wiki
Revision 19744463