MediaMath · Schema
permission_v2_flags
Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics
Properties
| Name | Type | Description |
|---|---|---|
| type | string | |
| role | string | |
| scope | string | |
| view_segments | boolean | |
| view_organizations | boolean | |
| edit_margins_and_performance | boolean | |
| access_internal_fees | boolean | |
| edit_segments | boolean | |
| edit_campaigns | boolean | |
| view_data_definition | boolean | |
| view_dmp_reports | boolean | |
| edit_data_definition | boolean |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "permission_v2_flags",
"type": "object",
"properties": {
"type": {
"type": "string"
},
"role": {
"type": "string"
},
"scope": {
"type": "string"
},
"view_segments": {
"type": "boolean"
},
"view_organizations": {
"type": "boolean"
},
"edit_margins_and_performance": {
"type": "boolean"
},
"access_internal_fees": {
"type": "boolean"
},
"edit_segments": {
"type": "boolean"
},
"edit_campaigns": {
"type": "boolean"
},
"view_data_definition": {
"type": "boolean"
},
"view_dmp_reports": {
"type": "boolean"
},
"edit_data_definition": {
"type": "boolean"
}
}
}