LinkedIn · JSON Structure

Linkedin Marketing Audience Dmp Segment Structure

DmpSegment from LinkedIn API

Type: object Properties: 11 Required: 4
BusinessCareersMarketingProfessional NetworkingRecruitingSocial-MediaFortune 1000

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

Properties

id name account accessPolicy type sourcePlatform status matchedCount inputCount audienceSize destinations

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-audience-dmp-segment-structure.json",
  "name": "DmpSegment",
  "description": "DmpSegment from LinkedIn API",
  "type": "object",
  "properties": {
    "id": {
      "type": "int64",
      "description": "Unique identifier for the DMP segment",
      "example": 987654321
    },
    "name": {
      "type": "string",
      "description": "Display name of the segment",
      "example": "DMP segment for CSV uploads"
    },
    "account": {
      "type": "string",
      "description": "URN of the sponsore account",
      "example": "urn:li:sponsoredAccount:123456"
    },
    "accessPolicy": {
      "type": "string",
      "enum": [
        "PRIVATE",
        "PUBLIC"
      ],
      "description": "Access policy for the segment",
      "example": "PRIVATE"
    },
    "type": {
      "type": "string",
      "enum": [
        "COMPANY_LIST_UPLOAD",
        "USER_LIST_UPLOAD",
        "COMPANY_STREAMING",
        "USER_STREAMING"
      ],
      "description": "Type of DMP segment",
      "example": "COMPANY_LIST_UPLOAD"
    },
    "sourcePlatform": {
      "type": "string",
      "enum": [
        "LIST_UPLOAD",
        "STREAMING"
      ],
      "description": "Source platform for the segment data",
      "example": "LIST_UPLOAD"
    },
    "status": {
      "type": "string",
      "enum": [
        "PROCESSING",
        "READY",
        "EXPIRED",
        "FAILED"
      ],
      "description": "Current status of the segment",
      "example": "READY"
    },
    "matchedCount": {
      "type": "int32",
      "description": "Number of matched records",
      "example": 5000
    },
    "inputCount": {
      "type": "int32",
      "description": "Total number of input records",
      "example": 6000
    },
    "audienceSize": {
      "type": "int32",
      "description": "Size of the audience",
      "example": 4500
    },
    "destinations": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/SegmentDestination"
      }
    }
  },
  "required": [
    "name",
    "account",
    "type",
    "sourcePlatform"
  ]
}

Work with this as data

Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/linkedin-marketing-audience-dmp-segment-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.