Retrieves the value of a URL query string parameter.
The query string parameter to retrieve.
Optional
The query string to search in (defaults to window.location).
window.location
ix.api.url.getQsValue("qs_link", window.location.href); Copy
ix.api.url.getQsValue("qs_link", window.location.href);
Retrieves the value of a URL query string parameter.