Appearance
@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?
optionalimpression?:number|null
Defined in: lib/insight/model/getStatisticsPerUnitResponseMessage.ts:24
Number of times the bubble was displayed.
mediaPlayed?
optionalmediaPlayed?:number|null
Defined in: lib/insight/model/getStatisticsPerUnitResponseMessage.ts:28
Number of times audio or video in the bubble started playing.
mediaPlayed100Percent?
optionalmediaPlayed100Percent?: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?
optionalmediaPlayed25Percent?: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?
optionalmediaPlayed50Percent?: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?
optionalmediaPlayed75Percent?: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?
optionaluniqueImpression?:number|null
Defined in: lib/insight/model/getStatisticsPerUnitResponseMessage.ts:48
Number of users the bubble was displayed.
uniqueMediaPlayed?
optionaluniqueMediaPlayed?:number|null
Defined in: lib/insight/model/getStatisticsPerUnitResponseMessage.ts:52
Number of users that started playing audio or video in the bubble.
uniqueMediaPlayed100Percent?
optionaluniqueMediaPlayed100Percent?: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?
optionaluniqueMediaPlayed25Percent?: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?
optionaluniqueMediaPlayed50Percent?: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?
optionaluniqueMediaPlayed75Percent?: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.