How to confirm ad views?
The mechanism for confirming ad views works through a get request. The request format is as follows:
URL+?USERID=&&&&&&
(where &&&&&& is a number_id)
For convenience, we pass the Telegram user_id instead of a unique identifier.
How does it work?
Step 1. You’re creating a handler that checks the view before giving a reward and sharing its URL with us.
Step 2. On the front end, we’re pulling and passing the user_id from the URL.
Step 3. The back end is getting your handler’s URL with the user_id when the show event is successfully recorded.
Was this article helpful?