Skip to content

@line/bot-sdk


@line/bot-sdk / insight / GetStatisticsPerUnitResponse

Type Alias: GetStatisticsPerUnitResponse

GetStatisticsPerUnitResponse = object

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

Response object for get statistics per unit

See

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

Properties

clicks

clicks: GetStatisticsPerUnitResponseClick[]

Defined in: lib/insight/model/getStatisticsPerUnitResponse.ts:30

Array of information about opened URLs in the message.


messages

messages: GetStatisticsPerUnitResponseMessage[]

Defined in: lib/insight/model/getStatisticsPerUnitResponse.ts:26

Array of information about individual message bubbles.


overview

overview: GetStatisticsPerUnitResponseOverview

Defined in: lib/insight/model/getStatisticsPerUnitResponse.ts:22