Paramètres d'événement gtag.js
standard. Pour plus d'informations, consultez la documentation de référence GA4. .
Signature:
export interface EventParams
Propriétés
Propriété | Taper | Description |
---|---|---|
affiliation | chaîne | |
checkout_option | chaîne | |
checkout_step | nombre | |
type_content | chaîne | |
coupon | chaîne | |
devise | chaîne | |
description | chaîne | |
catégorie_événement | chaîne | |
étiquette_événement | chaîne | |
fatal | booléen | |
firebase_screen_class | chaîne | Spécifique à Firebase. Utilisez pour enregistrer une screen_class dans Firebase Analytics. |
firebase_screen | chaîne | Spécifique à Firebase. Utilisez pour enregistrer un screen_name dans Firebase Analytics. |
ID de l'article | chaîne | |
item_list_id | chaîne | |
nom_liste_élément | chaîne | |
articles | Article [] | |
méthode | chaîne | |
nombre | chaîne | |
emplacement_page | chaîne | |
chemin_page | chaîne | |
titre de la page | chaîne | |
type de paiement | chaîne | |
ID_promotion | chaîne | |
nom_promotion | chaîne | |
promos | Promotion [] | |
Nom d'écran | chaîne | |
terme de recherche | chaîne | |
expédition_tier | chaîne | |
expédition | Devise | |
impôt | Devise | |
identifiant de transaction | chaîne | |
valeur | nombre |
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.coupon
Signature:
coupon?: string;
EventParams.currency
Signature:
currency?: string;
EventParams.description
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
Spécifique à Firebase. Utilisez pour enregistrer une screen_class
dans Firebase Analytics.
Signature:
firebase_screen_class?: string;
EventParams.firebase_screen
Spécifique à Firebase. Utilisez pour enregistrer un screen_name
dans 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.méthode
Signature:
method?: string;
EventParams.numéro
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;