LinkedIn · Schema

AdvertiserTransparencyRequest

AdvertiserTransparencyRequest from LinkedIn API

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
sponsoredAccountId string The unique identifier for the sponsored account
month integer The month for transparency data in YYYYMM format
View JSON Schema on GitHub

JSON Schema

linkedin-regulatory-ads-transparency-advertiser-transparency-request-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-regulatory-ads-transparency-advertiser-transparency-request-schema.json",
  "title": "AdvertiserTransparencyRequest",
  "description": "AdvertiserTransparencyRequest from LinkedIn API",
  "type": "object",
  "properties": {
    "sponsoredAccountId": {
      "type": "string",
      "description": "The unique identifier for the sponsored account",
      "example": "123456789"
    },
    "month": {
      "type": "integer",
      "description": "The month for transparency data in YYYYMM format",
      "example": 202312
    }
  }
}