Schema:EditorActivation

PHP logging

EventLogging::logEvent( 'EditorActivation', 21973730, $event );

extension.json setup for JavaScript logging

{
	"attributes": {
		"EventLogging": {
			"Schemas": {
				"EditorActivation": 21973730
			}
		}
	}
}

JavaScript logging

mw.track( 'event.EditorActivation', { /* ... */ } );
From Meta, a Wikimedia project coordination wiki
Revision 21973730
description"Logs editors becoming active for the current month"
properties
userId
type"integer"
requiredtrue
description"The user's user ID."
month
type"string"
requiredtrue
description"Month and year, in format 'MM-YYYY'."