EventParams
interface
Standard gtag.js event parameters. For more information, see the GA4 reference documentation. Web only.
Properties
- affiliation
- checkout_option
- checkout_step
- content_type
- coupon
- currency
- description
- event_category
- event_label
- fatal
- firebase_screen
- firebase_screen_class
- item_id
- item_list_id
- item_list_name
- items
- method
- number
- page_location
- page_path
- page_title
- payment_type
- promotion_id
- promotion_name
- promotions
- screen_name
- search_term
- shipping
- shipping_tier
- tax
- transaction_id
- value
affiliation
</>affiliation: undefined | string;
checkout_option
</>checkout_option: undefined | string;
checkout_step
</>checkout_step: undefined | number;
content_type
</>content_type: undefined | string;
coupon
</>coupon: undefined | string;
currency
</>currency: undefined | string;
description
</>description: undefined | string;
event_category
</>event_category: undefined | string;
event_label
</>event_label: undefined | string;
fatal
</>fatal: undefined | false | true;
firebase_screen
</>Firebase-specific. Use to log a screen_name
to Firebase Analytics.
firebase_screen: undefined | string;
firebase_screen_class
</>Firebase-specific. Use to log a screen_class
to Firebase Analytics.
firebase_screen_class: undefined | string;
item_id
</>item_id: undefined | string;
item_list_id
</>item_list_id: undefined | string;
item_list_name
</>item_list_name: undefined | string;
method
</>method: undefined | string;
number
</>number: undefined | string;
page_location
</>page_location: undefined | string;
page_path
</>page_path: undefined | string;
page_title
</>page_title: undefined | string;
payment_type
</>payment_type: undefined | string;
promotion_id
</>promotion_id: undefined | string;
promotion_name
</>promotion_name: undefined | string;
promotions
</>promotions: Promotion[];
screen_name
</>screen_name: undefined | string;
search_term
</>search_term: undefined | string;
shipping
</>shipping: Currency;
shipping_tier
</>shipping_tier: undefined | string;
tax
</>tax: Currency;
transaction_id
</>transaction_id: undefined | string;
value
</>value: undefined | number;