x ads get targeting criterion
x_ads_get_targeting_criterionRetrieve a single targeting criterion by ID for an X Ads account. Use it to inspect or verify specific criteria, including soft-deleted ones, with localized names when requested.
Instructions
Get a single targeting criterion by ID Native X fields and pagination are preserved; monetary fields ending in _micro are millionths of the account currency.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| lang | No | BCP-47 language code; adds a localized_name response attribute for localizable criteria. | |
| account_id | Yes | X Ads account ID from X_ADS_ACCOUNT_IDS. | |
| with_deleted | No | Include the criterion even if soft-deleted (default false). | |
| targeting_criterion_id | Yes | Targeting criterion ID belonging to the selected X Ads account. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes | Original tool result: parsed JSON when the text is JSON, otherwise the text or multiple MCP content blocks. Provider fields depend on the selected query. |