LinkedIn · Schema
CreateANewConversionResponse201
CreateANewConversionResponse201 from LinkedIn API
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 |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/linkedin/refs/heads/main/json-schema/linkedin-marketing-conversions-create-a-new-conversion-response201-schema.json",
"title": "CreateANewConversionResponse201",
"description": "CreateANewConversionResponse201 from LinkedIn API",
"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"
}
}
}