Appearance
@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?
optionalclicks?:GetRichMenuInsightDailyResponseClick[]
Defined in: lib/insight/model/getRichMenuInsightDailyResponse.ts:38
Daily click metrics for each tappable area of the rich menu.
impression?
optionalimpression?:GetRichMenuInsightDailyResponseImpression
Defined in: lib/insight/model/getRichMenuInsightDailyResponse.ts:34
metricsFrom?
optionalmetricsFrom?: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?
optionalmetricsTo?: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.