Appearance
Fetch a single conversion destination
LinkedIn-only today. Returns the full destination record for one conversion rule. The adAccountId query parameter is required because LinkedIn rules are scoped to a sponsored ad account.
GET /v1/accounts/{accountId}/conversion-destinations/{destinationId}
LinkedIn-only today. Returns the full destination record for one conversion rule. The adAccountId query parameter is required because LinkedIn rules are scoped to a sponsored ad account.
Parameters
accountId(path, string) requireddestinationId(path, string) requiredadAccountId(query, string) required — Numeric ID or fullurn:li:sponsoredAccount:{id}URN.
Responses
200 — Destination fetched
platform(string) (enum: linkedinads)destination($ref)
400 — Validation error.
401
403 — Ads add-on or LinkedIn reconnect required.
404 — Account or destination not found.
405 — Platform does not support fetching a single destination.
429 — LinkedIn rate limit hit. Retry with backoff.