interface EventCounts {
    averageRating?: number;
    buyCount?: number;
    connectedBuyCount?: number;
    connectedInstallCount?: number;
    installCount?: number;
    tryCount?: number;
    uninstallCount?: number;
    webDownloadCount?: number;
    webPageViews?: number;
}

Properties

averageRating?: number

Average rating on the day for extension

buyCount?: number

Number of times the extension was bought in hosted scenario (applies only to VSTS extensions)

connectedBuyCount?: number

Number of times the extension was bought in connected scenario (applies only to VSTS extensions)

connectedInstallCount?: number

Number of times the extension was installed in connected scenario (applies only to VSTS extensions)

installCount?: number

Number of times the extension was installed

tryCount?: number

Number of times the extension was installed as a trial (applies only to VSTS extensions)

uninstallCount?: number

Number of times the extension was uninstalled (applies only to VSTS extensions)

webDownloadCount?: number

Number of times the extension was downloaded (applies to VSTS extensions and VSCode marketplace click installs)

webPageViews?: number

Number of detail page views