ExtensionAnalyticsReport

@Serializable
data class ExtensionAnalyticsReport(val extensionId: String, val url: String, val type: String, val dateRange: DateRange)

Represents an analytics report for an extension.

See also

Constructors

Link copied to clipboard
constructor(extensionId: String, url: String, type: String, dateRange: DateRange)

Properties

Link copied to clipboard
@SerialName(value = "date_range")
val dateRange: DateRange

the reporting window's start and end dates, in RFC3339 format.

Link copied to clipboard
@SerialName(value = "extension_id")
val extensionId: String

an ID that identifies the extension that the report was generated for.

Link copied to clipboard

the type of report.

Link copied to clipboard
@SerialName(value = "URL")
val url: String

the URL that you use to download the report. The URL is valid for 5 minutes.