Step 5: Setting up Web Callback
Here’s how you can test the callback integration:
-
First, go to webhook.site. The page will automatically generate a unique test URL for you.
-
In your AppLixir dashboard, navigate to the Callback Settings section and paste the generated webhook URL there. You can set any temporary value as the secret (for example, “123456”).
Note: The secret is used by your backend to validate callback requests. For testing purposes with webhook.site, backend validation is not required. -
Run a rewarded ad in your game and wait for it to complete. After the ad finishes, you should see a callback request appear in webhook.site.
It may take a few attempts before the callback appears, as there can be a short propagation delay after updating the callback settings. Once active, the requests should come through consistently.
Testing the callback:
You can use something like https://webhook.site to test your callback URL. Just enter the URL in the AppLixir dashboard and check if you receive the events.