PaidEvent

data class PaidEvent(val placementId: String, val value: AdValue, val responseInfo: AdResponseInfo? = null)(source)

Impression-level paid event with revenue data. Emitted via AdEvent.Paid.

Constructors

Link copied to clipboard
constructor(placementId: String, value: AdValue, responseInfo: AdResponseInfo? = null)

Properties

Link copied to clipboard

The placement that earned this revenue.

Link copied to clipboard

Response info for the ad that earned this revenue.

Link copied to clipboard

Revenue value and currency.