Schema:SignupExpAccountCreationImpression

PHP logging

EventLogging::logEvent( 'SignupExpAccountCreationImpression', 8539445, $event );

extension.json setup for JavaScript logging

{
	"attributes": {
		"EventLogging": {
			"Schemas": {
				"SignupExpAccountCreationImpression": 8539445
			}
		}
	}
}

JavaScript logging

mw.track( 'event.SignupExpAccountCreationImpression', { /* ... */ } );
From Meta, a Wikimedia project coordination wiki
Revision 8539445
description"Represents an impression of the signup page (Special:UserLogin?type=signup). Fired for all experimental buckets."
properties
token
type"string"
description"The randomly generated, identifying token (if available, otherwise not set)"