facebook / facebook-java-business-sdk

Java SDK for Meta Marketing APIs
https://developers.facebook.com/docs/business-sdk
Other
393 stars 324 forks source link

can not get AdCreativeInsights from sdk #431

Open luo-shicheng opened 1 year ago

luo-shicheng commented 1 year ago

Which SDK version are you using?

What's the issue?

Steps/Sample code to reproduce the issue

Observed Results:

Expected Results:

luo-shicheng commented 1 year ago

when I use the SDK whose version is v16.0 to get AdCreativeInsights, it resonsed the result

{"error":{"message":"(#100) Tried accessing nonexisting field (creative_insights) on node type (AdCreative)","type":"OAuthException","code":100,"fbtrace_id":"A_PuUwZIh7zGihgAgTXT_Sz"}}

the demo code is shown in the picture 1690015681635

at the same time , i used the example in facebook document to get AdCreativeInsights but its responese is similar with the result from sdk

image

please tell me how to get AdCreativeInsights from sdk or other paths, thanks