Operator guideEN

Casino / Games / List

Primary casino game catalog grid with stats cards, filters, CSV export, row maintenance actions, and page-level import, ranking, AI, and image maintenance entrypoints.

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 page shows

This is the main working catalog for casino games. Operators use it to search games, review provider ownership and status, export the current result set, open the edit form, and run catalog maintenance actions.

The page is server-backed. Filters, pagination, sorting, and CSV export request the admin service instead of filtering only the rows already loaded in the browser.

Header cards

  • Total Games counts all master casino game records.
  • Active Games counts games whose active flag is true.
  • Game Providers counts distinct provider ids represented by game records.

These cards are operational catalog counters, not financial reporting. Active Games does not prove a game is playable in every country, currency, provider state, or site placement.

Filters and table controls

  • Provider narrows the list to one provider.
  • Sub Category narrows the list to one game subcategory.
  • Status supports All, Active, and In-Active.
  • Search by Name searches game names.
  • Search by ID targets a specific master casino game id.
  • Reset Filters clears provider, subcategory, status, name search, and id search.
  • The CSV button downloads the current filtered query.
  • Pagination is server-side with page sizes 15, 30, 50, and 100.

When to use it

  • review whether a game is active
  • check provider ownership
  • inspect bonus-play and loyalty settings
  • open the edit form
  • export the current filtered game catalog
  • start provider import, Drops & Wins rebuild, game-top ranking, AI content, or image-maintenance workflows
  • move into the dedicated global gambling controls or image optimizer pages

Row actions

  • Edit Game opens the selected game edit form.
  • Activate or Deactivate changes the selected game's active flag after confirmation.
  • Delete attempts to remove the selected game from a category-backed mapping after confirmation.

Page-level maintenance actions

  • Import Games starts upstream provider import/update work.
  • Update Drops & Wins rebuilds the Drops & Wins flag from subcategory membership.
  • Calculate Game Top ranks games from recent successful bet activity and opens the Top 100 modal.
  • AI Content Generator opens the AI generator modal.
  • Force Reoptimize All starts a full async image reoptimization run.
  • Optimize Unoptimized starts missing-only async image optimization.
  • Image Optimizer opens the dedicated optimizer configuration page.
  • Disable All Gambling opens the dedicated global gambling control page; it does not disable gambling directly from this list page.

Top 100 Games modal

Calculate Game Top uses recent successful betting activity to calculate a score for each game. The ranking score weights distinct bettor count more heavily than bet count, then the page shows the top 100 returned games by score.

The modal's Export Report button currently behaves like a local modal action: it shows a success message and closes the modal. It is not a confirmed file-download action, so use the main CSV export when you need an actual exported file.

Known caveats

  • The header cards are operational orientation, not financial reporting.
  • Calculate Game Top is not a revenue report. It ranks recent successful bet activity and also rewrites stored game sort values from the calculated ranking.
  • Delete can fail if the server requires category context that is not present in the list action request. When that happens, the game remains unchanged and the page shows an error.
  • Several maintenance actions branch away from the grid into dedicated workflows; Image Optimizer and Disable All Gambling are links from this page, not mutations on this page.
  • Row-level status changes are separate from the global gambling control page.
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.

Fields30 topicsOpen details

Total Games

Count of all master casino game rows used by the header card.

Data Type
integer
Editable
false

Active Games

Count of master casino game rows whose active flag is true.

Data Type
integer
Editable
false

Game Providers

Count of distinct provider ids present on master casino game rows.

Data Type
integer
Editable
false

Provider

Filters the list to one selected provider; All removes the provider filter.

Data Type
relation-filter
Editable
true

Sub Category

Filters the list to one selected game subcategory; All removes the subcategory filter.

Data Type
relation-filter
Editable
true

Status

Filters the list to all games, active games, or inactive games.

Data Type
enum-filter
Editable
true
Allowed Values
all, true, false

Search by Name

Filters games by name through the saved game list query.

Data Type
text-filter
Editable
true

Search by ID

Filters games to a specific master casino game id.

Data Type
id-filter
Editable
true

Active Filters Count

Local count of active provider, subcategory, status, name, and id filters.

Data Type
integer
Editable
false

Filters Panel / Drawer

Local show/hide state for desktop filters or mobile filter drawer.

