Interface PresentedOfferingContext

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

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

Properties

offeringIdentifier: string

The identifier of the offering used to obtain this object.

placementIdentifier: null | string

The identifier of the placement used to obtain this object.

targetingContext: null | PresentedOfferingTargetingContext

The revision of the targeting used to obtain this object.