LinkedIn · JSON Structure

Linkedin Marketing Conversions Create A New Conversion Response201 Structure

CreateANewConversionResponse201 from LinkedIn API

Type: object Properties: 14
BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

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

Properties

postClickAttributionWindowSize conversionMethod viewThroughAttributionWindowSize created type enabled associatedCampaigns campaigns name id lastModified attributionType urlRules account

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-create-a-new-conversion-response201-structure.json",
  "name": "CreateANewConversionResponse201",
  "description": "CreateANewConversionResponse201 from LinkedIn API",
  "type": "object",
  "properties": {
    "postClickAttributionWindowSize": {
      "type": "int32",
      "example": 42
    },
    "conversionMethod": {
      "type": "string",
      "example": "example_value"
    },
    "viewThroughAttributionWindowSize": {
      "type": "int32",
      "example": 42
    },
    "created": {
      "type": "int32",
      "example": 42
    },
    "type": {
      "type": "string",
      "example": "example_value"
    },
    "enabled": {
      "type": "boolean",
      "example": true
    },
    "associatedCampaigns": {
      "type": "array",
      "items": {}
    },
    "campaigns": {
      "type": "array",
      "items": {}
    },
    "name": {
      "type": "string",
      "example": "Example Name"
    },
    "id": {
      "type": "int32",
      "example": 42
    },
    "lastModified": {
      "type": "int32",
      "example": 42
    },
    "attributionType": {
      "type": "string",
      "example": "example_value"
    },
    "urlRules": {
      "type": "array",
      "items": {}
    },
    "account": {
      "type": "string",
      "example": "example_value"
    }
  }
}