Number of APIs: 4
You must apply for access to the LinkedIn Advertising APIs in order to gain access to these APIs. See the Developer Platform on how to apply. LinkedIn's Reporting & ROI APIs enable you to leverage LinkedIn marketing data to automate internal reporting and gain valuable insights. Partners can integrate LinkedIn data into their solutions to retrieve performance data, targeting information, audience insights, and much more. This collection aims to focus on different Reporting & ROI use cases and should be used with the reporting-roi-env-versioning environment. --All requests for the Reporting & ROI API collection are in the Restli 2.0 format-- AuthorizationOAuth 2.0
GET {{baseUrl}}/adAnalytics?q=analytics&dateRange=(start:(day:1,month:1,year:2023),end:(day:30,month:3,year:2023))&timeGranularity=MONTHLY&accounts=List(urn%3Ali%3AsponsoredAccount%3A{{sponsoredaccount_id}})&pivot=MEMBER_COMPANY&fields=impressions,approximateUniqueImpressions,clicks,landingPageClicks,totalEngagements,likes,comments,follows,shares,externalWebsiteConversions,pivotValue,dateRange&projection=(*,elements*(*,approximateUniqueImpressions, pivotValue~(vanityName,localizedName,localizedWebsite)))
This API pull the analytics data by slicing it through the member company with name and website projection.
GET {{baseUrl}}/adAnalytics?q=analytics&pivot=MEMBER_JOB_TITLE&dateRange=(start:(day:1,month:1,year:2022),end:(day:31,month:12,year:2022))&timeGranularity=(value:ALL)&accounts=List(urn%3Ali%3AsponsoredAccount%3A{{sponsoredAccount}})&fields=externalWebsiteConversions,pivotValues,impressions,clicks,totalEngagements,oneClickLeads,costInLocalCurrency,costInUsd,dateRange,conversionValueInLocalCurrency
GET {{baseUrl}}/adAnalytics?q=analytics&pivot=MEMBER_COMPANY&dateRange=(start:(day:1,month:1,year:2022),end:(day:31,month:12,year:2022))&timeGranularity=(value:ALL)&accounts=List(urn%3Ali%3AsponsoredAccount%3A{{sponsoredaccount_id}})&fields=pivotValues,impressions,totalEngagements
GET {{baseUrl}}/adAnalytics?q=analytics&pivot=MEMBER_COMPANY_SIZE&dateRange=(start:(day:1,month:1,year:2022),end:(day:31,month:12,year:2022))&timeGranularity=(value:ALL)&accounts=List(urn%3Ali%3AsponsoredAccount%3A{{sponsoredAccount}})&fields=externalWebsiteConversions,pivotValues
ENDPOINTS