LinkedIn · JSON Structure

Linkedin Marketing Campaigns Creative Structure

Creative from LinkedIn API

Type: object Properties: 5
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Creative is a JSON Structure definition published by LinkedIn, describing 5 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

id campaign reference status type

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-structure/linkedin-marketing-campaigns-creative-structure.json",
  "name": "Creative",
  "description": "Creative from LinkedIn API",
  "type": "object",
  "properties": {
    "id": {
      "type": "string",
      "description": "Creative URN",
      "example": "urn:li:sponsoredCreative:777888999"
    },
    "campaign": {
      "type": "string",
      "description": "Parent campaign URN",
      "example": "urn:li:sponsoredCampaign:444555666"
    },
    "reference": {
      "type": "string",
      "description": "Reference URN (e.g., UGC post)",
      "example": "urn:li:ugcPost:123456789"
    },
    "status": {
      "type": "string",
      "enum": [
        "ACTIVE",
        "PAUSED",
        "DRAFT",
        "ARCHIVED",
        "CANCELLED",
        "PENDING_DELETION",
        "REMOVED"
      ],
      "description": "Creative status",
      "example": "ACTIVE"
    },
    "type": {
      "type": "string",
      "enum": [
        "SPONSORED_STATUS_UPDATE",
        "SPONSORED_VIDEO",
        "CAROUSEL",
        "TEXT_AD",
        "MESSAGE_AD"
      ],
      "description": "Creative type",
      "example": "SPONSORED_VIDEO"
    }
  }
}