Thông số sự kiện gtag.js
chuẩn. Để biết thêm thông tin, hãy xem tài liệu tham khảo về GA4.
Chữ ký:
export interface EventParams
Thuộc tính
Tài sản | Loại | Mô tả |
---|---|---|
affiliation | chuỗi | |
checkout_option | chuỗi | |
checkout_step | số | |
content_type | chuỗi | |
coupon | chuỗi | |
currency | chuỗi | |
description [mô_tả] | chuỗi | |
event_category | chuỗi | |
event_label | chuỗi | |
Nghiêm trọng | boolean | |
firebase_screen_class | chuỗi | dành riêng cho Firebase. Dùng để ghi screen_class vào Firebase Analytics. |
firebase_screen | chuỗi | dành riêng cho Firebase. Dùng để ghi screen_name vào Firebase Analytics. |
item_id | chuỗi | |
item_list_id | chuỗi | |
item_list_name | chuỗi | |
items | Mặt hàng[] | |
phương thức | chuỗi | |
số | chuỗi | |
page_location | chuỗi | |
page_path | chuỗi | |
page_title | chuỗi | |
payment_type | chuỗi | |
promotion_id | chuỗi | |
promotion_name | chuỗi | |
chương trình khuyến mãi | Khuyến mãi[] | |
screen_name (tên màn hình) | chuỗi | |
search_term | chuỗi | |
shipping_tier | chuỗi | |
shipping | Đơn vị tiền tệ | |
tax | Đơn vị tiền tệ | |
transaction_id | chuỗi | |
value | số |
EventParams.affiliation
Chữ ký:
affiliation?: string;
EventParams.checkout_option
Chữ ký:
checkout_option?: string;
EventParams.checkout_step
Chữ ký:
checkout_step?: number;
EventParams.content_type
Chữ ký:
content_type?: string;
EventParams.coupon
Chữ ký:
coupon?: string;
EventParams.currency
Chữ ký:
currency?: string;
EventParams.description
Chữ ký:
description?: string;
EventParams.event_category
Chữ ký:
event_category?: string;
EventParams.event_label
Chữ ký:
event_label?: string;
EventParams.clear (Thông số sự kiện)
Chữ ký:
fatal?: boolean;
EventParams.firebase_screen_class
dành riêng cho Firebase. Dùng để ghi screen_class
vào Firebase Analytics.
Chữ ký:
firebase_screen_class?: string;
EventParams.firebase_screen
dành riêng cho Firebase. Dùng để ghi screen_name
vào Firebase Analytics.
Chữ ký:
firebase_screen?: string;
EventParams.item_id (mã sự kiện)
Chữ ký:
item_id?: string;
Mã sự kiện EventParams.item_list_id
Chữ ký:
item_list_id?: string;
EventParams.item_list_name
Chữ ký:
item_list_name?: string;
EventParams.items
Chữ ký:
items?: Item[];
EventParams.method
Chữ ký:
method?: string;
EventParams.number
Chữ ký:
number?: string;
EventParams.page_location
Chữ ký:
page_location?: string;
EventParams.page_path
Chữ ký:
page_path?: string;
Tiêu đề EventParams.page_title
Chữ ký:
page_title?: string;
EventParams.payment_type
Chữ ký:
payment_type?: string;
EventParams.promotion_id
Chữ ký:
promotion_id?: string;
EventParams.promotion_name
Chữ ký:
promotion_name?: string;
EventParams.promotions
Chữ ký:
promotions?: Promotion[];
EventParams.screen_name
Chữ ký:
screen_name?: string;
EventParams.search_term
Chữ ký:
search_term?: string;
EventParams.shipping_tier
Chữ ký:
shipping_tier?: string;
EventParams.shipping
Chữ ký:
shipping?: Currency;
EventParams.tax
Chữ ký:
tax?: Currency;
EventParams.transaction_id
Chữ ký:
transaction_id?: string;
EventParams.value
Chữ ký:
value?: number;