Skip to content

@line/bot-sdk


@line/bot-sdk / insight / GetStatisticsPerUnitResponseClick

Type Alias: GetStatisticsPerUnitResponseClick

GetStatisticsPerUnitResponseClick = object

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

LINE Messaging API(Insight) This document describes LINE Messaging API(Insight).

The version of the OpenAPI document: 0.0.1

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Properties

click?

optional click: number | null

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

Number of times the URL in the bubble was opened.

See

click Documentation


seq

seq: number

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

The URL's serial number.

See

seq Documentation


uniqueClick?

optional uniqueClick: number | null

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

Number of users that opened the URL in the bubble.

See

uniqueClick Documentation


uniqueClickOfRequest?

optional uniqueClickOfRequest: number | null

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

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.

See

uniqueClickOfRequest Documentation


url

url: string

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

URL.

See

url Documentation