Get Meta Ad Set by ID
meta_ads_get_adset_by_idFetch detailed information about a specific Meta ad set, including targeting, budget, optimization goal, and status, by providing the ad set ID.
Instructions
Retrieve detailed information about a specific Meta ad set.
Args:
adset_id (string): Ad set ID, e.g., '23843211234567'
fields (string[]): Fields per ad set. Common: id, name, account_id, campaign_id, status, effective_status, daily_budget, lifetime_budget, budget_remaining, bid_amount, bid_strategy, billing_event, optimization_goal, targeting, start_time, end_time, created_time, updated_time, pacing_type, destination_type
Returns: Object with the requested ad set fields.
Examples:
Use when: "Get the targeting and budget for ad set 23843211234567"
Use when: "What is the optimization goal and status of this ad set?"
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| adset_id | Yes | Ad set ID, e.g., '23843211234567' | |
| fields | No | List of specific fields to retrieve. If omitted, default fields are returned |