Interface PresentedOfferingContext

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

interface PresentedOfferingContext {
    offeringIdentifier: string;
    placementIdentifier: null | string;
    targetingContext: null | TargetingContext;
}

Properties

offeringIdentifier: string

The identifier of the offering used to obtain this object.

placementIdentifier: null | string

If obtained this information from a placement, the identifier of the placement.

targetingContext: null | TargetingContext

The targeting context used to obtain this object.