简体   繁体   中英

Facebook graph API can't break down by asset

I'm trying to get a breakdown at image and video asset level with Facebook graph API, but whenever I add image_asset or video_asset the response becomes empty, is there anything I am doing wrong or is there some API limitation I should know about? I can't find anything in the docs:

邮递员请求截图

With country breakdown it works fine but when I switch to image_asset or video_asset I get a response like this:

    {
        "data": []
    }

After discussing with FB we have solved a similar issue on our end. Perhaps it is the same for you: It can happen that a campaign in settings has 'dynamic creatives' turned off - in this case no data will be returned by the dynamic creative breakdown (as there is no data), but other breakdowns will provide data, which seems like it is the case for you. You can solve it by just retrieving ad data and then getting the creative data you need related to this ad. Hope this helps!

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM