admin管理员组文章数量:1296465
I'm working with the Meta Marketing API to retrieve insights for campaigns, ad sets, and ads. However, when I make a request to the following endpoint:
.0/{entity_ids[i]}/insights?
I consistently receive the following error response:
{
"error": {
"message": "Invalid parameter",
"type": "OAuthException",
"code": 100,
"error_subcode": 3699001,
"is_transient": false,
"error_user_title": "Attribut indisponible",
"error_user_msg": "Cet attribut n’est pas encore disponible pour vous",
"fbtrace_id": "AoLUSTRB7wFmPwsBdr98xdN"
}
}
What I have checked so far:
- My access token has the required permissions
email, read_insights, pages_show_list, ads_management, ads_read, instagram_basic, leads_retrieval, attribution_read, pages_read_engagement, pages_read_user_content, public_profile
. - My app is live and approved for the necessary permissions.
- I am using the correct API version and valid campaign/adset/ad IDs.
- When calling
/v21.0/act_{ad_account_id}/insights
it works - I tried using ad account from other business and it works perfectly fine.
Questions:
- What could cause this specific error code 100 with subcode 3699001 when calling the Insights API?
- Could this be related to Meta’s data availability policies, such as recent accounts not having insights access?
I went through all possible documentation / stackoverflow question without success.Any help would be greatly appreciated! Thanks.
本文标签:
版权声明:本文标题:facebook - Meta Marketing API: "Invalid Parameter" error (code 100, subcode 3699001) when fetching insights - 内容由网友自发贡献,该文观点仅代表作者本人, 转载请联系作者并注明出处:http://www.betaflare.com/web/1741638821a2389793.html, 本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌抄袭侵权/违法违规的内容,一经查实,本站将立刻删除。
发表评论