Appearance
List campaigns associated with a conversion destination
LinkedIn-only today. Returns the campaigns currently associated with this conversion rule. Note that auto-association on rule creation runs once at create time; campaigns created after the rule still need explicit association.
GET /v1/accounts/{accountId}/conversion-destinations/{destinationId}/associations
LinkedIn-only today. Returns the campaigns currently associated with this conversion rule. Note that auto-association on rule creation runs once at create time; campaigns created after the rule still need explicit association.
Parameters
accountId(path, string) requireddestinationId(path, string) requiredadAccountId(query, string) required
Responses
200 — Associations listed
platform(string) (enum: linkedinads)associations(array)
400 — Validation error.
401
403 — Ads add-on or LinkedIn reconnect required.
404 — Account or destination not found.
405 — Platform does not support associations.
429 — LinkedIn rate limit hit. Retry with backoff.