/** * LINE Messaging API(Insight) * This document describes LINE Messaging API(Insight). * * The version of the OpenAPI document: 0.0.1 * * * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). * https://openapi-generator.tech * Do not edit the class manually. */ export type GetStatisticsPerUnitResponseMessage = { /** * Bubble\'s serial number. * * @see seq Documentation */ seq: number; /** * Number of times the bubble was displayed. * * @see impression Documentation */ impression?: number | null; /** * Number of times audio or video in the bubble started playing. * * @see mediaPlayed Documentation */ mediaPlayed?: number | null; /** * Number of times audio or video in the bubble started playing and was played 25% of the total time. * * @see mediaPlayed25Percent Documentation */ mediaPlayed25Percent?: number | null; /** * Number of times audio or video in the bubble started playing and was played 50% of the total time. * * @see mediaPlayed50Percent Documentation */ mediaPlayed50Percent?: number | null; /** * Number of times audio or video in the bubble started playing and was played 75% of the total time. * * @see mediaPlayed75Percent Documentation */ mediaPlayed75Percent?: number | null; /** * Number of times audio or video in the bubble started playing and was played 100% of the total time. * * @see mediaPlayed100Percent Documentation */ mediaPlayed100Percent?: number | null; /** * Number of users the bubble was displayed. * * @see uniqueImpression Documentation */ uniqueImpression?: number | null; /** * Number of users that started playing audio or video in the bubble. * * @see uniqueMediaPlayed Documentation */ uniqueMediaPlayed?: number | null; /** * Number of users that started playing audio or video in the bubble and played 25% of the total time. * * @see uniqueMediaPlayed25Percent Documentation */ uniqueMediaPlayed25Percent?: number | null; /** * Number of users that started playing audio or video in the bubble and played 50% of the total time. * * @see uniqueMediaPlayed50Percent Documentation */ uniqueMediaPlayed50Percent?: number | null; /** * Number of users that started playing audio or video in the bubble and played 75% of the total time. * * @see uniqueMediaPlayed75Percent Documentation */ uniqueMediaPlayed75Percent?: number | null; /** * Number of users that started playing audio or video in the bubble and played 100% of the total time. * * @see uniqueMediaPlayed100Percent Documentation */ uniqueMediaPlayed100Percent?: number | null; }; //# sourceMappingURL=getStatisticsPerUnitResponseMessage.d.ts.map