Creates User Report
Resource requires explicit permission:
reports.read_reports
POST https://api.convertiser.com/publisher/reports/user-configs/
The request body takes a complete UserReportConfig resource, containing the following writable properties:
{
"dimension_level_0": "string",
"dimension_level_1": "string",
"dimension_level_2": "string",
"fields": "string",
"filters": "string",
"title": "string"
}
Name | Type | Description | Additional |
---|---|---|---|
dimension_level_0 | string | ||
dimension_level_1 | string | Optional | |
dimension_level_2 | string | Optional | |
fields | string | Optional | |
filters | string | Optional | |
title | string |
Report config title |
The following HTTP status codes may be returned, optionally with a response resource.
Status code | Description | Resource |
---|---|---|
201 | Created | UserReportConfig |