View User-age report
Copied
https://api.ocamba.com/v2/adex/reports/user-age
Copied
https://api.ocamba.com/v2/adex/reports/user-age
List selected user-age details
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/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
fieldsstring
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
stat_datestring
The day of the event.Example: today
200 - OK
Name
Descriptionbrowser_idinteger
DimensionThe id of the browser.
Example: 10
browser_namestring
DimensionThe name of the browser.
Example: Chrome
browser_versioninteger
DimensionThe major version of the browser.
Example: 87
campaign_idinteger
DimensionThe campaign id generated on ocamba platform.
Example: 1059687
campaign_namestring
DimensionThe campaign name created on ocamba platform.
Example: Test campaign
ccrfloat
MeasureThe rate of conversions to clicks.
Example: 0.057
cirfloat
MeasureThe rate of clicks to impressions.
Example: 12.98
clickinteger
MeasureThe total number of valid clicks across all impressions.
Example: 123456
conversioninteger
MeasureThe total number of conversions.
Example: 12
convs_ratefloat
MeasureThe rate of conversions to impressions.
Example: 0.0856
country_codestring
DimensionThe code of the geographical country.
Example: RS
country_namestring
DimensionThe name of the geographical country.
Example: Serbia
cpcfloat
MeasureThe rate of clicks to revenue.
Example: 187.02
cpmmfloat
MeasureThe number of conversions per million impressions.
Example: 221.877
creative_idinteger
DimensionThe creative id generated on ocamba platform.
Example: 1029607
creative_namestring
DimensionThe creative name created on ocamba platform.
Example: Dynamic native test
ctpfloat
MeasureThe rate of clicks to impressions with percentage.
Example: 0.56
ctrfloat
MeasureThe rate of clicks to impressions.
Example: 0.002
dsp_account_idinteger
DimensionThe adex account id generated on ocamba platform.
Example: 874214212
dsp_account_namestring
DimensionThe adex account name created on ocamba platform.
Example: Default account
ecpafloat
MeasureThe effective spend per conversion.
Example: 1.2
ecpcfloat
MeasureThe effective spend per click.
Example: 1.25
ecpmfloat
MeasureThe effective spend per 1000 impressions.
Example: 187.02
exchange_idinteger
DimensionThe exchange id generated on ocamba platform.
Example: 1258
exchange_namestring
DimensionThe exchange name created on ocamba platform.
Example: First test exchange #1
expected_incomefloat
MeasureThe total expected income.
Example: 0.56
expensefloat
MeasureThe total expense.
Example: 12.98
impressioninteger
MeasureThe total number of impressions served.
Example: 5246872
incomefloat
MeasureThe total income.
Example: 125.65
os_idinteger
DimensionThe id of the operating system.
Example: 12
os_namestring
DimensionThe name of the operating system.
Example: Android
os_versioninteger
DimensionThe major version of the operating system.
Example: 15
ppmfloat
MeasureThe profit per 1000 impressions.
Example: 0.944
revenuefloat
MeasureThe total revenue.
Example: 187.02
rpmfloat
MeasureThe revenue per 1000 impressions.
Example: 2.65
servedinteger
MeasureThe total number of served campaigns in response.
Example: 5687421
spam_clickinteger
MeasureThe total number of spam clicks across all impressions.
Example: 56
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
total_clickinteger
MeasureThe total number of all clicks across all impressions.
Example: 56
user_agestring
DimensionThe range user age.
Example: 8-30
user_age_by_hourstring
DimensionThe range user age by hour.
Example: 17
tip
1 Sortable fields are: campaign_id, campaign_name, creative_id, creative_name, exchange_id, exchange_name, subid, browser_id, browser_name, browser_version, dsp_account_id, dsp_account_name, os_id, os_name, os_version, country_code, country_name, user_age, user_age_by_hour, page_domain, stat_date, impression, total_click, spam_click, click, conversion, income, expected_income, expense, revenue, served, ctr, ctp, cir, cpc, ecpc, rpm, cpmm, convs_rate, ecpm, ecpa, ppm, ccr.
2 Filterable fields are: campaign_id, creative_id, exchange_id, subid, browser_id, browser_version, dsp_account_id, os_id, os_version, country_code, user_age, user_age_by_hour, page_domain, stat_date, impression, total_click, spam_click, click, conversion, income, expected_income, expense, revenue, served, ctr, ctp, cir, cpc, ecpc, rpm, cpmm, convs_rate, ecpm, ecpa, ppm, ccr.
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, current-hour, last-hour, last-48-hours, last-2-days, month-to-date, month-to-yesterday, quarter-to-date.
note
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.