Schema:KaiOSAppFirstRun

PHP logging

EventLogging::logEvent( 'KaiOSAppFirstRun', 21205271, $event );

extension.json setup for JavaScript logging

{
	"attributes": {
		"EventLogging": {
			"Schemas": {
				"KaiOSAppFirstRun": 21205271
			}
		}
	}
}

JavaScript logging

mw.track( 'event.KaiOSAppFirstRun', { /* ... */ } );
From Meta, a Wikimedia project coordination wiki
Revision 21205271
description"Represents that a user of the KaiOS Wikipedia app successfully completed the first-run walkthrough."
properties
app_id
description"The persistent, unique identifier for this particular installation of the app."
type"string"
requiredtrue
app_version
description"The version of the app that was running."
type"string"
requiredtrue