Schema:EventLoggerTest

PHP logging

EventLogging::logEvent( 'EventLoggerTest', 5305439, $event );

extension.json setup for JavaScript logging

{
	"attributes": {
		"EventLogging": {
			"Schemas": {
				"EventLoggerTest": 5305439
			}
		}
	}
}

JavaScript logging

mw.track( 'event.EventLoggerTest', { /* ... */ } );
From Meta, a Wikimedia project coordination wiki
Revision 5305439
description"Logs users dismissing the PEF notification"
properties
userid
type"integer"
requiredtrue
isDismissed
type"boolean"
description"True if the user dismisses the notification"
requiredtrue