Meta Ads / API Reference
meta_ads_update_adset_targeting
Meta Ads tool. Update targeting, scheduling, and delivery settings for an existing ad set. All parameters are optional — only provided fields are updated. Args: adset_id: The ad set ID to update (required). targeting: JSON targeting spec. Example: '{"age_min":30,"age_max":55,"genders":[2],"geo_locations":{"countries":["IL"]}}' frequency_control_specs: JSON array to cap frequency. Example: '[{"event":"IMPRESSIONS","interval_days":7,"max_frequency":3}]' attribution_spec: JSON array for attribution windows. Example: '[{"event_type":"CLICK_THROUGH","window_days":7}]' pacing_type: standard or no_pacing (for dayparting use day_parting). destination_type: WEBSITE, MESSENGER, WHATSAPP, INSTAGRAM_DIRECT, ON_AD. adset_schedule: JSON dayparting schedule (requires lifetime_budget on the adset). Example: '[{"start_minute":480,"end_minute":1200,"days":[1,2,3,4,5],"timezone_type":"USER"}]' daily_min_spend_target: Soft spend floor in cents for CBO campaigns. daily_spend_cap: Hard spend ceiling in cents for CBO campaigns. advantage_audience: Set True to enable Advantage+ AI audience automation. status: ACTIVE, PAUSED, DELETED, or ARCHIVED. name: New name for the ad set.
This is a write tool: it updates adset targeting in your Meta Ads account. Claude asks you to confirm before it runs.
Ask Claude
You do not call this tool yourself. Ask for the outcome and the client picks the tool:
Update adset targeting in my Meta Ads account for [adset id].
It takes 1 required and 11 optional parameters.
Parameters
| Parameter | Type | Required | Description |
|---|---|---|---|
adset_id | string | Yes | Adset Id |
targeting | string | No | Targeting |
frequency_control_specs | string | No | Frequency Control Specs |
attribution_spec | string | No | Attribution Spec |
pacing_type | string | No | Pacing Type |
destination_type | string | No | Destination Type |
adset_schedule | string | No | Adset Schedule |
daily_min_spend_target | string | No | Daily Min Spend Target |
daily_spend_cap | string | No | Daily Spend Cap |
advantage_audience | boolean | No | Advantage Audience |
status | string | No | Status |
name | string | No | Name |
Related Meta Ads tools
meta_ads_update_adset_budgetmeta_ads_update_admeta_ads_update_ad_creativemeta_ads_update_audiencemeta_ads_update_automated_rulemeta_ads_update_budget
Before you can call it
This tool needs a connected Meta Ads account. The Meta Ads connect guide covers the OAuth flow and the permissions it asks for, and the quickstart gets a client talking to the server in about five minutes.
Workflows that use this
Rather than calling tools one at a time, these skills run a whole procedure against the same account: