ExtensionDailyStat interface
Properties
| counts | Stores the event counts |
| extended |
Generic key/value pair to store extended statistics. Used for sending paid extension stats like Upgrade, Downgrade, Cancel trend etc. |
| statistic |
Timestamp of this data point |
| version | Version of the extension |
Property Details
counts
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