MediaMath · Schema

atomic_creative_response_extended

Programmatic AdvertisingDSPDemand-Side PlatformCampaign ManagementAd TechBiddingAudience SegmentsCreative ManagementReportingAnalytics

Properties

Name Type Description
id integer
version integer
entity_type string
advertiser_id integer
advertiser_name string available only when extended
concept_id integer
concept_name string
name string
width integer
height integer
creative_import_file_id integer
file_type string
is_https boolean
is_multi_creative boolean
has_sound boolean
rich_media boolean
rich_media_provider string
status boolean
archived boolean
built boolean
build_date string
built_by_user_id integer
build_errors string
created_on string
last_modified string
external_identifier string
tpas_ad_tag_name string
updated_on string
expand string
click_url string
ad_format string
expansion_direction string
expansion_trigger string
ad_server_type string
t1as boolean
tpas_ad_tag string
edited_tag string
click_through_url string
rejected_reason string
approval_status string
start_date string
end_date string
media_type string
is_mraid boolean
vast_version number
sizmek_tag_status string
sizmek_creative_status string
last_payload_modified string
is_audio boolean
tag string
tag_type string
targeted_strategies object available only when extended
atomic_creative_ssl_validators object available only when extended
vendors array available only when extended
creative_assets array available only when extended
inner_tag string available only when extended. Contains the original inner tag content for HTML5 creatives.
View JSON Schema on GitHub

JSON Schema

campaigns-atomic_creative_response_extended.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "title": "atomic_creative_response_extended",
  "type": "object",
  "properties": {
    "id": {
      "type": "integer"
    },
    "version": {
      "type": "integer"
    },
    "entity_type": {
      "type": "string"
    },
    "advertiser_id": {
      "type": "integer"
    },
    "advertiser_name": {
      "type": "string",
      "description": "available only when extended"
    },
    "concept_id": {
      "type": "integer"
    },
    "concept_name": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "width": {
      "type": "integer"
    },
    "height": {
      "type": "integer"
    },
    "creative_import_file_id": {
      "type": "integer"
    },
    "file_type": {
      "type": "string"
    },
    "is_https": {
      "type": "boolean"
    },
    "is_multi_creative": {
      "type": "boolean"
    },
    "has_sound": {
      "type": "boolean"
    },
    "rich_media": {
      "type": "boolean"
    },
    "rich_media_provider": {
      "type": "string"
    },
    "status": {
      "type": "boolean"
    },
    "archived": {
      "type": "boolean"
    },
    "built": {
      "type": "boolean"
    },
    "build_date": {
      "type": "string"
    },
    "built_by_user_id": {
      "type": "integer",
      "nullable": true
    },
    "build_errors": {
      "type": "string"
    },
    "created_on": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    },
    "last_modified": {
      "type": "string"
    },
    "external_identifier": {
      "type": "string"
    },
    "tpas_ad_tag_name": {
      "type": "string"
    },
    "updated_on": {
      "type": "string",
      "format": "date-time",
      "readOnly": true
    },
    "expand": {
      "type": "string"
    },
    "click_url": {
      "type": "string"
    },
    "ad_format": {
      "type": "string"
    },
    "expansion_direction": {
      "type": "string",
      "maxLength": 19,
      "default": "NONRESTRICTED"
    },
    "expansion_trigger": {
      "type": "string",
      "enum": [
        "AUTOMATIC",
        "MOUSEOVER",
        "CLICK"
      ],
      "default": "MOUSEOVER"
    },
    "ad_server_type": {
      "type": "string"
    },
    "t1as": {
      "type": "boolean"
    },
    "tpas_ad_tag": {
      "type": "string"
    },
    "edited_tag": {
      "type": "string"
    },
    "click_through_url": {
      "type": "string"
    },
    "rejected_reason": {
      "type": "string"
    },
    "approval_status": {
      "type": "string"
    },
    "start_date": {
      "type": "string"
    },
    "end_date": {
      "type": "string"
    },
    "media_type": {
      "type": "string"
    },
    "is_mraid": {
      "type": "boolean"
    },
    "vast_version": {
      "type": "number",
      "format": "float",
      "minimum": 0,
      "maximum": 9.9,
      "nullable": true
    },
    "sizmek_tag_status": {
      "type": "string"
    },
    "sizmek_creative_status": {
      "type": "string"
    },
    "last_payload_modified": {
      "type": "string"
    },
    "is_audio": {
      "type": "boolean"
    },
    "tag": {
      "type": "string"
    },
    "tag_type": {
      "type": "string"
    },
    "targeted_strategies": {
      "type": "object",
      "description": "available only when extended",
      "properties": {
        "count": {
          "type": "integer"
        },
        "strategies_list": {
          "type": "array",
          "items": {
            "type": "integer",
            "format": "int32"
          }
        }
      }
    },
    "atomic_creative_ssl_validators": {
      "type": "object",
      "description": "available only when extended",
      "properties": {
        "is_https": {
          "type": "string"
        },
        "notify_state": {
          "type": "string"
        },
        "ignored": {
          "type": "string"
        },
        "ksize": {
          "type": "integer"
        }
      }
    },
    "vendors": {
      "type": "array",
      "description": "available only when extended",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer"
          },
          "name": {
            "type": "string"
          },
          "adx_approved": {
            "type": "boolean"
          },
          "adx_declaration_required": {
            "type": "boolean"
          },
          "mm_contract_available": {
            "type": "boolean"
          },
          "is_eligible": {
            "type": "boolean"
          },
          "adx_ssl_approved": {
            "type": "boolean"
          },
          "adx_video_ssl_approved": {
            "type": "boolean"
          },
          "adx_video_approved": {
            "type": "boolean"
          },
          "auto_tag_display": {
            "type": "boolean"
          },
          "set_by": {
            "type": "string"
          },
          "detect_domains": {
            "type": "array",
            "items": {
              "type": "string"
            }
          }
        }
      }
    },
    "creative_assets": {
      "type": "array",
      "description": "available only when extended",
      "items": {
        "type": "object",
        "properties": {
          "id": {
            "type": "integer"
          },
          "name": {
            "type": "string"
          },
          "version": {
            "type": "integer"
          },
          "creative_id": {
            "type": "integer"
          },
          "primary_asset_id": {
            "type": "integer"
          },
          "created_on": {
            "type": "string",
            "format": "date-time",
            "readOnly": true
          },
          "updated_on": {
            "type": "string",
            "format": "date-time",
            "readOnly": true
          },
          "file_name": {
            "type": "string"
          },
          "file_role": {
            "type": "string"
          },
          "file_type": {
            "type": "string"
          },
          "file_storage_path": {
            "type": "string"
          },
          "file_size": {
            "type": "integer"
          },
          "media_version": {
            "type": "number",
            "format": "float"
          },
          "width": {
            "type": "integer"
          },
          "height": {
            "type": "integer"
          },
          "note": {
            "type": "string"
          }
        }
      }
    },
    "inner_tag": {
      "type": "string",
      "description": "available only when extended. Contains the original inner tag content for HTML5 creatives."
    }
  },
  "required": [
    "id",
    "version",
    "entity_type",
    "advertiser_id",
    "name",
    "width",
    "height",
    "file_type",
    "is_https",
    "is_multi_creative",
    "has_sound",
    "rich_media",
    "built",
    "built_by_user_id",
    "created_on",
    "last_modified",
    "tpas_ad_tag_name",
    "updated_on",
    "ad_format",
    "expansion_trigger",
    "expansion_direction",
    "t1as",
    "approval_status",
    "media_type",
    "is_mraid",
    "sizmek_tag_status",
    "sizmek_creative_status"
  ]
}