View Campaigns Delivery report
https://api.ocamba.com/v1/hood/reports/campaigns/delivery
https://api.ocamba.com/v1/hood/reports/campaigns/delivery
Camapigns Delivery report enables analysis of critical parameters and essential information
Name
Descriptionsortstring
Sorts the response by specified field(s) with the option to specify sorting order (ascending by default, add prefix "-" for descending).Examples:
GET /VERSION/hood/RESOURCE_NAME?sort=name → sorts per name, ascending
GET /VERSION/hood/RESOURCE_NAME?sort=-id → sorts per id descending
GET /VERSION/hood/RESOURCE_NAME?sort=id,-name → sorts per id ascending, then name descending
See tips for the list of sortable fields.
Example: sort=-field1,field2
pagestring
The page number indicates which set of items will be returned in the response. The format of request is "page=N,M" where 'N' (required) represents page number and 'M' (optional) is number of items per page.Examples:
N=1, M=20 → returns page 1 with 20 items
N=2, M=20 → returns page 2 with 20 items (items 21-40)
N=3 → returns page 3. The number of objects returned depends on the resource settings.
Example: page=1,10
outstring
Data format output - 'csv' (default) or 'json'.Example: out=json
resolutionstring
Data resoulution, supported values 'hour', 'day'.Example: resolution=hour
fieldsstringrequired
Fields is array of dimensions and measures. You can use dimensions to categorize, segment, and reveal the details in your data. Measures contain numeric, quantitative values that you can measure. At least one measure is required.200 - OK
Name
Descriptioncampaign_idinteger
DimensionUnique campaign identifier generated by Ocamba.
Example: 1002600
campaign_namestring
DimensionThe campaign name.
Example: Demo campaign
channel_typestring
DimensionThe channel type.
Example: push
Possible values: push | adex_push | SMS | email
churninteger
MeasurePercent of unsubscribed user.
Example: 5
container_idinteger
DimensionUnique container identifier generated on Ocamba platform.
Example: 126598752
container_namestring
DimensionContainer name created on Ocamba platform.
Example: test.demo.com
deal_idstring
DimensionA unique identifier for the deal associated with the Campaign.
Example: 1000251
deal_namestring
DimensionThe Name of the deal associated with the Campaign.
Example: Ocamaba deal
deliveredinteger
MeasureThe total number of delivered messages.
Example: 888248
dsp_partner_idinteger
DimensionThe hood partner id generated on Ocamba platform.
Example: 874214212
dsp_partner_namestring
DimensionThe hood partner name created on Ocamba platform.
Example: Default partner
failedinteger
MeasureThe total number of users failed to receive message.
Example: 9
impressioninteger
MeasureThe total number of impressions served.
Example: 9
run_datedate
DimensionThe execution date.
Example: 2021-12-27
sentinteger
MeasureThe total number of sent messages.
Example: 9
ssp_partner_idinteger
DimensionThe hood partner id generated on Ocamba platform.
Example: 68745145
ssp_partner_namestring
DimensionThe hood partner name created on Ocamba platform.
Example: Default partner
total_clickinteger
MeasureThe total number of all clicks.
Example: 9
total_userinteger
MeasureThe total number of users targeted.
Example: 888248
unsubscribedinteger
MeasureThe total number of users unsubscribed.
Example: 5
1 Sortable fields are: run_date, container_id, container_name, campaign_id, campaign_name, deal_id, deal_name, ssp_partner_id, ssp_partner_name, dsp_partner_id, dsp_partner_name, channel_type, total_user, sent, delivered, unsubscribed, failed, impression, total_click, churn.
2 Filterable fields are: run_date, container_id, container_name, campaign_id, campaign_name, deal_id, deal_name, ssp_partner_id, ssp_partner_name, dsp_partner_id, dsp_partner_name, channel_type, total_user, sent, delivered, unsubscribed, failed, impression, total_click, churn.
3 API provided filling empty entry points in between first and last date/hour. You should set with_fill parameter to true, but just in case the date dimension is requested only. It is in relation with resolution. You should pass day or hour, which defines what type of breakdown you request, default setup displays daily breakdown.
4 To get data by the time in your local time zone, you should set tz query parameter to the specific time zone. See the list of valid time zones here -> https://en.wikipedia.org/wiki/List_of_tz_database_time_zones#List.
5 For easier search, Reports API gives you the possibility of using one of the following labels: today, yesterday, last-7-days, last-30-days, last-24-hours, this-month, last-month, current-hour, last-hour, last-48-hours, last-2-days, month-to-date, month-to-yesterday, quarter-to-date.
6 The metrics available for reporting vary depending on the channel type. Each channel has its own set of metrics that are tracked to monitor performance. Below is a breakdown of the metrics by channel type:
- push: total_user, sent, delivered, unsubscribed, failed, total_click, churn
- adex: total_user, sent, delivered, failed, impression, total_click
- sms: total_user, sent, delivered, failed, total_click
- email: total_user, sent, delivered, failed
- email custom provider: total_user, sent
When querying the Campaigns Delivery Report, ensure you specify the appropriate channel to retrieve the corresponding metrics.
- push: total_user, sent, delivered, unsubscribed, failed, total_click, churn
- adex: total_user, sent, delivered, failed, impression, total_click
- sms: total_user, sent, delivered, failed, total_click
- email: total_user, sent, delivered, failed
- email custom provider: total_user, sent
When querying the Campaigns Delivery Report, ensure you specify the appropriate channel to retrieve the corresponding metrics.
1 When filtering stat_date, use one of the following formats:
- Single format: YYYY-mm-dd;
Displaying stats for this specific day
- Range format: rf:YYYY-mm-dd,YYYY-mm-dd;
Requires usage of the range operators:
- r - range - The value must be in a specified open range, where both endpoints are excluded.
- rf - range full - The value must be in a specified closed range, where both endpoints are included.
- rl - range left - The value must be in a specified half-open range, where only left or start point is included.
- rr - range right - The value must be in a specified half-open range, where only right or end point is included.
Displaying stats in this specific range.
- Hour range format: rl: YYYY-mm-dd hh:00:00,YYYY-mm-dd hh:00:00
If you exclude this parameter, the default setup displays "today" stats.
- Single format: YYYY-mm-dd;
Displaying stats for this specific day
- Range format: rf:YYYY-mm-dd,YYYY-mm-dd;
Requires usage of the range operators:
- r - range - The value must be in a specified open range, where both endpoints are excluded.
- rf - range full - The value must be in a specified closed range, where both endpoints are included.
- rl - range left - The value must be in a specified half-open range, where only left or start point is included.
- rr - range right - The value must be in a specified half-open range, where only right or end point is included.
Displaying stats in this specific range.
- Hour range format: rl: YYYY-mm-dd hh:00:00,YYYY-mm-dd hh:00:00
If you exclude this parameter, the default setup displays "today" stats.