Skip to content

@line/bot-sdk


@line/bot-sdk / insight / GetStatisticsPerUnitResponseOverview

Type Alias: GetStatisticsPerUnitResponseOverview

GetStatisticsPerUnitResponseOverview = object

Defined in: lib/insight/model/getStatisticsPerUnitResponseOverview.ts:17

Statistics related to messages.

See

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

Properties

uniqueClick?

optional uniqueClick?: number | null

Defined in: lib/insight/model/getStatisticsPerUnitResponseOverview.ts:25

Number of users who opened any URL in the message.


uniqueImpression?

optional uniqueImpression?: number | null

Defined in: lib/insight/model/getStatisticsPerUnitResponseOverview.ts:21

Number of users who opened the message, meaning they displayed at least 1 bubble.


uniqueMediaPlayed?

optional uniqueMediaPlayed?: number | null

Defined in: lib/insight/model/getStatisticsPerUnitResponseOverview.ts:29

Number of users who started playing any video or audio in the message.


uniqueMediaPlayed100Percent?

optional uniqueMediaPlayed100Percent?: number | null

Defined in: lib/insight/model/getStatisticsPerUnitResponseOverview.ts:33

Number of users who played the entirety of any video or audio in the message.