What You Should Build on Your Side

To make full use of this integration, there are four things your team will typically need to implement. Together, these components enable accurate referral tracking, secure event processing, automated reward distribution, and effective user re-engagement throughout the referral journey.

1. Link Builder

A link builder, which appends a unique click_id to the link for every individual user you send out.


2. Postback Receiver

A postback receiver, which verifies the HMAC signature on incoming requests and stores the following information for each one:

  • external_user_id
  • click_id
  • event_type

3. Reward Mapping Logic

Reward mapping logic, which connects first_transaction and kyc_verified events to whatever wallet crediting or campaign rules apply on your platform.


4. Handling for Dropped Users

Handling for dropped users, meaning users who show a user_registered event but never reach first_transaction.

These users are good candidates for retargeting, since they started the signup process but did not complete a qualifying action.


Did this page help you?