Schema:ArticleCreationWorkflow

PHP logging

EventLogging::logEvent( 'ArticleCreationWorkflow', 17145434, $event );

extension.json setup for JavaScript logging

{
	"attributes": {
		"EventLogging": {
			"Schemas": {
				"ArticleCreationWorkflow": 17145434
			}
		}
	}
}

JavaScript logging

mw.track( 'event.ArticleCreationWorkflow', { /* ... */ } );
From Meta, a Wikimedia project coordination wiki
Revision 17145434
description"Used to track interations with Extension:ArticleCreationWorkflow"
properties
interactionType
type"string"
requiredtrue
description"Current event type"
link
type"string"
requiredfalse
description"Link interacted with"
sampling
type"integer"
requiredfalse
description"Sampling rate, 1/X"