> ## Documentation Index
> Fetch the complete documentation index at: https://docs.markifact.com/llms.txt
> Use this file to discover all available pages before exploring further.

# List Bid Strategies

> List the portfolio (shared) bid strategies of a Microsoft Ads account with their type, targets and how many campaigns use each

List the portfolio (shared) bid strategies of a Microsoft Ads account with their type, targets and how many campaigns use each.

|                      |                                     |
| -------------------- | ----------------------------------- |
| **App**              | Microsoft Ads                       |
| **Operation ID**     | `microsoft_ads_list_bid_strategies` |
| **Type**             | Action                              |
| **Connection**       | `microsoft_ads` (required)          |
| **Credits per run**  | 1                                   |
| **Agent / MCP tool** | Yes                                 |

## Inputs

| Field     | Type                                                                      | Required | Default | Description                                                                       |
| --------- | ------------------------------------------------------------------------- | -------- | ------- | --------------------------------------------------------------------------------- |
| `account` | object or array of object or MicrosoftAdsAccountItem or string or integer | Yes      | -       | Select the Microsoft Ads account whose portfolio (shared) bid strategies to list. |

### MicrosoftAdsAccountItem

| Field        | Type   | Required | Default | Description                                                                                                     |
| ------------ | ------ | -------- | ------- | --------------------------------------------------------------------------------------------------------------- |
| `value`      | string | Yes      | -       |                                                                                                                 |
| `label`      | string | Yes      | -       |                                                                                                                 |
| `customerId` | string | No       | -       | The Microsoft Ads customer ID used for REST CustomerId headers. If omitted, it is resolved from the account ID. |

## Output

**Type**: `List[Dict]`

Returns the portfolio bid strategies, each with bid\_strategy\_id, name, bidding\_strategy\_type, targets, associated\_campaign\_type and association\_count.

**Fields**: `bid_strategy_id`, `name`, `bidding_strategy_type`, `max_cpc`, `target_cpa`, `target_roas`, `target_impression_share`, `target_ad_position`, `associated_campaign_type`, `association_count`, `currency_code`
