PlayableLabs Docs
Gameplay

Redirect & Store

Control when and how the playable sends users to the app store, plus store links.

Control when users are sent to the app store and which store links are used.

Note: Each playable has different parameters. Below are common examples.


The Three Redirect Moments

A playable can send the user to the store at three independent points. They co-exist — enable any combination.

MomentWhat It Does
In-game interactionRedirect early, based on taps or a game action
At game endJump straight to the store on win/lose, or show the end card first
On the end cardLet a tap anywhere on the end card redirect (not just the CTA button)

1. In-Game Interaction

Redirect the user after a number of interactions during gameplay.

SettingOptions
ModeOff · Click anywhere · Custom action
CountRedirect after this many events (e.g. 3)
  • Off — no early redirect.
  • Click anywhere — counts taps anywhere; redirects after Count taps.
  • Custom action — counts a game-specific action (defined per game); redirects after Count of them.

2. At Game End

SettingWhat It Does
Auto-redirect on endOn win/lose, go straight to the store (skips the end card). Off = show the end card as normal.

Use this for a "no end card" flow where finishing the game sends the user directly to the store.


3. On the End Card

SettingWhat It Does
Click anywhere (Win)A tap anywhere on the win end card redirects
Click anywhere (Lose)A tap anywhere on the lose end card redirects

When off, only the end card's own CTA button redirects. Set independently for the win and lose cards.


Both the Android (Google Play) and iOS (App Store) links are set for your game. The playable automatically opens the right store for the user's device. In default deliveries these links come pre-configured.

LinkStore
AndroidGoogle Play
iOSApp Store

Tips

  • Click-anywhere paths convert aggressively but can feel pushy — pair a low interaction Count with a clear CTA.
  • Test both win and lose flows to confirm every redirect path opens the correct store.

On this page