Added
Gamify API: Set Player Gameplay Limit
about 2 hours ago by Blair Matheson
The Optimove Gamify API now includes an endpoint for controlling how many times an individual player can play a campaign.
POST /campaigns/{campaignId}/player-gameplay-limit sets or updates the maximum number of gameplays allowed for a single player, identified by their Optimove customer ID (cid). Use it to grant extra attempts as a reward, tighten the limit for a specific player, or sync gameplay entitlements from your own system.
The campaign must be configured with the dynamic gameplay limit type—requests against campaigns using any other gameplay limit type return a 400.
References: