Schema:ExtDistDownloads

PHP logging

EventLogging::logEvent( 'ExtDistDownloads', 12369387, $event );

extension.json setup for JavaScript logging

{
	"attributes": {
		"EventLogging": {
			"Schemas": {
				"ExtDistDownloads": 12369387
			}
		}
	}
}

JavaScript logging

mw.track( 'event.ExtDistDownloads', { /* ... */ } );
From Meta, a Wikimedia project coordination wiki
Revision 12369387
description"Log ExtensionDistributor downloads"
properties
name
type"string"
description"Name of the extension or skin"
requiredtrue
version
type"string"
description"Branch/tag name that is being downloaded"
requiredtrue
type
type"string"
enum
"extensions"
"skins"
description"Whether it is an extension or skin"
requiredtrue