Retrieves the value of a URL query string parameter.
The query string parameter to retrieve.
The query string to search in (default is 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.