EventParams interface

พารามิเตอร์เหตุการณ์ gtag.js มาตรฐาน ดูข้อมูลเพิ่มเติมได้ในเอกสารอ้างอิง GA4

ลายเซ็น:

export interface EventParams 

พร็อพเพอร์ตี้

พร็อพเพอร์ตี้ ประเภท คำอธิบาย
affiliation สตริง
checkout_option สตริง
checkout_step ตัวเลข
ประเภทเนื้อหา [content_type] สตริง
coupon สตริง
currency สตริง
รายละเอียด [description] สตริง
หมวดหมู่กิจกรรม [event_category] สตริง
ป้ายกำกับเหตุการณ์ สตริง
ร้ายแรง boolean
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 สตริง
โปรโมชัน โปรโมชัน[]
ชื่อหน้าจอ สตริง
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?: 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;