admin管理员组

文章数量:1389874

I am trying to make a Graph API call on Meta to set the bid adjustment / bid multiplier values for my ad set, to add location and age targeting. But I get the following error:

{
  "error": {
    "message": "(#3) Application does not have the capability to make this API call.",
    "type": "OAuthException",
    "code": 3
  }
}

What permissions should I be requesting for the app to enable this? The app is in Live mode and has the default permissions with standard access.

Thanks

本文标签: MetaFacebook Marketing (Graph) API call errorStack Overflow