GET marketing-campaigns/stats
Gets aggregated marketing campaign stats for all marketing campaigns generated by the current userRequest
URL ( requires authentication )
https://api-lease.crexi.com/marketing-campaigns/statsResponse
Details
Returns an HTTP 200 OK if operation was successful. Returns 400 Bad Request and an error message otherwise.
Data fields
Clickedinteger |
|
Deliveredinteger |
|
NumberOfCampaignsinteger |
|
Openedinteger |
|
Requestedinteger |
|
Sentinteger |
|
Example
JSON
{ "Clicked": 10, "Delivered": 2, "NumberOfCampaigns": 0, "Opened": 1, "Requested": 0, "Sent": 3 }