Skip to content

@line/bot-sdk


@line/bot-sdk / insight / GetStatisticsPerUnitResponseClick

Type Alias: GetStatisticsPerUnitResponseClick

GetStatisticsPerUnitResponseClick = object

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

See

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

Properties

click?

optional click?: number | null

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

Number of times the URL in the bubble was opened.


seq

seq: number

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

The URL's serial number.


uniqueClick?

optional uniqueClick?: number | null

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

Number of users that opened the URL in the bubble.


uniqueClickOfRequest?

optional uniqueClickOfRequest?: number | null

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

Number of users who opened this url through any link in the message. If another message bubble contains the same URL and a user opens both links, it's counted only once.


url

url: string

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

URL.