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에만 적용됩니다. Firebase 애널리틱스에 screen_class를 로깅하는 데 사용합니다.
firebase_screen 문자열 Firebase에만 적용됩니다. Firebase 애널리틱스에 screen_name를 로깅하는 데 사용합니다.
item_id 문자열
item_list_id 문자열
item_list_name 문자열
items 상품[]
메서드 문자열
숫자 문자열
page_location 문자열
페이지 경로 문자열
page_title 문자열
payment_type 문자열
promotion_id 문자열
promotion_name 문자열
프로모션 프로모션[]
screen_name 문자열
검색어 문자열
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에만 적용됩니다. Firebase 애널리틱스에 screen_class를 로깅하는 데 사용합니다.

서명:

firebase_screen_class?: string;

EventParams.firebase_screen

Firebase에만 적용됩니다. Firebase 애널리틱스에 screen_name를 로깅하는 데 사용합니다.

서명:

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;