LinkedIn · Schema

AdTargetingEntity

AdTargetingEntity from LinkedIn API

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
name string Display name of the entity
urn string URN identifier for the entity
facetUrn string URN of the parent facet
View JSON Schema on GitHub

JSON Schema

linkedin-marketing-audience-insights-ad-targeting-entity-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-ad-targeting-entity-schema.json",
  "title": "AdTargetingEntity",
  "description": "AdTargetingEntity from LinkedIn API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Display name of the entity",
      "example": "United States"
    },
    "urn": {
      "type": "string",
      "description": "URN identifier for the entity",
      "example": "urn:li:geo:103644278"
    },
    "facetUrn": {
      "type": "string",
      "description": "URN of the parent facet",
      "example": "urn:li:adTargetingFacet:locations"
    }
  },
  "required": [
    "name",
    "urn",
    "facetUrn"
  ]
}