LinkedIn · Schema

InsightSegmentation

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
entityCount integer Number of members matching this segment
entityPercentage integer Percentage of audience matching this segment
value string URN of the segment value
View JSON Schema on GitHub

JSON Schema

linkedin-insightsegmentation-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/InsightSegmentation",
  "title": "InsightSegmentation",
  "type": "object",
  "properties": {
    "entityCount": {
      "type": "integer",
      "description": "Number of members matching this segment",
      "example": 4900000
    },
    "entityPercentage": {
      "type": "integer",
      "description": "Percentage of audience matching this segment",
      "example": 89
    },
    "value": {
      "type": "string",
      "description": "URN of the segment value",
      "example": "urn:li:interest:71363"
    }
  }
}