LinkedIn · JSON Structure

Linkedin Marketing Campaigns Creative Create Request Structure

CreativeCreateRequest from LinkedIn API

Type: object Properties: 5 Required: 4
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

campaign reference status type variables

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-create-request-structure.json",
  "name": "CreativeCreateRequest",
  "description": "CreativeCreateRequest from LinkedIn API",
  "type": "object",
  "properties": {
    "campaign": {
      "type": "string",
      "example": "urn:li:sponsoredCampaign:444555666"
    },
    "reference": {
      "type": "string",
      "example": "urn:li:ugcPost:123456789"
    },
    "status": {
      "type": "string",
      "example": "ACTIVE"
    },
    "type": {
      "type": "string",
      "example": "SPONSORED_VIDEO"
    },
    "variables": {
      "type": "object",
      "properties": {
        "data": {
          "type": "object"
        }
      }
    }
  },
  "required": [
    "campaign",
    "reference",
    "status",
    "type"
  ]
}