Volume Owner Callback
API Callback URL
Callback Method
Request
{
"zone_id"=159, //This is an example zone_id, please get your own code parameters
"event_id"=158, //This is an example event_id, please get your own code parameters
"access_key": "your_access_key", //When you need to access this API, please ask us for the ak.
"sign": "request_signature", //zone_id-event_id-access_key-once-secret,sha256 HMAC signing with these 5 parameters
"once": "unique_request_id", //random string
// hash,signature,cb pass at least one.
"hash": "", // hash from the getAd interface,whether the user clicks
"signature":"", // signature from the getAd interface,whether the user view
"cb":"", // cb from the getAd interface,whether the click jumps to the corresponding advertisement app or not
}Response
Last updated