PresentedOfferingContext

class PresentedOfferingContext(val offeringIdentifier: String, val placementIdentifier: String?, val targetingContext: PresentedOfferingTargetingContext?)

Contains data about the context in which an offering was presented.

Constructors

Link copied to clipboard
constructor(offeringIdentifier: String, placementIdentifier: String?, targetingContext: PresentedOfferingTargetingContext?)

Properties

Link copied to clipboard

The identifier of the offering used to obtain this object.

Link copied to clipboard

The identifier of the placement used to obtain this object.

Link copied to clipboard

The targeting context used to obtain this object.