find_entity
Search for Reddit Ads entities by name fragment to obtain their ID, enabling subsequent operations with other tools.
Instructions
Find campaigns, ad groups, or ads by name (case-insensitive substring match). Use this to turn a human-readable name into an id before calling other tools. Prefer get_campaign, get_ad_group, or get_ad when you already have the id.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| query | Yes | Name fragment to search for. | |
| account_id | No | Ad account id. Falls back to REDDIT_ADS_ACCOUNT_ID. | |
| entity_type | No | Restrict the search to one type. Default: any. |