Schema:UploadWizardDeedFlowEvent

PHP logging

EventLogging::logEvent( 'UploadWizardDeedFlowEvent', 9665298, $event );

extension.json setup for JavaScript logging

{
	"attributes": {
		"EventLogging": {
			"Schemas": {
				"UploadWizardDeedFlowEvent": 9665298
			}
		}
	}
}

JavaScript logging

mw.track( 'event.UploadWizardDeedFlowEvent', { /* ... */ } );
From Meta, a Wikimedia project coordination wiki
Revision 9665298
description"Log of something related to licensing happening in UploadWizard."
properties
flowId
type"number"
requiredtrue
description"Identifies a flow of events (all events which happened in the same upload session, an upload session being someone clicking aroung in UploadWizard but not reloading the page). It is comprised of a timestamp and a random number."
event
type"string"
requiredtrue
enum
"type-chosen"
"license-chosen"
"multi-license-chosen"
description"Event name."
typename
type"string"
enum
"ownwork"
"thirdparty"
description"Name of deed type chosen."
licensename
type"string"
description"Name of license chosen."