View Publisher Bids report
https://api.ocamba.com/v2/adex/reports/publisher/bids
https://api.ocamba.com/v2/adex/reports/publisher/bids
Obtains report on Publisher Bids
Name
Descriptionfieldsstring
The client can request more efficient filtered representation of the resource showing only specific field(s), using the “fields” query parameter. Note that the “fields” parameter has precedence over the “view” parameter.Example GET /VERSION/adex/RESOURCE_NAME?fields=id,name
See "Tips" for the list of filterable parameters.
Example: fields=field1,field2,field3
sortstring
Sorts the response by specified field(s) with the option to specify sorting order (ascending by default, add prefix "-" for descending).Examples:
GET /VERSION/adex/RESOURCE_NAME?sort=name → sorts per name, ascending
GET /VERSION/adex/RESOURCE_NAME?sort=-id → sorts per id descending
GET /VERSION/adex/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
stat_datestring
The day of the event.Example: today
200 - OK
Name
Descriptionavg_bidfloat
MeasureThe average bid.
Example: 6.98
browser_idinteger
DimensionThe id of the browser.
Example: 10
browser_namestring
DimensionThe name of the browser.
Example: Chrome
campaign_idinteger
DimensionThe campaign id generated on ocamba platform.
Example: 1059687
campaign_namestring
DimensionThe campaign name created on ocamba platform.
Example: Test campaign
container_idinteger
DimensionUnique container identifier generated on Ocamba platform.
Example: 126598752
container_namestring
DimensionContainer name created on Ocamba platform.
Example: test.demo.com
country_codestring
DimensionThe code of the geographical country.
Example: RS
country_namestring
DimensionThe name of the geographical country.
Example: Serbia
device_idinteger
DimensionThe id of the device.
Example: 5
device_namestring
DimensionThe name of the device.
Example: sony
hood_tag_idinteger
DimensionHood tag id created on Ocamba platform.
Example: 126598752
hood_tag_namestring
DimensionHood tag name created on Ocamba platform.
Example: test.demo.com
keywordstring
DimensionCharacteristic set of words or a phrase which describes the bid request.
Example: sport
max_bidfloat
MeasureThe maximal bid.
Example: 10.98
med_bidfloat
MeasureThe median bid.
Example: 4.98
min_bidfloat
MeasureThe minimal bid.
Example: 0.98
os_idinteger
DimensionThe id of the operating system.
Example: 12
os_namestring
DimensionThe name of the operating system.
Example: Android
page_domainstring
DimensionThe domain of url of the page where ad is placed.
Example: www.example.com
stat_datedateTime
DimensionThe day of the event.
Example: 2021-12-27
subidstring
DimensionString used to record and track unique user attributes, traffic sources, banners, and/or link placement.
Example: example_source
zone_idinteger
DimensionThe zone id generated on ocamba platform.
Example: 1029607
zone_namestring
DimensionThe zone name created on ocamba platform.
Example: Push zone
tip
1 Sortable fields are: stat_date, subid, zone_id, country_code, os_id, hood_tag_id, container_id, browser_id, device_id, keyword, campaign_id, min_bid, max_bid, avg_bid, med_bid.
2 FIlterable fields are: stat_date, subid, zone_id, country_code, os_id, hood_tag_id, container_id, browser_id, device_id, keyword, campaign_id, min_bid, max_bid, avg_bid, med_bid.
3 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.
4 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.
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.
note
1 When filtering delivery_date and delivery_time, 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.