r4nkt
  • Introduction
  • Getting Started
  • Concepts
    • Overview
    • Achievements
    • Actions
    • Activities
    • Badges
    • Criteria
    • Criteria Conditions
    • Criteria Groups
    • Custom Data Reference
    • Games
    • Leaderboards
    • Players
    • Rewards
    • Scores
  • Cookbook
    • Criteria Conditions
    • Achievements
  • API
    • Overview
    • Authentication
    • Achievements
    • Actions
    • Activities
    • Criteria
    • Criteria Groups
    • Leaderboards
    • Players
    • Player Badges
    • Rewards
    • Scores
  • Webhooks
    • Overview
    • Getting Started
    • Events
  • PHP SDK
    • Overview
    • Getting Started
  • Laravel Package
    • Overview
    • Installation
    • Webhooks
Powered by GitBook
On this page
  • Description
  • Properties

Was this helpful?

  1. Concepts

Rewards

PreviousPlayersNextScores

Last updated 3 years ago

Was this helpful?

Description

Rewards, once created, can be assigned to achievements. Upon earning an achievement, you can then distribute these rewards to the player. They can be anything you like. You might want to award a certain number of points to a custom leaderboard. You might want to fire off an order to Amazon for a gift card. You might send an email to someone in HR to hand-deliver a weekend getaway package. The possibilities are endless.

Properties

Rewards have the following properties:

Name
Type
Default

custom_id

string

-

name

string

-

description

string

empty

custom_data

json

empty

Click for information about common properties.

Rewards can be anything you like, but it's your responsibility to to distribute the reward to the player.

here