MediaMath · Schema
strategy template response
Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics
Properties
| Name | Type | Description |
|---|---|---|
| id | integer | |
| global | boolean | |
| organization_id | integer | |
| agency_id | integer | |
| advertiser_id | integer | |
| name | string | |
| descriptiom | string | |
| creator_id | integer | |
| created_on | string | |
| updated_on | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "strategy template response",
"additionalProperties": false,
"type": "object",
"properties": {
"id": {
"type": "integer",
"format": "int32"
},
"global": {
"type": "boolean"
},
"organization_id": {
"type": "integer",
"format": "int32"
},
"agency_id": {
"type": "integer",
"format": "int32"
},
"advertiser_id": {
"type": "integer",
"format": "int32"
},
"name": {
"type": "string",
"minLength": 1,
"maxLength": 256,
"example": "strategy template test"
},
"descriptiom": {
"type": "string",
"minLength": 1,
"example": "this is a strategy template"
},
"creator_id": {
"type": "integer",
"format": "int32"
},
"created_on": {
"type": "string",
"format": "date-time",
"readOnly": true,
"nullable": true
},
"updated_on": {
"type": "string",
"format": "date-time",
"readOnly": true,
"nullable": true
}
}
}