Global

Members

# Affiliate URL Parameters

List of affiliate query string parameters that are available on any page. The following list of parameters is responsible for creating banner_domainclick cookie.
If at least one of the parameters is passed – the cookie is created.
Omitted parameters are passed as empty values.
Cookie is created for base domain, root directory and without expiration time (session cookie) in the following format:
document.cookie='banner_domainclick=advertiser;bannerid;profileid;refererurl;creferer'
Query Parameters:
Name Type Description
advertiser string
bannerid string
profileid string
refererurl string
creferer string

# Authentication URL Parameters

List of authentication query string parameters that are available on any page.
Query Parameters:
Name Type Description
username string Player's username to perform login with.
temptoken string IMS temporary token to perform login with.
skipAutoLogin string Skip trying to automatically log player in via SSO (includes Remember Me login).
login_action string If used on the page where login form is presented, player is being navigated to the page specified in the parameter when successfully logged in.
afterLoginUrl string URL to redirect after login flow, but will disappear on login popup initialize.
Examples
https://www.example.com/?username=test_player&temptoken=s-t-xyz...
https://www.example.com/?login_action=/another-page

# Cookie URL Parameters

List of cookie regulation parameters.
Query Parameters:
Name Type Description
cookieLayer.marketing string Values: '0' or '1'. Forcefully sets marketing cookie category.
cookieLayer.statistics string Values: '0' or '1'. Forcefully sets statistics cookie category.
cookieLayer.preferences string Values: '0' or '1'. Forcefully sets preferences cookie category.
hideCookieLayer string Values: '1'. Do not show cookie regulation message on page load.

# Integration URL Parameters

List of integration query string parameters that are available on any page.
Query Parameters:
Name Type Default Description
clientPlatform string Specifies client platform for the session. It is used in authentication and game-related operations. Values: 'ivr', 'smsbetting', 'retailotc', 'download', 'retailbip', 'telebet', 'flash', 'oncourse', 'retailterminal', 'system', 'admin', 'web', 'mobile', 'desktop'.
clientVersion string Overrides the client version for the session.
clientType string Overrides the client type for the session. Values: 'casino', 'poker', 'bingo', 'sportsbook'.
clientSkin string Overrides the client skin for the session.
deliveryPlatform string Hub2 Specifies delivery platform for the session. It is used in authentication and game-related operations.
isNative string Values: '1'. Used to enable Native App and Biometrics integration. Usually is used in URL templates that configure native application to open registration and login pages.
htcmd string Values: '1'. Used to enable Download Client integration. Usually is used in URL templates that configure links for Download Clients to open registration and login pages.

# Miscellaneous URL Parameters

List of miscellaneous query string parameters that are available on any page.
Query Parameters:
Name Type Description
promocode string Promotional code that is being automatically inserted into Registration form or in Cahshier-related forms if corresponding field exists there.
real string Values: '1', '0'. Selects mode to launch the game in. Should be used as ?real=1 or ?real=0 on /igaming// routes only.

# Presentation URL Parameters

List of presentational query string parameters that are available on any page.
Query Parameters:
Name Type Description
showHeaderOnlyOnMobile string Values: '1'. Hides the header and the menu on desktop and balances on mobile.
noPageAsPopup string Values: '1'. Forces the page to be displayed as a regular page, even if it is configured to be displayed as a popup in CMS.
hideNav string Values: '1'. Hides the side navigation.
hideHeader string Values: '1'. Parameters that hides header from the page.
hideFooter string Values: '1'. Parameters that hides footer from the page.
hideChat string Values: '1'. Do not initialize Playtech Chat widget on the page.
hideInbox string Values: '1'. Do not initialize Playtech Inbox widget on the page.
hideAVP string Values: '1'. Do not show age verification popup on page load.
hideKYC string Values: '1'. Do not show know your customer popup (e.g. Jumio) on page load.
hideAdminControls string Values: '1'. If accessed as CMS administrator, hide any admin controls.
emulate string Values: 'mobile', 'tablet'. Only works with ?hideAdminControls=1. Parameters that emulates rendering of the page as if opened in another form factor.
showTranslationKeys string Shows translations keys instead of actual messages whenever applicable.
back_url string URL to redirect after back button click.
disableMessageSubscriptions string Values: 'alert', 'bonus', 'bonus:2', 'rg-timer', 'rg-panic', 'rg:realitycheck', 'hurl', 'quick-deposit', 'dg', 'avatar', 'advanced-dialog', 'advanced-dialog-lobby'. Portal will be subscribed to session actions from CMS except pointed here actions.
themeName string If non-candy-theme exist in CMS it will be applied.
Examples
https://www.example.com/?hideHeader=1
https://www.example.com/?showTranslationKeys
https://www.example.com/?hideAdminControls=1&emulate=mobile