Apps Network
  • 1. Introduction to Apps Network
  • 2. Getting Started
    • Quick Start Guide
  • 3. For Publishers
  • 4. For Advertisers
    • 4.1 API Reference - Click Verification
    • 4.2 API Reference - Reporting Challenge Completion
  • 5. Points System
  • 6. Banner Types and Placements
  • 7. Analytics and Reporting
  • 8. Solution Architecture
    • 8.1 System Components Overview
    • 8.2 Core Functionality and Workflows
    • 8.3 Technical Implementation Details
    • 8.4 System Diagram
  • 9. Frequently Asked Questions (FAQs)
  • 10. Glossary of Terms
  • 11. Release Notes
    • MVP1 Release Notes
    • MVP2 Release Notes
    • MVP3 Release Notes
Powered by GitBook
On this page
  • Creating Tasks
  • Managing Tasks
  • Points and Campaign Activity
  • Conversion Tracking and Reporting
  • Click Verification API

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:

  1. Log into your Apps Network account.

  2. Click on "Tasks" in the top navigation menu.

  3. On the Tasks, you'll see a list of your current tasks (if any).

  4. 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:

GET https://click.dmtp.tech/banners/verify?tui=

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.

Previous3. For PublishersNext4.1 API Reference - Click Verification

Last updated 5 months ago