An object which contains offer metrics.

ListOfferMetricsResponseOffer

interface ListOfferMetricsResponseOffer {
    activeSubscriptions?: number;
    asin?: string;
    couponsRevenuePenetration?: number;
    currencyCode?: string;
    lostRevenueDueToOOS?: number;
    next30DayShippedSubscriptionUnits?: number;
    next30DayTotalSubscriptionsRevenue?: number;
    next60DayShippedSubscriptionUnits?: number;
    next60DayTotalSubscriptionsRevenue?: number;
    next90DayShippedSubscriptionUnits?: number;
    next90DayTotalSubscriptionsRevenue?: number;
    notDeliveredDueToOOS?: number;
    revenuePenetration?: number;
    shippedSubscriptionUnits?: number;
    timeInterval?: TimeInterval;
    totalSubscriptionsRevenue?: number;
}

Properties

activeSubscriptions?: number

The number of active subscriptions present at the end of the period. Applicable only for the PERFORMANCE timePeriodType.

ListOfferMetricsResponseOffer

asin?: string

The Amazon Standard Identification Number (ASIN).

ListOfferMetricsResponseOffer

couponsRevenuePenetration?: number

The percentage of revenue from ASINs with coupons out of total revenue from all ASINs. Applicable only for the PERFORMANCE timePeriodType.

ListOfferMetricsResponseOffer

currencyCode?: string

The currency code in ISO 4217 format.

ListOfferMetricsResponseOffer

lostRevenueDueToOOS?: number

The revenue that would have been generated had there not been out of stock. Applicable only for the PERFORMANCE timePeriodType.

ListOfferMetricsResponseOffer

next30DayShippedSubscriptionUnits?: number

The forecasted shipped subscription units for the next 30 days. Applicable only for the FORECAST timePeriodType.

ListOfferMetricsResponseOffer

next30DayTotalSubscriptionsRevenue?: number

The forecasted total subscription revenue for the next 30 days. Applicable only for the FORECAST timePeriodType.

ListOfferMetricsResponseOffer

next60DayShippedSubscriptionUnits?: number

The forecasted shipped subscription units for the next 60 days. Applicable only for the FORECAST timePeriodType.

ListOfferMetricsResponseOffer

next60DayTotalSubscriptionsRevenue?: number

The forecasted total subscription revenue for the next 60 days. Applicable only for the FORECAST timePeriodType.

ListOfferMetricsResponseOffer

next90DayShippedSubscriptionUnits?: number

The forecasted shipped subscription units for the next 90 days. Applicable only for the FORECAST timePeriodType.

ListOfferMetricsResponseOffer

next90DayTotalSubscriptionsRevenue?: number

The forecasted total subscription revenue for the next 90 days. Applicable only for the FORECAST timePeriodType.

ListOfferMetricsResponseOffer

notDeliveredDueToOOS?: number

The percentage of items that were not shipped out of the total shipped units over a period of time due to being out of stock. Applicable only for the PERFORMANCE timePeriodType.

ListOfferMetricsResponseOffer

revenuePenetration?: number

The percentage of total program revenue out of total product revenue. Applicable only for the PERFORMANCE timePeriodType.

ListOfferMetricsResponseOffer

shippedSubscriptionUnits?: number

The number of units shipped to the subscribers over a period of time. Applicable only for the PERFORMANCE timePeriodType.

ListOfferMetricsResponseOffer

timeInterval?: TimeInterval

ListOfferMetricsResponseOffer

totalSubscriptionsRevenue?: number

The revenue generated from subscriptions over a period of time. Applicable only for the PERFORMANCE timePeriodType.

ListOfferMetricsResponseOffer