Skip to content

@line/bot-sdk


@line/bot-sdk / insight / GetStatisticsPerUnitResponse

Type Alias: GetStatisticsPerUnitResponse

GetStatisticsPerUnitResponse = object

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

Response object for get statistics per unit

Properties

clicks

clicks: GetStatisticsPerUnitResponseClick[]

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

Array of information about opened URLs in the message.

See

clicks Documentation


messages

messages: GetStatisticsPerUnitResponseMessage[]

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

Array of information about individual message bubbles.

See

messages Documentation


overview

overview: GetStatisticsPerUnitResponseOverview

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

See

overview Documentation