Added

Gamify API: Campaign Participation Token

A new POST /participant-token endpoint generates a participation token that links an Optimove customer to an Optimove Minigames campaign.

Use it to forward known customers into Optimove Minigames gameplay with accurate participant identification, which is what enables Optimove Minigames to send gameplay outcomes back to Optimove as real-time events.

What it returns

The response includes a ready-made queryParam value you append directly to your campaign URL:

my-brand.adact.me/campaign?customerIdToken={token}

Optional parameters

  • payload.campaignId — restricts the token to a single campaign, so it cannot be reused elsewhere in your account
  • expiresIn — the token lifetime in seconds. If omitted, the token does not expire

See Campaign Participation Token for the full request and response reference.