Unified.to · Schema

AdsCreative

IntegrationsUnified API

Properties

Name Type Description
asset_urls object
body string
campaign_id string
created_at string
creative_type string
cta string
external_ad_reference string
external_creative_reference string
external_placement_reference string
group_id string
height number
hosting_source string
id string
item_id string
link_url string
name string
organization_id string
path1 string
path2 string
promoted object
raw object
status string
third_party_tag string
title string
updated_at string
vast_tag_url string
width number
View JSON Schema on GitHub

JSON Schema

unified-to-adscreative-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AdsCreative",
  "title": "AdsCreative",
  "properties": {
    "asset_urls": {
      "$ref": "#/components/schemas/property_AdsCreative_asset_urls"
    },
    "body": {
      "type": "string"
    },
    "campaign_id": {
      "type": "string"
    },
    "created_at": {
      "format": "date-time",
      "type": "string"
    },
    "creative_type": {
      "enum": [
        "UNSPECIFIED",
        "STANDARD",
        "EXPANDABLE",
        "VIDEO",
        "NATIVE",
        "AUDIO",
        "PUBLISHER_HOSTED",
        "ASSET_BASED"
      ],
      "type": "string",
      "x-speakeasy-unknown-values": "allow"
    },
    "cta": {
      "type": "string"
    },
    "external_ad_reference": {
      "type": "string"
    },
    "external_creative_reference": {
      "type": "string"
    },
    "external_placement_reference": {
      "type": "string"
    },
    "group_id": {
      "type": "string"
    },
    "height": {
      "type": "number"
    },
    "hosting_source": {
      "enum": [
        "UNSPECIFIED",
        "CM",
        "THIRD_PARTY",
        "HOSTED",
        "RICH_MEDIA",
        "PUBLISHER_HOSTED"
      ],
      "type": "string",
      "x-speakeasy-unknown-values": "allow"
    },
    "id": {
      "type": "string"
    },
    "item_id": {
      "type": "string"
    },
    "link_url": {
      "type": "string"
    },
    "name": {
      "type": "string"
    },
    "organization_id": {
      "type": "string"
    },
    "path1": {
      "type": "string"
    },
    "path2": {
      "type": "string"
    },
    "promoted": {
      "$ref": "#/components/schemas/property_AdsCreative_promoted"
    },
    "raw": {
      "additionalProperties": true,
      "type": "object"
    },
    "status": {
      "enum": [
        "UNSPECIFIED",
        "ACTIVE",
        "PAUSED",
        "ARCHIVED",
        "DRAFT",
        "SCHEDULED_FOR_DELETION"
      ],
      "type": "string",
      "x-speakeasy-unknown-values": "allow"
    },
    "third_party_tag": {
      "type": "string"
    },
    "title": {
      "type": "string"
    },
    "updated_at": {
      "format": "date-time",
      "type": "string"
    },
    "vast_tag_url": {
      "type": "string"
    },
    "width": {
      "type": "number"
    }
  },
  "type": "object"
}