LinkedIn · JSON Structure

Linkedin Marketing Audience Insights Audience Insight Structure

AudienceInsight from LinkedIn API

Type: object Properties: 2
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

segmentations groupedBy

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-insights-audience-insight-structure.json",
  "name": "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"
    }
  }
}