Schema:WMDEBannerSizeIssue

PHP logging

EventLogging::logEvent( 'WMDEBannerSizeIssue', 21558200, $event );

extension.json setup for JavaScript logging

{
	"attributes": {
		"EventLogging": {
			"Schemas": {
				"WMDEBannerSizeIssue": 21558200
			}
		}
	}
}

JavaScript logging

mw.track( 'event.WMDEBannerSizeIssue', { /* ... */ } );
From Meta, a Wikimedia project coordination wiki
Revision 21558200
description"Store viewport size for WMDE fundraising banners that weren't shown because they would have obscured the content too much"
properties
bannerName
type"string"
requiredtrue
description"Name of the banner"
viewportWidth
type"integer"
requiredtrue
description"Viewport width in pixel"
viewportHeight
type"integer"
requiredtrue
description"Viewport height in pixel"
bannerHeight
type"integer"
requiredtrue
description"How many pixel high the banner would have been"
eventRate
type"number"
requiredtrue
description"Ratio of recorded size issues (between 0.01 and 1)"