UNPKG

1.71 kBTypeScriptView Raw
1/**
2 * LINE Messaging API(Insight)
3 * This document describes LINE Messaging API(Insight).
4 *
5 * The version of the OpenAPI document: 0.0.1
6 *
7 *
8 * NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech).
9 * https://openapi-generator.tech
10 * Do not edit the class manually.
11 */
12export type GetStatisticsPerUnitResponseClick = {
13 /**
14 * The URL\'s serial number.
15 *
16 * @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response">seq Documentation</a>
17 */
18 seq: number;
19 /**
20 * URL.
21 *
22 * @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response">url Documentation</a>
23 */
24 url: string;
25 /**
26 * Number of times the URL in the bubble was opened.
27 *
28 * @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response">click Documentation</a>
29 */
30 click?: number | null;
31 /**
32 * Number of users that opened the URL in the bubble.
33 *
34 * @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response">uniqueClick Documentation</a>
35 */
36 uniqueClick?: number | null;
37 /**
38 * 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.
39 *
40 * @see <a href="https://developers.line.biz/en/reference/messaging-api/#get-statistics-per-unit-response">uniqueClickOfRequest Documentation</a>
41 */
42 uniqueClickOfRequest?: number | null;
43};
44//# sourceMappingURL=getStatisticsPerUnitResponseClick.d.ts.map
\No newline at end of file