CampaignDateRangeKpiResponse

Provides the results of a query that retrieved the data for a standard metric that applies to a campaign, and provides information about that query.

Types

Link copied to clipboard
class Builder
Link copied to clipboard
object Companion

Properties

Link copied to clipboard

The unique identifier for the application that the metric applies to.

Link copied to clipboard

The unique identifier for the campaign that the metric applies to.

Link copied to clipboard

The last date and time of the date range that was used to filter the query results, in extended ISO 8601 format. The date range is inclusive.

Link copied to clipboard

The name of the metric, also referred to as a key performance indicator (KPI), that the data was retrieved for. This value describes the associated metric and consists of two or more terms, which are comprised of lowercase alphanumeric characters, separated by a hyphen. For a list of possible values, see the Amazon Pinpoint Developer Guide.

Link copied to clipboard

An array of objects that contains the results of the query. Each object contains the value for the metric and metadata about that value.

Link copied to clipboard

The string to use in a subsequent request to get the next page of results in a paginated response. This value is null for the Campaign Metrics resource because the resource returns all results in a single page.

Link copied to clipboard

The first date and time of the date range that was used to filter the query results, in extended ISO 8601 format. The date range is inclusive.

Functions

Link copied to clipboard
Link copied to clipboard
open operator override fun equals(other: Any?): Boolean
Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String