Appearance
Fetch attribution metrics for a conversion destination
LinkedIn-only today. Returns conversion-attribution metrics (externalWebsiteConversions, externalWebsitePostClickConversions, externalWebsitePostViewConversions, conversionValueInLocalCurrency, qualifiedLeads, costInLocalCurrency) bucketed by date.
Date-range constraints (passed through from LinkedIn):
granularity=DAILYis retained for ~6 months onlygranularity=ALLwith a range > 6 months auto-rounds to month boundariesgranularity=MONTHLY/YEARLYretains 24 months
Throttle: LinkedIn caps adAnalytics at 45M metric values per 5-minute window across the calling token. Single-rule queries are well within that limit; surfaces as 429 if hit.
GET /v1/accounts/{accountId}/conversion-destinations/{destinationId}/metrics
LinkedIn-only today. Returns conversion-attribution metrics (externalWebsiteConversions, externalWebsitePostClickConversions, externalWebsitePostViewConversions, conversionValueInLocalCurrency, qualifiedLeads, costInLocalCurrency) bucketed by date.
Date-range constraints (passed through from LinkedIn):
granularity=DAILYis retained for ~6 months onlygranularity=ALLwith a range > 6 months auto-rounds to month boundariesgranularity=MONTHLY/YEARLYretains 24 months
Throttle: LinkedIn caps adAnalytics at 45M metric values per 5-minute window across the calling token. Single-rule queries are well within that limit; surfaces as 429 if hit.
Parameters
accountId(path, string) requireddestinationId(path, string) requiredadAccountId(query, string) requiredstartDate(query, string) requiredendDate(query, string)granularity(query, string)
Responses
200 — Metrics rows
platform(string) (enum: linkedinads)granularity(string) (enum: ALL, DAILY, MONTHLY, YEARLY)rows(array)
400 — Validation error or invalid date range.
401
403 — Ads add-on or LinkedIn reconnect required.
404 — Account or destination not found.
405 — Platform does not support metrics readback.
429 — LinkedIn analytics rate limit hit.