Schema:MobileWikiAppBannerClickThrough

PHP logging

EventLogging::logEvent( 'MobileWikiAppBannerClickThrough', 13295306, $event );

extension.json setup for JavaScript logging

{
	"attributes": {
		"EventLogging": {
			"Schemas": {
				"MobileWikiAppBannerClickThrough": 13295306
			}
		}
	}
}

JavaScript logging

mw.track( 'event.MobileWikiAppBannerClickThrough', { /* ... */ } );
From Meta, a Wikimedia project coordination wiki
Revision 13295306
description"Measure click/tap through rates of bannes for app installation or similar campaigns."
properties
campaign_id
description"The campaign. During testing this field may be not applicable. For normal production campaigns, however, this is set."
type"string"
requiredfalse
banner_id
description"The banner for the particular campaign. It's possible that there may be a banner that does not have a campaign (e.g., for testing). There will always be a banner ID."
type"string"
requiredtrue