LinkedIn · Schema

AudienceInsight

AudienceInsight from LinkedIn API

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
segmentations array
groupedBy string Facet URN the insights are grouped by
View JSON Schema on GitHub

JSON Schema

linkedin-marketing-audience-insights-audience-insight-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-marketing-audience-insights-audience-insight-schema.json",
  "title": "AudienceInsight",
  "description": "AudienceInsight from LinkedIn API",
  "type": "object",
  "properties": {
    "segmentations": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/InsightSegmentation"
      }
    },
    "groupedBy": {
      "type": "string",
      "description": "Facet URN the insights are grouped by",
      "example": "urn:li:adTargetingFacet:interests"
    }
  }
}