DataPointEntry

A single data point in a revenue time series, representing aggregated monetization metrics for a specific time interval.

Types

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

Properties

Link copied to clipboard

The bot category for this data point, when grouped by category.

Link copied to clipboard

The timestamp for this data point.

Link copied to clipboard

The group-by dimension value for this data point.

Link copied to clipboard

The intent classification for this data point, when grouped by intent.

Link copied to clipboard

The number of HTTP 402 Payment Required responses served during this interval.

Link copied to clipboard

The number of successfully settled payments during this interval.

Link copied to clipboard

The total revenue amount during this interval in the specified currency.

Functions

Link copied to clipboard
inline fun copy(block: DataPointEntry.Builder.() -> Unit = {}): DataPointEntry
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