Skip to content

@line/bot-sdk


@line/bot-sdk / insight / GetRichMenuInsightDailyResponse

Type Alias: GetRichMenuInsightDailyResponse

GetRichMenuInsightDailyResponse = object

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

Daily impression and click statistics for a rich menu created via the Messaging API.

Properties

clicks?

optional clicks?: GetRichMenuInsightDailyResponseClick[]

Defined in: lib/insight/model/getRichMenuInsightDailyResponse.ts:38

Daily click metrics for each tappable area of the rich menu.


impression?

optional impression?: GetRichMenuInsightDailyResponseImpression

Defined in: lib/insight/model/getRichMenuInsightDailyResponse.ts:34


metricsFrom?

optional metricsFrom?: string | null

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

Start date (JST) of the period actually covered by the returned metrics. Format: yyyyMMdd (e.g. 20260213). Pattern: /^[0-9]{8}$/


metricsTo?

optional metricsTo?: string | null

Defined in: lib/insight/model/getRichMenuInsightDailyResponse.ts:33

End date (JST) of the period actually covered by the returned metrics. Format: yyyyMMdd (e.g. 20260215). Pattern: /^[0-9]{8}$/


richMenuId

richMenuId: string

Defined in: lib/insight/model/getRichMenuInsightDailyResponse.ts:23

Rich menu ID.