Skip to content

@line/bot-sdk


@line/bot-sdk / insight / GetStatisticsPerUnitResponseMessage

Type Alias: GetStatisticsPerUnitResponseMessage

GetStatisticsPerUnitResponseMessage = object

Defined in: lib/insight/model/getStatisticsPerUnitResponseMessage.ts:16

See

https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response

Properties

impression?

optional impression?: number | null

Defined in: lib/insight/model/getStatisticsPerUnitResponseMessage.ts:24

Number of times the bubble was displayed.


mediaPlayed?

optional mediaPlayed?: number | null

Defined in: lib/insight/model/getStatisticsPerUnitResponseMessage.ts:28

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


mediaPlayed100Percent?

optional mediaPlayed100Percent?: number | null

Defined in: lib/insight/model/getStatisticsPerUnitResponseMessage.ts:44

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


mediaPlayed25Percent?

optional mediaPlayed25Percent?: number | null

Defined in: lib/insight/model/getStatisticsPerUnitResponseMessage.ts:32

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


mediaPlayed50Percent?

optional mediaPlayed50Percent?: number | null

Defined in: lib/insight/model/getStatisticsPerUnitResponseMessage.ts:36

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


mediaPlayed75Percent?

optional mediaPlayed75Percent?: number | null

Defined in: lib/insight/model/getStatisticsPerUnitResponseMessage.ts:40

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


seq

seq: number

Defined in: lib/insight/model/getStatisticsPerUnitResponseMessage.ts:20

Bubble's serial number.


uniqueImpression?

optional uniqueImpression?: number | null

Defined in: lib/insight/model/getStatisticsPerUnitResponseMessage.ts:48

Number of users the bubble was displayed.


uniqueMediaPlayed?

optional uniqueMediaPlayed?: number | null

Defined in: lib/insight/model/getStatisticsPerUnitResponseMessage.ts:52

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


uniqueMediaPlayed100Percent?

optional uniqueMediaPlayed100Percent?: number | null

Defined in: lib/insight/model/getStatisticsPerUnitResponseMessage.ts:68

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


uniqueMediaPlayed25Percent?

optional uniqueMediaPlayed25Percent?: number | null

Defined in: lib/insight/model/getStatisticsPerUnitResponseMessage.ts:56

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


uniqueMediaPlayed50Percent?

optional uniqueMediaPlayed50Percent?: number | null

Defined in: lib/insight/model/getStatisticsPerUnitResponseMessage.ts:60

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


uniqueMediaPlayed75Percent?

optional uniqueMediaPlayed75Percent?: number | null

Defined in: lib/insight/model/getStatisticsPerUnitResponseMessage.ts:64

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