Clan reward system
글로서리
Clan
Clan reward chain
작동 방식
The clan reward system gives you the opportunity to incentivize users who are united in a clan and regularly purchase items in the in-game store with real currency. In this case, users receive additional motivation to use the in-game store or web store. You can create clan reward chains by giving out rewards for a certain amount of real currency spent. There can be several chains in the game. The maximum length of one chain is 31 steps. Each step has an execution condition — to gain a given number of value points that show the clan progress in the reward system. When a user who is in a clan (a clan member) makes a purchase, the value points are shared with the entire clan.
At each step, a clan can receive from 1 to 10 rewards for each member. You can reward users by giving out the following item types:
- virtual items
- virtual currency
- virtual currency packages
- bundles
Unauthorized users and users without clan can see clan reward chains as blocked.
획득 방법
To set up a clan reward system, you will need the following details:
- Start and end dates of the reward system.
- An image, description, SKUs, and names of clan value points that enable progress in the clan reward chain.
- The number of value points and items in the clan reward chain.
Implement on your side:
- display of elements of the reward system in the store:
- the number of value points that are awarded for purchasing items in the catalog
- personal value points
- clan value points
- steps
- personal reward chains
- clan reward chains
- the balance of the authorized user’s value points
- rewards
- integration of reward methods
To set up the reward system, implement the following API methods::
- Get virtual items list
- Get current user’s reward chains
- Get current user’s value point balance
- Claim step reward
관리자 페이지를 이용한 설정
Before a clan reward chain creation, you need to create value points and items that users can purchase to earn value points.
Create clan value points
To create clan value points:
- Open your project in Publisher Account.
- Click Store in the side menu.
- In the Live-ops and promotion tools pane, click:
- Connect — if you don’t have promotions, rewards, or referral programs.
- Configure – if you previously connected promotions, rewards, or referral programs.
- In the Rewards tab, click Create value points.
- Specify the following parameters:
- Add an image (optional).
- Specify unique value points SKU.
- Specify that value point will use for a clan.
- Specify value points name.
- Click Next.
- Click + and select a virtual item’s SKU and the amount of value points that user will receive per purchase.
- Click Save.
Clan value points are created and displayed above the reward chains. If necessary, you can change or delete them using the Edit button.
Create clan reward chain
To create a clan reward chain:
- Open your project in Publisher Account.
- Click Store in the side menu.
- In the Live-ops and promotion tools pane, click:
- Connect — if you don’t have promotions, rewards, or referral programs.
- Configure – if you previously connected promotions, rewards, or referral programs.
- In the Rewards tab, click Create reward.
- Choose Clan reward chain type.
- In the drop-down list Clan type, choose a type of the clan.
- Specify the following parameters:
- Specify reward chain name.
- Specify description.
- Specify a title for the reward chain popup header.
- Specify the text for the popup tip: what you need to do to earn rewards for your clan.
- Add image (optional).
- In the drop-down list choose value points.
- Click Next.
- Click Add new step.
- Specify the following parameters:
- Step name.
- Required amount of value points for claiming the reward.
- Required amount of virtual items for step.
- Click Save.알림The value points for each level should be increasing. The recommended maximum length of one chain is 31 steps.
- Click Next.
- Specify validity period of the reward chain.
- If you want the reward chain to renew at a specific time, set the Make reward chain renewable toggle to On and specify the update mode.
- Click Save.
To activate the reward chain:
- In the reward catalog, choose the reward chain.
- Click ••• and choose Activate in the drop-down list.
API 호출을 통한 설정
보상 체인 및 가치 포인트 메소드 그룹의 관리자 하위 섹션에 있는 메소드를 사용하여 보상 시스템 작업을 할 수 있습니다.
- 가치 포인트 생성 API를 통해 보상 시스템의 보상에 액세스할 수 있도록 해주는 가치 포인트를 생성합니다.
- 아이템 가치 포인트 설정 API를 사용하여 특정 아이템을 구매한 사용자에게 가치 포인트를 제공합니다.
- 보상 체인 생성 API를 통해 보상 시스템을 생성합니다.
- 보상 체인 토글 API를 통해 보상 시스템을 전환합니다.
보상 시스템을 변경, 비활성화 또는 삭제하고 아이템 가치 포인트를 제거할 수 있습니다.
오자 또는 기타 텍스트 오류를 찾으셨나요? 텍스트를 선택하고 컨트롤+엔터를 누르세요.