For the complete documentation index, see llms.txt. This page is also available as Markdown.

πŸ“„Creating an Event with CSV file

Learn how to add conversion events through a CSV file

This guide walks you through rewarding users for offchain actions by uploading a CSV file.

Steps

  1. Create a new Offchain Trigger β€” set the name, description, and event name.

  2. Create a Conversion β€” select the trigger you just created.

  3. Create an Incentive β€” select Points, choose who to pay (Referrers, End Users, or both), and set up the reward structure (Fixed or Variable). If variable, configure the payout as 1 POINT per POINT.

  4. Go to Activity > Events > Import from CSV and upload your file. Make sure your CSV includes:

    • event_name β€” must match the event name used when creating the offchain trigger

    • value_amount β€” the amount for each row

    • value_currency β€” set to POINT for all rows

Last updated