interface ExtensionDailyStat {
    counts?: EventCounts;
    extendedStats?: { [key: string]: any };
    statisticDate?: Date;
    version?: string;
}

Properties

counts?: EventCounts

Stores the event counts

extendedStats?: { [key: string]: any }

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

statisticDate?: Date

Timestamp of this data point

version?: string

Version of the extension