Skip to main content

browser-tracker.extendedcrossdomainlinkerattributes

Home > @snowplow/browser-tracker > ExtendedCrossDomainLinkerAttributes

ExtendedCrossDomainLinkerAttributes type

Signature:
type ExtendedCrossDomainLinkerAttributes = {
userId?: boolean;
sessionId?: boolean;
sourceId?: boolean;
sourcePlatform?: boolean;
reason?: boolean | ((evt: Event) => string);
};