简体   繁体   中英

How can I check Delivery Status of campaign on Facebook Marketing API

I'm doing a little app on Python about this. I was using the "effective_status" field but it shows just if it's paused or not, and I want to check if the campaign is running or not.

Thanks.

Effective_status gives you the effective status of this campaign. For Campaign object, effective_status value can be one of these

ACTIVE, PAUSED, DELETED, PENDING_REVIEW, DISAPPROVED, PREAPPROVED, PENDING_BILLING_INFO, CAMPAIGN_PAUSED, ARCHIVED, ADSET_PAUSED

If you read the effective_status field for adset level, it will tell you if the adset has CAMPAIGN_PAUSED or PAUSED.

EDIT: You will need to combine this field with end_time to determine whether the ad set is completed.

You can filter ads by ad-recommendation field. That can solve some of the delivery issues notifications and act as a delivery field in addition with effective_status field https://developers.facebook.com/docs/marketing-api/reference/ad-recommendation/

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