Skip to content

@line/bot-sdkDocs


@line/bot-sdk / insight / GetStatisticsPerUnitResponseMessage

Type Alias: GetStatisticsPerUnitResponseMessage

GetStatisticsPerUnitResponseMessage: object

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.

Type declaration

impression?

optional impression: number | null

Number of times the bubble was displayed.

See

impression Documentation

mediaPlayed?

optional mediaPlayed: number | null

Number of times audio or video in the bubble started playing.

See

mediaPlayed Documentation

mediaPlayed100Percent?

optional mediaPlayed100Percent: number | null

Number of times audio or video in the bubble started playing and was played 100% of the total time.

See

mediaPlayed100Percent Documentation

mediaPlayed25Percent?

optional mediaPlayed25Percent: number | null

Number of times audio or video in the bubble started playing and was played 25% of the total time.

See

mediaPlayed25Percent Documentation

mediaPlayed50Percent?

optional mediaPlayed50Percent: number | null

Number of times audio or video in the bubble started playing and was played 50% of the total time.

See

mediaPlayed50Percent Documentation

mediaPlayed75Percent?

optional mediaPlayed75Percent: number | null

Number of times audio or video in the bubble started playing and was played 75% of the total time.

See

mediaPlayed75Percent Documentation

seq

seq: number

Bubble's serial number.

See

seq Documentation

uniqueImpression?

optional uniqueImpression: number | null

Number of users the bubble was displayed.

See

uniqueImpression Documentation

uniqueMediaPlayed?

optional uniqueMediaPlayed: number | null

Number of users that started playing audio or video in the bubble.

See

uniqueMediaPlayed Documentation

uniqueMediaPlayed100Percent?

optional uniqueMediaPlayed100Percent: number | null

Number of users that started playing audio or video in the bubble and played 100% of the total time.

See

uniqueMediaPlayed100Percent Documentation

uniqueMediaPlayed25Percent?

optional uniqueMediaPlayed25Percent: number | null

Number of users that started playing audio or video in the bubble and played 25% of the total time.

See

uniqueMediaPlayed25Percent Documentation

uniqueMediaPlayed50Percent?

optional uniqueMediaPlayed50Percent: number | null

Number of users that started playing audio or video in the bubble and played 50% of the total time.

See

uniqueMediaPlayed50Percent Documentation

uniqueMediaPlayed75Percent?

optional uniqueMediaPlayed75Percent: number | null

Number of users that started playing audio or video in the bubble and played 75% of the total time.

See

uniqueMediaPlayed75Percent Documentation

Defined in

lib/insight/model/getStatisticsPerUnitResponseMessage.ts:13