4. For Advertisers
Advertisers in the Apps Network system create ad campaigns as tasks for users to promote their games across the network, using points earned as Publishers.
Creating Tasks
To create a new task:
Log into your Apps Network account.
Click on "Tasks" in the top navigation menu.
On the Tasks, you'll see a list of your current tasks (if any).
To create a new task, click the "Create task" button in the top right corner.
When creating a task, you'll need to provide the following information:
Banner: Upload your game icon image (must be square, up to 512x512 pixels)
Target URL: The web link where users can play your game
Description: A short description of your game or task
Reward description: Provide the text for the reward description (users can see it on the card details by tapping the title)
Reward CTA: Provide the text for the call-to-action button (e.g., "Play")
Managing Tasks
After creating a task, it will appear in your Tasks List. The list displays key information about each of your tasks, including the game icon preview, target URL, and description.
You can review your tasks from this page. You can edit or delete existing tasks and create new ones. Also you can manage the task display status (on or off), check its status (active or rejected). Status changes when a task goes under review (newly created tasks or the edited ones).
Points and Campaign Activity
Your tasks will be displayed across the Apps Network based on your available points. Points are deducted from your balance when a user performs the defined conversion action (e.g. clicks or plays a game).
Points are deducted only for unique user conversions within a 30-day period to prevent duplicate charges.
Remember to monitor your points balance regularly to ensure your campaigns remain active. The success of your advertising efforts is closely tied to your participation as a Publisher. The more points you earn by displaying offer walls on your own web properties, the more exposure you can gain for your games across the network.
Conversion Tracking and Reporting
For "Play" conversion campaigns, it is crucial that you implement the callback mechanism to report when users have played your game. This is essential for the points economy to function correctly.
Implementing this callback is vital to:
Ensure accurate tracking of game plays
Enable publishers to reward their users
Maintain the integrity of the points economy
Click Verification API
The Apps Network system supports banner click verification for Telegram Mini Apps (TMAs). This ensures accurate tracking and rewarding of user engagement.
To verify if a user came from an ad and should receive a reward, use the following API endpoint:
Parameters:
tui
: Telegram User ID
Implementation Notes:
For TMA environments, retrieve and use the Telegram User ID (
tui
).
By implementing this verification process, you ensure that users are properly rewarded for engaging with tasks.
For more detailed technical specifications of the Click Verification API, please refer to our dedicated API documentation.
In the next section, we'll delve into the points system and how to manage your balance effectively.
Last updated