Appearance
@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?
optionalclick?: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?
optionaluniqueClick?:number|null
Defined in: lib/insight/model/getStatisticsPerUnitResponseClick.ts:32
Number of users that opened the URL in the bubble.
uniqueClickOfRequest?
optionaluniqueClickOfRequest?: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.