Not enough permissions to access: adCreativesV2.FINDER-search.20230101

oofman 20 Reputation points
2023-03-22T12:23:24.06+00:00

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.

Microsoft Advertising | Other
{count} vote

1 answer

Sort by: Most helpful
  1. Sumesh Chemmangattil 0 Reputation points
    2023-06-27T04:41:30.6866667+00:00

    Hi,

    Any solution found for this?

    0 comments No comments

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.