Task Management
Tasks are structured activities you define for your users — actions they complete inside your application in exchange for a reward. Make Traffic handles the tracking, reward logic, and analytics automatically.
What a task can represent
A task is an abstract unit of user action. Common examples include:
Joining or registering in an app
Completing a specific flow or feature
Reaching a milestone or level
Any measurable event you define
How it works
The platform tracks when users initiate a task (go) and when they complete it (claim). Completion unlocks any reward attached to the task. All events are recorded and visible in Statistics.
Pipeline summary
The full pipeline to launch your first task:
Register & create an organization — Getting Started
Create your first app — Create Your First App
Create a task — Creating a Task
Test the task in the console using test mode — Testing Your Task
Integrate the JS library with your App Key — Integration
Monitor results — Viewing Results
Last updated