EventParams interface

مَعلمات أحداث "gtag.js" العادية ولمزيد من المعلومات، اطّلِع على المستندات المرجعية في "إحصاءات Google 4".

Signature:

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 العنصر[]
method السلسلة
الرقم السلسلة
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

Signature:

affiliation?: string;

EventParams.checkout_option

Signature:

checkout_option?: string;

EventParams.checkout_step

Signature:

checkout_step?: number;

EventParams.content_type

Signature:

content_type?: string;

قسيمة EventParams

Signature:

coupon?: string;

EventParams.currency

Signature:

currency?: string;

وصف الحدث

Signature:

description?: string;

EventParams.event_category

Signature:

event_category?: string;

EventParams.event_label

Signature:

event_label?: string;

فعالية EventParams.fatal

Signature:

fatal?: boolean;

EventParams.firebase_screen_class

الخاصة بمنصة Firebase. يُستخدم لتسجيل screen_class إلى Firebase Analytics.

Signature:

firebase_screen_class?: string;

EventParams.firebase_screen

الخاصة بمنصة Firebase. يُستخدم لتسجيل screen_name إلى Firebase Analytics.

Signature:

firebase_screen?: string;

eventParams.item_id

Signature:

item_id?: string;

EventParams.item_list_id

Signature:

item_list_id?: string;

EventParams.item_list_name

Signature:

item_list_name?: string;

فئة EventParams.items

Signature:

items?: Item[];

EventParams.method

Signature:

method?: string;

عدد مشاهدات الحدث

Signature:

number?: string;

EventParams.page_location

Signature:

page_location?: string;

EventParams.page_path

Signature:

page_path?: string;

EventParams.page_title

Signature:

page_title?: string;

EventParams.payment_type

Signature:

payment_type?: string;

eventParams.promotion_id

Signature:

promotion_id?: string;

eventParams.promotion_name.

Signature:

promotion_name?: string;

فعالية EventParams.promotions

Signature:

promotions?: Promotion[];

EventParams.screen_name

Signature:

screen_name?: string;

EventParams.search_term

Signature:

search_term?: string;

EventParams.shipping_tier

Signature:

shipping_tier?: string;

EventParams.shipping

Signature:

shipping?: Currency;

ضريبة EventParams.tax

Signature:

tax?: Currency;

EventParams.transaction_id

Signature:

transaction_id?: string;

قيمة EventParams.value

Signature:

value?: number;