Unity Mediation Ad Watched
GET/ad/v1/unity/mediation/watched
Callback URL for the Unity Ad API. Docs here https://docs.unity.com/mediation/S2SRedeemCallbacks.html
Request
Query Parameters
customized_data Customized Datarequired
Custom data provide by client. Expected to be client type
Example: android
userId Useridrequired
Possible values: non-empty and <= 128 characters
User ID provided by the client
eventId Eventidrequired
Unique ID for the ad view generated by Unity
timestamp Timestamprequired
Timestamp of an ad event in Unix format
signature Signaturerequired
The HMAC-MD5 hash of the parameter string used to validate the request
Responses
- 200
- 422
Successful Response
- text/plain
- Schema
Schema
string
Validation Error
- application/json
- Schema
- Example (from schema)
Schema
Array [
Array [
- MOD1
- MOD2
]
]
detail
object[]
loc
object[]
required
anyOf
string
integer
msg Message (string)required
type Error Type (string)required
{
"detail": [
{
"loc": [
"string",
0
],
"msg": "string",
"type": "string"
}
]
}
Loading...