setCustomUrl
The setCustomUrl() methods overrides the tracked page URL.
Syntax
setCustomUrl(customUrl)Not availableNot availableNot availableNot availableNot availableNot availableParameters
| Parameter | Type | Description | Required |
|---|---|---|---|
| customUrl | string | The page URL that will override the current page URL. | Yes |
Examples
To change the tracked page URL to https://example.com/blog:
_paq.push(["setCustomUrl", "https://example.com/blog"]);Not availableNot availableNot availableNot availableNot availableNot availableRelated methods
Updated 15 days ago