Rewarded Video S2S Callback

Rewarded Video S2S Callback

We have released new feature support: Server side S2S reward callbacks to securely pass reward data from server side. 

Server-to-server callbacks are sent to your server when a user has watched an ad. You can use these callbacks to reward players with virtual goods and to e.g. detect and prevent cheating.

By default its not enabled and you can enable them by following steps:

  • Prepare rewarded callback back url on your server for receiving reward information.
  • Go to appmediation dashboard My Apps → Select App → Rewarded Video Settings → S2S url


"You can specify which variables and url, we will use for rewarded server to server call back.

Variable you can use:

  • {IDFA} - Android or Apple Advertising ID
  • {IP} - IP Address of User
  • {Currency} - Currency specified in Appmediation Dashboard
  • {Amount} - Reward Amount specified in Appmediation Dashboard 
  • {User_ID} - You App Internal User ID to uniquely identify user. Its mandatory information to pass. 
  • {Event_ID} - Transaction ID for each unique event 

Sample url: https://yourdomain.com/?idfa={IDFA}&ip={IP}&user_id={User_ID}

Note: This callback url will not be directly send from Appmediation SDK to your server due to security reasons.

SDK will pass this information to Appmediation Server and Appmediation Server will pass this information to your Server to prevent all fraud cases. "

  • Enter S2S url in text field 
  • Listen reward information on S2S url 
This feature is supported post SDK Version
  • Android: 1.9.0
  • iOS: 1.9.2
Update to latest SDK version to enable this feature. 

For more details refer to appmediation documentation: https://appmediation.com/documentation/