MediaMath · Schema
atomic_creative_healthcheck_response
Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics
Properties
| Name | Type | Description |
|---|---|---|
| AdxOpenAuction | string | |
| AtomicCreativeID | integer | |
| Freakout | string | |
| MicrosoftAdExchange | string | |
| AdxDeals | string | |
| MoPubDirect | string | |
| RightMediaExchange | string | |
| BrightrollForDisplay | string | |
| AppNexus | string | |
| EntityType | string | |
| NetStatus | string | |
| CreativeName | string | |
| AdvertiserID | integer | |
| AdvertiserName | string |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"title": "atomic_creative_healthcheck_response",
"type": "object",
"properties": {
"AdxOpenAuction": {
"type": "string"
},
"AtomicCreativeID": {
"type": "integer"
},
"Freakout": {
"type": "string"
},
"MicrosoftAdExchange": {
"type": "string"
},
"AdxDeals": {
"type": "string"
},
"MoPubDirect": {
"type": "string"
},
"RightMediaExchange": {
"type": "string"
},
"BrightrollForDisplay": {
"type": "string"
},
"AppNexus": {
"type": "string"
},
"EntityType": {
"type": "string"
},
"NetStatus": {
"type": "string"
},
"CreativeName": {
"type": "string"
},
"AdvertiserID": {
"type": "integer"
},
"AdvertiserName": {
"type": "string"
}
}
}