Skip to main content

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

Successful Response

Schema

    string

Loading...