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 向け Google アナリティクスに記録するために使用します。
firebase_screen 文字列 Firebase 固有。screen_name を Firebase 向け Google アナリティクスに記録するために使用します。
item_id 文字列
item_list_id 文字列
item_list_name 文字列
items 商品[]
メソッド 文字列
数値 文字列
page_location 文字列
ページパス 文字列
page_title 文字列
payment_type 文字列
promotion_id 文字列
promotion_name 文字列
プロモーション プロモーション[]
スクリーン名 文字列
検索語句 文字列
shipping_tier 文字列
shipping 通貨
tax 通貨
transaction_id 文字列
value 数値

EventParams.affiliate

署名:

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 向け Google アナリティクスに記録するために使用します。

署名:

firebase_screen_class?: string;

EventParams.firebase_screen

Firebase 固有。screen_name を Firebase 向け Google アナリティクスに記録するために使用します。

署名:

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

EventParams.promotions

署名:

promotions?: Promotion[];

EventParams.画面名

署名:

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;