Operator guideEN

Casino / Providers / List

Provider dashboard and table with provider stats, search, game counts, logo preview, status, timestamps, and row-level provider actions.

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 page is the working provider dashboard and grid for casino providers. Operators use it to review provider counts, active-provider ratio, total game volume, aggregator count, provider status, and row-level maintenance actions.

The cards at the top come from a provider stats read. The table below is a separate saved provider list with search, pagination, sorting, game counts, status, timestamps, and actions.

How to read the table

  • ID is the internal provider id.
  • Provider shows provider logo when available, provider name, and aggregator name.
  • Games is a saved count of games linked to the provider.
  • Status shows whether the provider is active.
  • Created and Updated show provider timestamps.
  • Actions contains enable/disable, blocked-countries maintenance, and edit provider.

Filters and refresh

  • Search provider... filters the provider table by provider name.
  • Refresh reloads the top stats cards, not the provider table itself.
  • Filters is visible, but no additional verified filter panel behavior was found in the current page code.

Known caveats

  • Provider activation is a catalog control and can affect many games at once.
  • Blocked Countries is a separate relation surface. The main list only signals that provider maintenance exists.
  • Search changes do not explicitly reset the provider table page in the current page.
  • Provider logo preview uses Core asset delivery when a logo asset key exists; otherwise the stored thumbnail URL is used.
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.

Calculations10 topicsOpen details

Total Providers

Shows total configured provider records.

Inputs
provider stats read
Formula
Total Providers = count of all casino provider rows.

Active Providers

Shows how much of the provider catalog is currently active.

Inputs
provider stats read, total providers, active providers
Formula
Active Providers = count of provider rows where active flag is true. Active percentage = round to one decimal place of active providers / total providers * 100, or 0 when total is zero.

New providers this month

Shows provider records added during the current month.

Inputs
provider created timestamp, source current month boundary
Formula
New providers this month = count of provider rows created on or after the first day of the source service's current month.

Total Games

Shows total games known to the casino catalog, not only games for the currently visible provider page.

Inputs
casino game rows
Formula
Total Games = count of all master casino game rows.

New games last week

Shows recently added casino games.

Inputs
game created timestamp, source current date
Formula
New games last week = count of game rows created on or after seven days before the stats request time.

Aggregators

Shows total and active aggregator coverage.

Inputs
aggregator rows
Formula
Aggregators = count of all aggregator rows. Active aggregators = count of aggregator rows where active flag is true.

Provider list query

Search, pagination, and sorting ask for a new provider page.

Inputs
search text, page, rows per page, sort field, sort direction
Formula
The table sends search, one-based page number, page size, provider id filter defaulting to zero, order field, and sort direction.
Caveats
Search changes do not explicitly reset the current table page.

Games column

Shows how many games are associated with that provider.

Inputs
provider id, casino game rows
Formula
Games = count of casino game rows whose provider id matches the listed provider.

Provider logo preview

Provider rows show a logo preview when a usable logo or thumbnail is available.

Inputs
provider logo asset key, provider thumbnail URL
Formula
If logo asset key exists, the page loads it through Core casino asset delivery. Otherwise it uses the stored thumbnail URL.

Enable / Disable payload

The button flips the provider active flag when the server accepts the status update.

Inputs
selected provider id, current active flag
Formula
The row action sends selected provider id, desired active state as the inverse of current state, and provider status code to the shared status update flow.
Fields23 topicsOpen details

Total Providers

Total casino provider count returned by the provider stats read.

Data Type
integer
Editable
false

New providers this month

Count of providers created since the first day of the current source-service month.

Data Type
integer
Editable
false

Active Providers

Count of providers whose active flag is true.

Data Type
integer
Editable
false

Active Providers %

Percentage shown in the Active Providers card.

Data Type
percentage
Editable
false

Total Games

Total casino game count returned by the provider stats read.

Data Type
integer
Editable
false

New games last week

Count of games created in the last seven days according to source-service time.

Data Type
integer
Editable
false

Aggregators

Total aggregator count returned by the provider stats read, with active aggregator count shown in the card subtext.

Data Type
integer
Editable
false

Refresh

Reloads the provider stats cards.

Data Type
action
Editable
true

Refreshing...

Local Refresh button loading state while provider stats are being reloaded.

Data Type
loading-state
Editable
false

Search provider...

Filters provider table rows by provider name through the saved provider list query.

Data Type
text-filter
Editable
true

Filters

Visible filter button; no additional verified filter panel behavior was found in the current page code.

Data Type
ui-control
Editable
false

ID

Internal provider identifier.

Data Type
integer
Editable
false

Provider

Casino provider name shown in the grid.

Data Type
string
Editable
false

Aggregator

Aggregator linked to the provider.

Data Type
string
Editable
false

Games

Number of games currently associated with the provider.

Data Type
integer
Editable
false

Status

Shows whether the provider is active or inactive.

Data Type
status
Editable
false

Created

Provider creation timestamp shown for operator audit context.

Data Type
datetime
Editable
false

Updated

Last update timestamp for the provider row.

Data Type
datetime
Editable
false

Actions

Row controls for enable/disable provider, blocked-countries maintenance, and edit provider.

Data Type
action-menu
Editable
true

Page

Provider result page; the table stores zero-based page state and sends one-based page state.

Data Type
integer
Editable
true

Rows per page

Number of provider rows requested per saved provider page.

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

Sort

Sorting field and direction; defaults to provider id descending.

Data Type
sort-state
Editable
true
Metrics4 topicsOpen details

Total Providers

Total configured casino provider count.

Aliases
casino provider count, total casino providers
Source Basis
Counts all master casino provider rows.
Display Rules
shown directly from provider stats response

Active Providers

Count and percentage of providers whose active flag is true.

Aliases
active casino providers, provider active rate
Source Basis
Counts active provider rows and divides by total provider rows for percentage.
Display Rules
displays returned percentage in the progress bar

Total Games

Total casino game count across all providers.

Aliases
provider page total games, casino game total
Source Basis
Counts all master casino game rows.
Display Rules
formats the count with locale separators

Aggregators

Total aggregator count with active aggregator count shown as subtext.

Aliases
casino aggregators, active aggregators
Source Basis
Counts all aggregator rows and active aggregator rows.
Display Rules
shows total as card value and active count in subtext
More help

Related pages

Casino / Providers

Operator guide for casino provider catalog management, edit flow, and blocked-country restrictions.

Casino / Providers / Blocked Countries

Relation page for country-level provider restrictions.

Casino / Providers / Form

Edit workspace for one casino provider.

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.