> ## 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.

# Assign Portfolio Bidding Strategy

> Assigns a portfolio bidding strategy to one or more Google Ads campaigns

Assigns a portfolio bidding strategy to one or more Google Ads campaigns

|                       |                                          |
| --------------------- | ---------------------------------------- |
| **App**               | Google Ads                               |
| **Operation ID**      | `gads_assign_portfolio_bidding_strategy` |
| **Type**              | Action                                   |
| **Connection**        | `gads` (required)                        |
| **Credits per run**   | 1                                        |
| **Agent / MCP tool**  | Yes                                      |
| **Requires approval** | Yes (write operation)                    |

## Inputs

| Field                 | Type                                                              | Required | Default | Description                                                                                              |
| --------------------- | ----------------------------------------------------------------- | -------- | ------- | -------------------------------------------------------------------------------------------------------- |
| `account`             | GadsAccountItem or object or array of object or string or integer | Yes      | -       | Select the Google Ads account                                                                            |
| `bidding_strategy_id` | string                                                            | Yes      | -       | The ID of the portfolio bidding strategy to assign to campaigns                                          |
| `campaign_ids`        | array (also accepts a comma-separated string)                     | Yes      | -       | Campaign IDs to assign the portfolio bidding strategy to. Can be entered as comma-separated text or list |

### GadsAccountItem

| Field       | Type   | Required | Default | Description                                                                                                                                                    |
| ----------- | ------ | -------- | ------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `value`     | string | Yes      | -       |                                                                                                                                                                |
| `label`     | string | Yes      | -       |                                                                                                                                                                |
| `managerId` | string | Yes      | -       | The manager ID for the Google Ads account. Ask  user to use the dropdown to select accounts, this manager id is selected background and not shown to the user. |

## Output

**Type**: `Dict`

Returns the assignment result with count of campaigns updated.

**Fields**: `bidding_strategy_id`, `bidding_strategy_resource_name`, `campaigns_updated`
