ControlParams interface

Standardowe parametry kontrolne gtag.js Więcej informacji znajdziesz w dokumentacji referencyjnej GA4 .

Podpis:

export interface ControlParams 

Nieruchomości

Nieruchomość Typ Opis
zdarzenie_oddzwonienie () => pustka
event_timeout numer
grupy ciąg | strunowy[]
wysłać do ciąg | strunowy[]

ControlParams.event_callback

Podpis:

event_callback?: () => void;

ControlParams.event_timeout

Podpis:

event_timeout?: number;

ControlParams.groups

Podpis:

groups?: string | string[];

ControlParams.send_to

Podpis:

send_to?: string | string[];