Testing & Going Live

Before sending real users through a deal, verify the full flow in the console using test mode. This lets you confirm that both sides of the exchange work correctly.

Testing a deal in the console

  1. Navigate to your application and open the Deals tab.

  2. Open the active deal you want to test.

  3. Use the Test action to simulate user events:

    • Trigger Go — simulates a user starting the associated task.

    • Trigger Claim — simulates a user completing the task and receiving the reward.

  4. Confirm the events are recorded correctly in the deal's event log.

  5. Check that the statistics update as expected — open Statistics under your application and verify the data appears.

circle-info

Test events count toward analytics so you can validate the full reporting pipeline before launch.

What to verify

  • Task completion flow works end to end (go → claim → reward).

  • Events appear in the deal log with the correct user identifiers.

  • Statistics reflect the test activity correctly.

  • Any automation rules attached to the deal (quotas, rate limits) behave as expected.

Going live

Once the test confirms everything works:

  1. Ensure the integration library is installed in your application — see Integration.

  2. Confirm the task or deal status is Active in the console.

  3. Deploy your application. Real users will now trigger the same flow you tested.

Monitoring after launch

After going live, monitor activity through the Statistics tab of your application. For deal-specific performance, check the deal's event log and compare go vs. claim counts to assess conversion quality.

If you observe unexpected behaviour — missing events, incorrect rewards, or quota mismatches — review the event log first, then check your integration configuration.


See Statistics for a full explanation of the analytics dashboard.

Last updated