Unity Ad Watched
GET/ad/v1/unity/ad/watched
Callback URL for the Unity Ad API. Docs here https://docs.unity.com/ads/ImplementingS2SRedeemCallbacks.html
Request
Query Parameters
productid Productidrequired
Product ID in the Unity console
sid Sidrequired
Possible values: non-empty and <= 128 characters
Server ID that contains custom data. Expected to be a comma separated list of platform and player ID
Example: ios,12345
oid Oidrequired
Unique ID for the ad view generated by Unity
hmac Hmacrequired
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...