Hi,
Any solution found for this?
This browser is no longer supported.
Upgrade to Microsoft Edge to take advantage of the latest features, security updates, and technical support.
I'm busy integrating LinkedIn's Versioned Rest API, I'm working in the Campaign Management
and I'm trying to retrieve basic stats on my Creatives ie: Likes, Impressions, Clicks.
The work is based of the Documentation's Postman link: https://www.postman.com/linkedin-developer-apis/workspace/linkedin-marketing-solutions-versioned-apis/request/17563548-8bbc86a6-5467-4ed7-8c46-f8b1709d9997
I have the following permissions:
'r_liteprofile','rw_organization_admin','r_organization_social','rw_ads','r_ads_reporting'
Headers:
"headers": {
"X-Restli-Protocol-Version": "2.0.0",
"LinkedIn-Version": "202301",
"Content-Type": "application/json"
"Authorization": {{AccessToken}}
},
Why would the adCreative endpoints not be working working ?
Endpoints:
Works as expected: GET: https://api.linkedin.com/rest/adCampaignGroups?q=search
Works as expected: GET: https://api.linkedin.com/rest/adCampaigns?q=search
Works as expected: GET: https://api.linkedin.com/rest/adCampaigns/{{adCampaignId}}
Error: GET: https://api.linkedin.com/rest/adCreatives?q=search
{"status":403,"serviceErrorCode":100,"code":"ACCESS_DENIED","message":"Not enough permissions to access: adCreativesV2.FINDER-search.20230101"}'
Error: GET https://api.linkedin.com/rest/adCreatives/{{adCreativeId}}
"Not enough permissions to access: adCreativesV2.GET.20230101"
PS: I have checked that the user I'm logging in with has the correct permissions, and that the LinkedIn app I'm working with has access to the correct permissions as well.
Hi,
Any solution found for this?