Data Type
ui-state
Editable
true

ID

Internal master catalog id for the game row.

Data Type
integer
Editable
false

Name

Main game title displayed in the casino catalog, with provider and min-bet context appended by the page when available.

Data Type
string
Editable
false

Thumbnail

Small game image preview shown next to the Name column; optimized image is preferred when available.

Data Type
asset-url
Editable
false

Portrait Image

Portrait image status/preview used for visual review; optimized image is preferred when available.

Data Type
asset-url
Editable
false

Status

Shows Active when the game active flag is true and In-Active when false.

Data Type
status
Editable
false

Provider

Provider attached to the game, with aggregator name appended when available.

Data Type
relation
Editable
false

Bonus Play

Read-only switch showing whether the game is allowed in bonus-related play.

Data Type
boolean
Editable
false

Point Price

Loyalty-point value exposed on the catalog row; shows a dash when empty.

Data Type
number
Editable
false

Wagering %

Wagering contribution percentage shown on the catalog row.

Data Type
percentage
Editable
false

Created

Creation timestamp formatted in the admin page date/time format.

Data Type
datetime
Editable
false

Updated

Last update timestamp formatted in the admin page date/time format.

Data Type
datetime
Editable
false

Actions

Row controls for edit, activate/deactivate, and delete.

Data Type
action-menu
Editable
true

Page

Result page number; the table stores it as zero-based page state and sends one-based page state.

Data Type
integer
Editable
true

Rows per page

Number of rows requested per saved game page.

Data Type
enum
Editable
true
Allowed Values
15, 30, 50, 100

Sort

Sorting field and direction; defaults to the game order field ascending.

Data Type
sort-state
Editable
true

Rank

Rank number displayed in the Top 100 Games modal after calculation.

Data Type
integer
Editable
false

Bet Count

Successful recent bet count used by the game-top calculation.

Data Type
integer
Editable
false

User Count

Distinct recent bettor count used by the game-top calculation.

Data Type
integer
Editable
false

Score

Weighted ranking score shown in the Top 100 Games modal.

Data Type
decimal
Editable
false

Image Reoptimization Progress

Async image optimization progress with processed, optimized, failed, missing-source, SVG-skipped, and by-type counters.

Data Type
progress-state
Editable
false
Metrics4 topicsOpen details

Total Games

Total count of master casino game rows shown in the header card.

Aliases
total casino games, casino games total count
Source Basis
Counts all master casino game records.
Display Rules
shown directly from the games stats response

Active Games

Count of master casino games whose active flag is true.

Aliases
active casino games, active game count
Source Basis
Counts master casino game records where the active flag is true.
Display Rules
shown directly from the games stats response
Caveats
This is a catalog active flag count, not proof that a game is playable for every country, currency, provider, or placement.

Game Providers

Count of distinct provider ids present on master casino game rows.

Aliases
casino game providers count, provider count
Source Basis
Counts distinct provider ids from master casino game records.
Display Rules
shown directly from the games stats response
Caveats
This is a distinct provider-id count from game rows; it is not a provider health or active-provider availability report.

Top 100 Games Score

Weighted score used to rank games in the Top 100 modal after Calculate Game Top.

Aliases
calculate game top score, game ranking score, top games ranking
Source Basis
For the last 30 days of successful bet transactions, excluding adjustments, marketing rows, and zero-or-negative cash amount rows: score = 0.6 * normalized distinct-user count + 0.4 * normalized bet count.
Display Rules
sorts returned games by score descending, shows only the top 100 returned games in the modal, formats score to five decimal places
Caveats
Calculate Game Top also rewrites stored game sort values from the calculated ranking., This is an operational popularity/ranking score, not a revenue metric.
More help

Related pages

Casino / Games

Operator documentation for the casino game catalog, game edit flow, reorder tooling, global gambling controls, and optimization maintenance surfaces.

Casino / Games / Disabling

Dedicated maintenance surface for global gambling enable or disable controls.

Casino / Games / Form

Record-level maintenance form for casino game metadata, images, restrictions, and play flags.

Casino / Games / Optimize

Dedicated optimization and maintenance workflow for casino game rows.

Casino / Games / Reorder

Drag-and-drop and list-maintenance workspace for curated game order management.

Activity Tag Rules / List

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