Absolutely! Since the person with a coupon only needs to choose a Blurt username (or simply enter the coupon if it's not already embedded in the link), this greatly simplifies the onboarding process.
Additionally, by combining this with the Referrer system and the campaign_id, it becomes possible to organize onboarding contests. For instance, you can easily track the top performers during a specific period by making a simple call like this:
{
"id": 1,
"jsonrpc": "2.0",
"method": "bridge.referral_accounts_count",
"params": {
"referrer": null,
"campaign_id": "join-blurt",
"start_date": null,
"end_date": null,
"limit": 10
}
}
This API call allows organizers to retrieve a leaderboard for a given campaign over a specified time frame. Real-time tracking enables monitoring the performance of campaigns as they happen, providing valuable insights for quick adjustments or optimizations.
For influencers, this system provides an excellent opportunity to onboard their communities efficiently. They can use custom referral links to offer free accounts, while also benefiting from detailed analytics via the Referrer system to understand their impact and engagement.
Imagine collaborating with an influencer who shares their custom campaign link or coupon with their audience. You could then:
Track how many accounts were created through their efforts.
Reward the influencer or their audience for milestones (e.g., "Onboard 50 users and get a bonus").
Run time-limited campaigns to drive urgency, like "Sign up this weekend and get free BLURT."
In short, the combination of the coupon and Referrer systems unlocks countless possibilities to grow the Blurt ecosystem.