Skip to content

Latest commit

 

History

History
25 lines (15 loc) · 638 Bytes

File metadata and controls

25 lines (15 loc) · 638 Bytes

Home > @snowplow/browser-tracker > setCustomUrl

setCustomUrl() function

Override url

Signature:

declare function setCustomUrl(url: string, trackers?: Array<string>): void;

Parameters

Parameter Type Description
url string Custom URL which will be used as override
trackers Array<string> The tracker identifiers which will be configured

Returns:

void