Receive Campaign Status Update Webhook
Any time campaign status is changed, an event is sent. You need to subscribe to this event over 'REGISTRATION' channel, and specify the 'CAMPAIGN_STATUS_UPDATE' event.
Request Body schema:
application/jsonresults | Array of objects Incoming events | ||||||||||||||||||||||||||||||||
Array
|
Responses
Your server returns this code if it accepts the callback.
Request samples
- Payload
{- "results": [
- {
- "event": "CAMPAIGN_STATUS_UPDATE",
- "receivedAt": "2025-03-31T09:48:47Z",
- "content": {
- "campaignId": "38a1c2c6-55f2-11ee-a061-325096b39f47",
- "campaignStatus": "REJECTED",
- "rejectionReasons": "Unable to verify, need website.",
- "rejectionDetails": [
- {
- "errorCode": "1001",
- "description": "Campaign appears to be for an age gated content type but age gate attribute is not selected."
}
], - "rejectionDate": "2025-03-31T09:48:47Z"
}, - "platform": {
- "applicationId": "application-id",
- "entityId": "entity-id"
}
}
]
}
Need assistance
Encountering issues
What's new? Check out
Unsure about a term? See