我无法获取有关自定义受众的更多信息。我正在设置我从第一个请求中获得的 id,但我需要更多信息。
我使用java代码:
APINodeList<CustomAudience> customAudiences = CustomAudience.fetchByIds(Collections.singletonList(customAudience.getId()),
Arrays.asList(CustomAudience.APIRequestGet.FIELDS), apiContext);
我得到:
com.facebook.ads.sdk.APIException$FailedRequestException: {"error":{"message":"(#100) Policy ID is not available for Ad Account.","type":"OAuthException","code":100,"fbtrace_id":"--------"}}
当我使用 facebook Graph Explorer 时,我遇到了同样的错误。
当我将 facebook api 升级到 v3.2 旧版本时,我遇到了这个问题。