Hello,
I have authenticated my LinkedIn account to access the LinkedIn Organizational and Analytics API. While generating the access token I used r_organizational_social, rw_organizational_admin and r_ads scope. With the generated access token when I hit the below 2 endpoints then it works
https://api.linkedin.com/v2/organizationalEntityFollowerStatistics
https://api.linkedin.com/v2/organizationPageStatistics
But when I use the same access token to hit the analytics endpoint https://api.linkedin.com/v2/adAnalyticsV2 it says "Not enough permissions to access: GET-analytics /adAnalyticsV2" even though i have used the correct scope for accessing Ads api while generating the access token.
Can someone guide on this?
Appreciate your time and help
Thanks.