Wheel Bonus

Wheel Bonus

Source route: /promotion/wheel-bonus

Use this page to manage wheel-based promotional campaigns.

What You Can Do

  • filter campaigns by created date, bonus type, status, wheel type, and name
  • create a new wheel bonus
  • edit an existing wheel bonus
  • open wheel-bonus user listing
  • open wheel-bonus statistics
  • toggle active or inactive status from the list

List And Status Behavior

The list exposes:

  • campaign name
  • bonus type
  • start and end dates
  • active/inactive status

Like the bonus list, the source blocks reactivation when the bonus period is already past.

Create And Edit Flow

Creation starts from Choose Bonus Type, then opens the wheel-bonus modal.

The wheel-bonus modal is multi-step and includes source-backed areas such as:

  • basic setup fields
  • start and end period
  • region and currency
  • allowed payment systems
  • deposit spin rules
  • rewards setup
  • daily spins controls

When editing:

  • wheel bonus info is fetched by ID
  • the modal rehydrates payment systems, rewards, region, and schedule fields

Reward Logic

Before submit, incomplete reward rows are filtered out.

The payload sanitizes reward data so that:

  • cash rewards do not keep bonus-only fields
  • bonus rewards do not keep cash-only fields

This helps keep the saved reward structure consistent.

The action column supports:

  • listing view for wheel-bonus users
  • edit modal
  • statistics modal

Use statistics when the task is performance review, and use listing when the task is player-level campaign tracing.

Listing And Statistics Follow-Up

Wheel Bonus follow-up actions do not create extra menu items.

From the main wheel-bonus list:

  • listing opens /promotion/wheel-bonus/listing/{id} as the player-level participation route
  • statistics opens directly as a modal on the main list
  • edit also opens as a modal

Use listing when the task is player-level tracing or campaign participation review.

Use statistics when the task is prize-distribution review, cycle progress analysis, or expected-versus-actual reward comparison.