EventParams interface

標準のgtag.jsイベント パラメーター。詳細については、 GA4 リファレンス ドキュメントを参照してください。

サイン:

export interface EventParams 

プロパティ

財産タイプ説明
所属
チェックアウトオプション
チェックアウトステップ番号
コンテンツタイプ
クーポン
通貨
説明
イベントカテゴリー
イベントラベル
致命的ブール値
firebase_screen_classFirebase 固有。 screen_class Firebase Analytics に記録するために使用します。
firebase_screenFirebase 固有。 screen_name Firebase Analytics に記録するために使用します。
アイテムID
アイテムリストID
アイテムリスト名
アイテムアイテム[]
方法
番号
ページの場所
ページパス
ページタイトル
払いの種類
プロモーションID
プロモーション名
プロモーションプロモーション[]
ハンドルネーム
検索語
Shipping_tier
配送通貨
通貨
トランザクションID
価値番号

EventParams.所属

サイン:

affiliation?: string;

EventParams.checkout_option

サイン:

checkout_option?: string;

EventParams.checkout_step

サイン:

checkout_step?: number;

EventParams.content_type

サイン:

content_type?: string;

EventParams.クーポン

サイン:

coupon?: string;

EventParams.通貨

サイン:

currency?: string;

EventParams.説明

サイン:

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?: 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?: string;

EventParams.プロモーション

サイン:

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;