Get reporting list
GET/ad-publishing/linkedin/reporting/list
Retrieve a list of LinkedIn campaigns or campaign groups with reporting data
Request
API Version
v3Location ID
List type
campaignGroupscampaignsadsCampaign ID
Campaign group ID
Start date in yyyy-mm-dd format
End date in yyyy-mm-dd format
Reporting fields. Pass as comma-separated values on the wire (e.g. ?fields=impressions,clicks).
clicksoneClickLeadscostInLocalCurrencyimpressionscostInUsdctrcpccpmcplexternalWebsitePostClickConversionsconversionRateMetrics per entity for the period. Identity fields vary with listType.
- application/json
- Schema
- Example (auto)
Schema
- Array [
- ]
Impressions
Clicks
Leads captured through a one-click lead form
Conversions recorded on an external site after a click
Click-through rate as a percentage, e.g. 1.40 means 1.40%. Null when it cannot be computed.
Cost per click in the account currency. Null when it cannot be computed.
Cost per thousand impressions. Null when it cannot be computed.
Cost per lead. Null when it cannot be computed.
Conversion rate as a percentage. Null when it cannot be computed.
URNs of the entity this row is pivoted on — a sponsored account, campaign group or creative depending on the request. This is not the time bucket; that is carried by dateStart/dateEnd.
First day covered by the row
Last day covered by the row
Spend in USD. Returned as a string on grouped rows, unlike in totals, and at full source precision — e.g. 899.99999999999988713. Parse as a decimal rather than a float.
Spend in the account currency. Returned as a string on grouped rows, unlike in totals, and at full source precision. Parse as a decimal rather than a float.
Stored record id, as _id rather than id
Entity name
Publishing status
LinkedIn campaign group id. Present when listType is campaignGroups.
Parent ad campaign record id. Present when listType is ads.
LinkedIn creative id. Present when listType is ads.
Name of the parent campaign. Present when listType is ads.
[
{
"impressions": 15230,
"clicks": 214,
"oneClickLeads": 8,
"externalWebsitePostClickConversions": 6,
"ctr": 1.4,
"cpc": 0.66,
"cpm": 9.35,
"cpl": 17.79,
"conversionRate": 3.74,
"pivotValues": [
"urn:li:sponsoredAccount:509444880"
],
"dateStart": "2026-07-01",
"dateEnd": "2026-07-31",
"costInUsd": "576.049999999999648674",
"costInLocalCurrency": "576.05000000000014868",
"_id": "693c9998ce9aa51d56fa2c7a",
"name": "Q3 demand generation",
"publishingStatus": "PAUSED",
"adCampaignGroupId": "807183436",
"adCampaignId": "693c99a8682f9414fbd27580",
"adId": "994458886",
"campaignName": "48 hours leads"
}
]