admin管理员组文章数量:1320661
There is a data mismatch in the API response for the API "anizationPageStatistics" when using two different versions (202401 and 202411). Previously, I was receiving the equivalent valid data in the 202411 version as well intermittently. Now, only the empty data is returned for 'pageStatisticsByGeoCountry' and 'pageStatisticsByGeo'. I have not added any time-based parameters in both versions of the APIs. I have attached the screenshots for reference.
202411 Version
202401 Version
I tried the latest version (202411) API of "anizationPageStatistics."The data received for 'pageStatisticsByCountry' and 'pageStatisticsByRegion' is incorrect, or I did not receive any data at all. Similarly, in the old version (202401) API of "anizationPageStatistics," I am receiving the correct data for 'pageStatisticsByCountry' and 'pageStatisticsByRegion,' which are equivalent data of 'pageStatisticsByCountry' and 'pageStatisticsByRegion' present in the latest version. I was expecting the same value in the latest version of the API as well. Why is it different in the newer version?
Am I missing something or is this an issue?
202411 Version
{
"paging": {
"start": 0,
"count": 10,
"links": []
},
"elements": [
{
"pageStatisticsByIndustryV2": [],
"pageStatisticsBySeniority": [],
"anization": "urn:li:anization:53510080",
"pageStatisticsByGeoCountry": [],
"pageStatisticsByTargetedContent": [],
"totalPageStatistics": {
"views": {
** Masked **
}
},
"pageStatisticsByStaffCountRange": [],
"pageStatisticsByFunction": [],
"pageStatisticsByGeo": []
}
]
}
2020401 Version
{
"paging": {
"start": 0,
"count": 10,
"links": []
},
"elements": [
{
"pageStatisticsBySeniority": [],
"pageStatisticsByCountry": [
{
"country": "urn:li:country:br",
"pageStatistics": {
"views": {
** Masked **
}
}
},
{
"country": "urn:li:country:mx",
"pageStatistics": {
"views": {
** Masked **
}
}
},
{
"country": "urn:li:country:ru",
"pageStatistics": {
"views": {
** Masked **
}
}
},
{
"country": "urn:li:country:us",
"pageStatistics": {
"views": {
** Masked **
}
}
}
],
"pageStatisticsByIndustry": [
{
"pageStatistics": {
"views": {
** Masked **
}
},
"industry": "urn:li:industry:27"
},
{
"pageStatistics": {
"views": {
** Masked **
}
},
"industry": "urn:li:industry:92"
},
{
"pageStatistics": {
"views": {
** Masked **
}
},
"industry": "urn:li:industry:96"
}
],
"anization": "urn:li:anization:53510080",
"pageStatisticsByTargetedContent": [],
"totalPageStatistics": {
"views": {
** Masked **
}
},
"pageStatisticsByStaffCountRange": [],
"pageStatisticsByFunction": [],
"pageStatisticsByRegion": [
{
"region": "urn:li:region:436",
"pageStatistics": {
"views": {
** Masked **
}
}
},
{
"region": "urn:li:region:5947",
"pageStatistics": {
"views": {
** Masked **
}
}
},
{
"region": "urn:li:region:6034",
"pageStatistics": {
"views": {
** Masked **
}
}
},
{
"region": "urn:li:region:7463",
"pageStatistics": {
"views": {
** Masked **
}
}
}
]
}
]
}
版权声明:本文标题:Data mismatch in different versions of 'organizationPageStatistics' LinkedIn POST API - Stack Overflow 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1742064177a2418733.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论