Skip to Content
Tool referenceGet delivery estimate

Get delivery estimate (adsap_get_delivery_estimate)

Platform: Meta · Read or write: Read · Plan: All plans · Consumes a task: No · Preview supported: No

What it does

Asks Meta for a delivery estimate for a proposed audience and optimization goal. It returns estimated daily reach, outcome ranges, and an audience size label on a five-step scale from too narrow to broadest. Add a daily budget to make the estimate budget-constrained. Use it to sanity-check targeting before you build an ad set.

Parameters

Descriptions are shortened from the tool schema. Your assistant sees the full text.

NameTypeRequiredDescription
ad_account_idstringYesMust include act_ prefix.
targeting_specobjectYesTargeting specification. Must include at least countries.
targeting_spec.countriesarray of stringYesISO 3166-1 alpha-2 codes (e.g. [‘FR’, ‘DE’]).
targeting_spec.age_minnumberNo
targeting_spec.age_maxnumberNo
targeting_spec.gendersarray of numberNo[0]=all, [1]=male, [2]=female.
targeting_spec.interestsarray of objectNo
targeting_spec.behaviorsarray of objectNo
targeting_spec.localesarray of numberNo
optimization_goalone of OFFSITE_CONVERSIONS, LINK_CLICKS, IMPRESSIONS, REACH, LANDING_PAGE_VIEWS, LEAD_GENERATION, VALUE, APP_INSTALLSYesOptimization goal for the estimate.
daily_budgetnumberNoDaily budget in cents. If provided, estimates are budget-constrained.
promoted_objectobjectNoRequired for conversion goals. E.g. { pixel_id: ‘123’, custom_event_type: ‘Purchase’ }.
promoted_object.pixel_idstringNo
promoted_object.custom_event_typestringNo
promoted_object.page_idstringNo
promoted_object.application_idstringNo
promoted_object.object_store_urlstringNo

Example prompts

  • “How many people could I reach per day targeting women 25 to 44 in France, optimizing for purchases?”
  • “Is an audience of US yoga interests too narrow for a lead campaign?”
  • “Estimate reach for this targeting with 50 euros a day.”

Notes

Conversion goals need a promoted object, such as a pixel and an event. The targeting must include at least one country.

Guide

Read Audiences and targeting for the workflow around this tool, and the Tool reference for every tool.

Last updated on