Schema:EventLoggingPEF

PHP logging

EventLogging::logEvent( 'EventLoggingPEF', 5305427, $event );

extension.json setup for JavaScript logging

{
	"attributes": {
		"EventLogging": {
			"Schemas": {
				"EventLoggingPEF": 5305427
			}
		}
	}
}

JavaScript logging

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