Campaign Domain Statistics
POST/campaign/domain-stats
Get Domain Statistics for a campaign
Request
- application/json
Body
required
campaignId uuidrequired
domainName string
Responses
- 200
- 400
- 401
- 405
Successful operation
- application/json
- Schema
- Example (from schema)
Schema
- Array [
- ]
content object[]
List of entities for the current page
domainName string
send int64
delivered int64
opens int64
clicks int64
spams int64
unsubscribes int64
totalPages integer
last boolean
totalElements boolean
sort object
sorted boolean
unsorted boolean
empty boolean
first boolean
numberOfElements integer
size integer
number integer
empty boolean
{
"content": [
{
"domainName": "yahoo.com",
"send": 100,
"delivered": 100,
"opens": 25,
"clicks": 10,
"spams": 1,
"unsubscribes": 1
}
],
"totalPages": 50,
"last": false,
"totalElements": 20,
"sort": {
"sorted": true,
"unsorted": false,
"empty": false
},
"first": true,
"numberOfElements": 10000,
"size": 20,
"number": 0,
"empty": false
}
Bad Request
- application/json
- Schema
- Example (from schema)
Schema
message string
{
"message": "Some error message"
}
API key is missing or invalid
Method Not Allowed
Loading...