setCustomUrl

The setCustomUrl() methods overrides the tracked page URL.

Syntax

setCustomUrl(customUrl)
Not available
Not available
Not available
Not available
Not available
Not available

Parameters

customUrl (string, required)

The page URL that will override the current page URL.

Examples

To change the tracked page URL to https://example.com/blog:

_paq.push(["setCustomUrl", "https://example.com/blog"]);
Not available
Not available
Not available
Not available
Not available
Not available

Related methods