LinkedIn · JSON Structure

Linkedin Regulatory Ads Transparency Advertiser Transparency Request Structure

AdvertiserTransparencyRequest from LinkedIn API

Type: object Properties: 2
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

AdvertiserTransparencyRequest 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

sponsoredAccountId month

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