Operator guideEN

URLs / List

Standalone URL inventory with search, page and locale filters, FE-only ID sorting, public-link copy, and linked CMS page navigation.

How to use this guide

Start with the main guide

Follow the explanation and examples first. Extra definitions and formulas are available below when you need them.

What this surface does

This is the only standalone route for the URLs module.

Operators use it to browse stored URL records, narrow the list to one page or locale, copy the public link, and jump to the related CMS page when a page-level change is needed.

How to use it

  • Use Search when you know part of the URL path.
  • Use the Page filter to inspect the URLs attached to one CMS page key.
  • Use the Locale filter to narrow the inventory to one language or Any.
  • Use Filters to show or hide the advanced filter panel.
  • Use Clear All or the individual filter chips when you need to return to an unfiltered list.
  • Use the copy action when you need the public URL for support or QA.
  • Use the page-key link when you need to open the related CMS page editor and manage the page-level URL set.

What each card tells you

  • ID is the stored URL record identifier.
  • Type is the backend URL type such as direct or redirect.
  • Locale shows which language the record belongs to, or Any for a shared path.
  • Page shows the linked urlPageKey.
  • URL shows the stored path.
  • The footer preview shows the full public URL built from CASINO_URL + url.
  • The counter under the cards shows how many URL cards are currently rendered after the current fetch and local sort.

Known caveats

  • Sorting by ID is FE-only. The list hook fetches the data set first and the page then reorders it in memory.
  • The sort button label says which direction the next click will switch to, not necessarily the direction currently shown.
  • The standalone list does not expose edit or create actions. To change URLs for one page, open the linked CMS page and use the embedded Manage URLs modal.
  • The type chip label is truthful, but the current chip styling does not visually differentiate direct from redirect.
  • Copy uses the browser clipboard API and gives temporary visual feedback for the copied card.
  • Opening a public URL uses the configured casino base URL plus the stored path. If the environment base URL is wrong, the opened/copied link will be wrong even when the stored path is correct.
More details

Definitions and formulas

Open only the section you need. The relevant section opens automatically when you request help for a specific item on screen.

Calculations5 topicsOpen details

Core filter query

The visible filters narrow the list by stored URL path, linked CMS page, and language.

Inputs
search, pageKey, locale
Transform
The URL list request sends only search text, page key, and locale.
Caveats
Search is verified against URL path text, not URL ID.

Local ID sort

Sorting changes only the order of visible cards and does not ask the backend/core route for a different order.

Inputs
urlId, sortDirection
Transform
Already-fetched URL cards are sorted in browser memory by URL ID.
Caveats
The sort button tooltip describes the next direction, so verify the visible card order when order matters.

Full public URL

The displayed path becomes a usable public link only after the configured base URL is prepended.

Inputs
casinoURL, url
Transform
Full URL preview, copy, and open actions concatenate the configured casino base URL with the stored URL path.
Caveats
If the configured casino base URL is wrong for the environment, copied/opened links will be wrong even when the stored path is correct.

Copied feedback

The green copied state is temporary visual feedback, not a stored URL status.

Inputs
urlId
Transform
After Copy URL, the copied card ID is stored temporarily and cleared after about two seconds.

Active filter count

The Clear All button label shows how many filters currently affect the list.

Inputs
search, pageKey, locale
Transform
Active filters are counted from non-empty filter values.
More help

Related pages

URLs

Operator documentation for the URL inventory and the embedded page-level URL editor used from CMS Page Editor.

URLs / Form

Embedded page-level URL editor opened from CMS Page Editor to add, update, save, and remove URL rows for one page key.

Activity Tag Rules / List

Main inventory for activity-driven tag rules, with search, activity and status filters, grouped rows, clone, edit, and run actions.

Affiliate Deals / List

Searchable table of affiliate deal rows with PID filter, create action, dashboard shortcut, and edit/delete row actions.

Affiliate Payment Settings / List

Affiliate payment settings inventory page for reviewing configured rows and opening saved records.

Affiliate Settings / List

Affiliate inventory list used to review saved affiliates and open detail or report flows.