ExtensionDailyStat interface

Properties

counts

Stores the event counts

extendedStats

Generic key/value pair to store extended statistics. Used for sending paid extension stats like Upgrade, Downgrade, Cancel trend etc.

statisticDate

Timestamp of this data point

version

Version of the extension

Property Details

counts

Stores the event counts

counts: EventCounts

Property Value

extendedStats

Generic key/value pair to store extended statistics. Used for sending paid extension stats like Upgrade, Downgrade, Cancel trend etc.

extendedStats: {[key: string]: any}

Property Value

{[key: string]: any}

statisticDate

Timestamp of this data point

statisticDate: Date

Property Value

Date

version

Version of the extension

version: string

Property Value

string