LinkedIn · Schema

CreateANewConversionResponse201

BusinessCareersMarketingProfessional NetworkingRecruitingSocial MediaFortune 1000

Properties

Name Type Description
postClickAttributionWindowSize integer
conversionMethod string
viewThroughAttributionWindowSize integer
created integer
type string
enabled boolean
associatedCampaigns array
campaigns array
name string
id integer
lastModified integer
attributionType string
urlRules array
account string
View JSON Schema on GitHub

JSON Schema

linkedin-createanewconversionresponse201-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "#/components/schemas/CreateANewConversionResponse201",
  "title": "CreateANewConversionResponse201",
  "type": "object",
  "properties": {
    "postClickAttributionWindowSize": {
      "type": "integer",
      "example": 42
    },
    "conversionMethod": {
      "type": "string",
      "example": "example_value"
    },
    "viewThroughAttributionWindowSize": {
      "type": "integer",
      "example": 42
    },
    "created": {
      "type": "integer",
      "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": "integer",
      "example": 42
    },
    "lastModified": {
      "type": "integer",
      "example": 42
    },
    "attributionType": {
      "type": "string",
      "example": "example_value"
    },
    "urlRules": {
      "type": "array",
      "items": {}
    },
    "account": {
      "type": "string",
      "example": "example_value"
    }
  }
}