I was able to fetch all the fields those are mentioned in the above API. But, if I try to get reach, frequency and leads fields it is throwing an error. The same fields we can see in the Linkedin Campaign manager exported reports.
Error Content:
{
"serviceErrorCode": 100,
"message": "not enough permissions to access field reach for GET-analytics /adAnalyticsV2",
"status": 403
}
Is there any way to fetch the LinkedIn Campaign export report using Python API call. Or, the solution to resolve the above problem.
I tried using another API, it is also throwing the same error.
{
"serviceErrorCode": 100,
"message": "not enough permissions to access field reach for GET-statistics /adAnalyticsV2",
"status": 403
}