Linkedin Ads API 无法正确提供行业数据

问题描述 投票:0回答:1

我试图从行业linkedin广告API获取数据。 (2023 年 3 月版)

202303
使用此端点

GET https://api.linkedin.com/v2/industries?ids={id1}&ids={id2}&ids={id3}

响应结构是

{'result': [], 'errors': []}

结果中的对象是好的,但是

errors
中的对象是

{'1187': {'message': 'Could not find standard industry for industry id: 1187}, 'status':404}
...

然后我尝试寻找解决方案 https://learn.microsoft.com/en-us/linkedin/shared/references/reference-tables/industry-codes-v2 我发现在

ActiveNodes

1187 Wholesale Machinery    

这个1187在活跃节点仍然有效。但它不会从 API 返回数据。

所以现在我想知道为什么

1187
和一些行业ID无法返回响应。 它仍然在 ActiveNodes 中。

有人有解决办法吗?

linkedin-api social-networking social-media ads-api
1个回答
0
投票

我在上面的 API 文档中找到了这个。它仅涵盖父母骨灰盒 ID。 无法找到或搜索任何子 ID。

如果您想从 ids 获取数据(在本例中 id 值 > 150) 您可能会从此资源中找到此内容

https://learn.microsoft.com/en-us/linkedin/shared/references/v2/standardized-data/industrytaxonomyversions

© www.soinside.com 2019 - 2024. All rights reserved.