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 字符串
search_term(搜索字词) 字符串
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]

签名

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;