LinkedIn · JSON Structure

Linkedin Marketing Conversions Stream Multiple Conversion Events Response200 Structure

StreamMultipleConversionEventsResponse200 from LinkedIn API

Type: object Properties: 1
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

elements

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-conversions-stream-multiple-conversion-events-response200-structure.json",
  "name": "StreamMultipleConversionEventsResponse200",
  "description": "StreamMultipleConversionEventsResponse200 from LinkedIn API",
  "type": "object",
  "properties": {
    "elements": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "status": {
            "type": "int32"
          }
        }
      }
    }
  }
}