Interface PresentedOfferingTargetingContext

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

interface PresentedOfferingTargetingContext {
    revision: number;
    ruleId: string;
}

Properties

Properties

revision: number

The revision of the targeting used to obtain this object.

ruleId: string

The rule id from the targeting used to obtain this object.