For the complete documentation index, see llms.txt. This page is also available as Markdown.

Create External Reward Campaign

In this how-to, we will create an External Reward Campaign that allows players to redeem claimable rewards outside of your game through a shareable link or QR code.

Prerequisites

Create an External Reward Campaign

Navigate to Game Systems, select Triggers and select the Trigger you want to use for your External Reward Campaign. Open the External Triggers tab and click Add Claimable Link.

In the modal that appears complete the following information:

  • Name: A descriptive name for the campagin (only used internally)

  • Start Date: The date when the link will become active

  • End Date (Optional): The date when the link will stop working

Click Create Link when you are ready.

Once created, the campaign will appear in the list.

Click on the the kebab menu for the campaign to access the available actions:

  • Copy Link: Copies the campaign URL to your clipboard

  • Open Link: Opens the campaign URL directly, useful for testing

  • Download QR: Downloads the campaign QR code as a PNG file

To remove a campaign, open the kebab menu and select Delete Link.

Claiming an External Reward

When a player opens the campaign link or scans the QR code, they are taken to a hosted claim page where they must authenticate before claiming the reward.

The available authentication options depend on which platforms you have enabled through Unified Player Accounts.

Once authenticated, the Trigger is invoked and the rewards associated with it are granted to the player.

Conclusion

In this guide, we created an External Reward Campaign using a Trigger. To ensure players receive and can use their rewards in-game, make sure you have integrated the LootLocker SDK and implemented the necessary reward handling systems in your game.

Last updated

Was this helpful?