facebook ads api - FB Ads API status , effective_status and the ads actual status -


from ads api doc says

effective_status enum {active, paused, deleted, pending_review, disapproved, preapproved, pending_billing_info, campaign_paused, archived, adset_paused} effective status of ad. status effective either because of own status, or status of parent units.

status enum {active, paused, deleted, archived} configured status of ad. field returns same value 'configured_status', , suggested 1 use.

but, problem unless advertiser actively stops or pauses or deletes advert or campaign ad's status (as far can see in aforementioned cases) active. wrong?

secondly, know column on ads manager interface called "delivery" is? has values "completed" , "not delivering" etc.

is there way can information api?

the field called 'delivery' in facebook's ui not single field returned ui, based on examining status, start/end dates, etc of ads–you replicate examining ads , parent objects.

i'm not sure understand you're saying "configured , effective status": if ad paused, both effective , configured status should paused. if, example, ad's ad set set paused, ad's configured status remain active effective status adset_paused.


Comments

Popular posts from this blog

magento2 - Magento 2 admin grid add filter to collection -

Android volley - avoid multiple requests of the same kind to the server? -

Combining PHP Registration and Login into one class with multiple functions in one PHP file -