Interface PresentedOfferingContext

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

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

Properties

offeringIdentifier: string

The identifier of the offering used to obtain this object.

targetingContext: null | TargetingContext

The targeting context used to obtain this object.