Advertiser Callback
OpenAD will notify advertisers for live ad publishing, and upgrade user tags based on callback from advertiser application calls.
This will be used to enhance the governance consensus within OpenAD Network.
This document describes how advertisers use the callback API to notify and return data to OpenAD Protocol.
API Callback URL
https://bf2055756e.api.openad.network/v3/api/callback
Callback Method
GET
#For Telegram Mini App TMA, Advertiser how to get callback parameters
If your promotion link is like https://t.me/openadprotocolbot/tma?startapp=OpenAD_Protocol, the callback parameters will be spliced after your promotion link.
If your promotion link is like https://t.me/openadprotocolbot/tma, then your promotion link will be spliced with ?startapp=OpenAD_Protocol and callback parameters.
Your TMA launch page will get the following URL
After processing, will get the following parameters data
parameters = decodeURIComponent(parameters.replace(/_/g, '%')), will get the following parameters data
#For webApp, Advertiser how to get callback parameters
If your promotion link is like https://openad.network/?startapp=OpenAD_Protocol, the callback parameters will be spliced after your promotion link.
If your promotion link is like https://openad.network/, then your promotion link will be spliced with ?startapp=OpenAD_Protocol and callback parameters.
Your webApp launch page will get the following URL
#Send a GET request to OpenAD Protocol, the URL is as follows
Last updated