{ "$schema": "https://json-schema.org/draft/2020-12/schema", "$id": "#/components/schemas/CreateANewConversionRequest", "title": "CreateANewConversionRequest", "type": "object", "example": { "name": "Conversion API Segment 5", "account": "urn:li:sponsoredAccount:{{sponsoredaccount_id}}", "conversionMethod": "CONVERSIONS_API", "postClickAttributionWindowSize": 90, "viewThroughAttributionWindowSize": 30, "attributionType": "LAST_TOUCH_BY_CAMPAIGN", "type": "LEAD" } }