EventParams interface

標準 gtag.js 事件參數。詳情請參閱 GA4 參考說明文件

簽名:

export interface EventParams 

屬性

屬性 類型 說明
affiliation 字串
checkout_option 字串
checkout_step 數字
content_type [內容類型] 字串
coupon 字串
currency 字串
description 字串
event_category [事件類別] 字串
event_label 字串
嚴重 布林值
firebase_screen_class 字串 Firebase 專用。用來將 screen_class 記錄到 Firebase Analytics。
firebase_screen 字串 Firebase 專用。用來將 screen_name 記錄到 Firebase Analytics。
item_id 字串
item_list_id 字串
item_list_name 字串
items 商品[]
方法 字串
數字 字串
page_location 字串
page_path 字串
page_title 字串
payment_type 字串
promotion_id 字串
promotion_name 字串
促銷活動 促銷活動[]
screen_name 字串
搜尋字詞 字串
shipping_tier 字串
shipping 貨幣
tax 貨幣
transaction_id 字串
value 數字

EventParams.affiliation

簽名:

affiliation?: string;

EventParams.checkout_option

簽名:

checkout_option?: string;

EventParams.checkout_step

簽名:

checkout_step?: number;

EventParams.content_type

簽名:

content_type?: string;

EventParams.coupon

簽名:

coupon?: string;

EventParams.currency

簽名:

currency?: string;

EventParams.description

簽名:

description?: string;

EventParams.event_category

簽名:

event_category?: string;

EventParams.event_label

簽名:

event_label?: string;

EventParams.fatal

簽名:

fatal?: boolean;

EventParams.firebase_screen_class

Firebase 專用。用來將 screen_class 記錄到 Firebase Analytics。

簽名:

firebase_screen_class?: string;

EventParams.firebase_screen

Firebase 專用。用來將 screen_name 記錄到 Firebase Analytics。

簽名:

firebase_screen?: string;

EventParams.item_id

簽名:

item_id?: string;

EventParams.item_list_id

簽名:

item_list_id?: string;

EventParams.item_list_name

簽名:

item_list_name?: string;

EventParams.items

簽名:

items?: Item[];

EventParams.method

簽名:

method?: string;

EventParams.number

簽名:

number?: string;

EventParams.page_location

簽名:

page_location?: string;

EventParams.page_path

簽名:

page_path?: string;

EventParams.page_title

簽名:

page_title?: string;

EventParams.payment_type

簽名:

payment_type?: string;

EventParams.promotion_id

簽名:

promotion_id?: string;

EventParams.promotion_name

簽名:

promotion_name?: string;

EventParams.promotions

簽名:

promotions?: Promotion[];

EventParams.screen_name

簽名:

screen_name?: string;

EventParams.search_term

簽名:

search_term?: string;

EventParams.shipping_tier

簽名:

shipping_tier?: string;

EventParams.shipping

簽名:

shipping?: Currency;

EventParams.tax

簽名:

tax?: Currency;

EventParams.transaction_id

簽名:

transaction_id?: string;

EventParams.value

簽名:

value?: number;