By Member Company with name & website projection

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.

Request Params

KeyDatatypeRequiredDescription
qstring
dateRangestring
timeGranularitystring
accountsstring
pivotstring
fieldsstring
projectionstring

HEADERS

KeyDatatypeRequiredDescription
LinkedIn-Versionstring
X-Restli-Protocol-Versionstring
Authorizationstring

RESPONSES

status: OK

{"paging":{"count":10,"start":0,"links":[]},"elements":[{"pivotValue":"urn:li:organization:123","comments":0,"dateRange":{"start":{"month":1,"year":2020,"day":1},"end":{"month":1,"year":2020,"day":31}},"landingPageClicks":49,"follows":0,"impressions":3318,"shares":0,"externalWebsiteConversions":0,"pivotValue~":{"vanityName":"linkedin","localizedName":"LinkedIn","localizedWebsite":"https://careers.linkedin.com"},"clicks":128,"totalEngagements":332,"approximateUniqueImpressions":0,"likes":15},{"pivotValue":"urn:li:organization:345","comments":0,"dateRange":{"start":{"month":1,"year":2020,"day":1},"end":{"month":1,"year":2020,"day":31}},"landingPageClicks":0,"follows":0,"impressions":13,"shares":0,"externalWebsiteConversions":0,"pivotValue~":{"vanityName":"wonderlandpay","localizedName":"Wonderlandpay Ltd.","localizedWebsite":"http://www.wonderlandpay.com/"},"clicks":0,"totalEngagements":0,"approximateUniqueImpressions":0,"likes":0},{"pivotValue":"urn:li:organization:456","comments":0,"dateRange":{"start":{"month":1,"year":2020,"day":1},"end":{"month":1,"year":2020,"day":31}},"landingPageClicks":0,"follows":0,"impressions":12,"shares":0,"externalWebsiteConversions":0,"pivotValue~":{"vanityName":"czenyu","localizedName":"Czenyu","localizedWebsite":"http://www.czenyu.com"},"clicks":0,"totalEngagements":0,"approximateUniqueImpressions":0,"likes":0}]}