LinkedIn · JSON Structure

Linkedin Marketing Audience Segment Destination Structure

SegmentDestination from LinkedIn API

Type: object Properties: 1
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

destination

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-segment-destination-structure.json",
  "name": "SegmentDestination",
  "description": "SegmentDestination from LinkedIn API",
  "type": "object",
  "properties": {
    "destination": {
      "type": "string",
      "enum": [
        "LINKEDIN"
      ],
      "description": "Destination platform",
      "example": "LINKEDIN"
    }
  }
}