LinkedIn · Schema

AudienceInsight

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-audienceinsight-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/AudienceInsight",
  "title": "AudienceInsight",
  "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"
    }
  }
}