I was trying to get data from industry linkedin ads API. (version March 2023) 202303
Using this endpoint
GET https://api.linkedin.com/v2/industries?ids={id1}&ids={id2}&ids={id3}
The response structure is
{'result': [], 'errors': []}
The object in result is good, But object in errors
is
{'1187': {'message': 'Could not find standard industry for industry id: 1187}, 'status':404}
...
Then I try to find solution for this
https://learn.microsoft.com/en-us/linkedin/shared/references/reference-tables/industry-codes-v2
I found at ActiveNodes
1187 Wholesale Machinery
This 1187 still valid in active node. But it's doesn't return data from API.
So now i wonder why 1187
and some of industry ids couldn't return response.
It's still in ActiveNodes.
Anyone have solution for this?