---
metadata:
  - name: generator
    content: Diplodoc Platform v5.55.0
alternate:
  - https://yandex.com/dev/direct/doc/en/strategies/get.md
  - https://yandex.com/dev/direct/doc/ru/strategies/get.md
  - href: en/strategies/get.md
    type: text/markdown
    title: Markdown version
  - href: ../llms.txt
    type: text/markdown
    title: llms.txt
sourcePath: en/ref-v5/strategies/get.md
---
> **Documentation Index:** Fetch the complete configuration index at https://yandex.com/dev/direct/doc/en/llms.txt

# get

Gets information about a portfolio strategy.

## Request {#input}

Request structure in JSON format:

```javascript translate=no

      "params" : { /* required */
        "Page" : {
            "Limit" : (long),
            "Offset" : (long)
        },
        "SelectionCriteria" : { /* required */
            "Ids" : [ (long) ],
            "Types" : [ ("AVERAGE_CPC"|"AVERAGE_CPA"|"PAY_FOR_CONVERSION"|"WB_MAXIMUM_CONVERSION_RATE"|"WB_MAXIMUM_CLICKS"|"AVERAGE_CRR"|"PAY_FOR_CONVERSION_CRR"|"AVERAGE_CPC_PER_CAMPAIGN"|"AVERAGE_CPC_PER_FILTER"|"AVERAGE_CPA_PER_CAMPAIGN"|"AVERAGE_CPA_PER_FILTER"|"PAY_FOR_CONVERSION_PER_CAMPAIGN"|"PAY_FOR_CONVERSION_PER_FILTER"|"UNKNOWN") ],
            "IsArchived" : ("YES"|"NO")
        },
        "FieldNames" : [ ("Id"|"AttributionModel"|"CounterIds"|"PriorityGoals"|"Type"|"Name"|"StatusArchived") ] /* required */,
        "StrategyMaximumClicksFieldNames" : [ ("WeeklySpendLimit"|"BidCeiling"|"CustomPeriodBudget"|"BudgetType") ],
        "StrategyMaximumConversionRateFieldNames" : [ ("WeeklySpendLimit"|"BidCeiling"|"GoalId"|"CustomPeriodBudget"|"BudgetType") ],
        "StrategyAverageCpcFieldNames" : [ ("AverageCpc"|"WeeklySpendLimit"|"CustomPeriodBudget"|"BudgetType") ],
        "StrategyAverageCpaFieldNames" : [ ("AverageCpa"|"GoalId"|"WeeklySpendLimit"|"BidCeiling"|"ExplorationBudget"|"CustomPeriodBudget"|"BudgetType") ],
        "StrategyAverageCpaMultipleGoalsFieldNames" : [ ("WeeklySpendLimit"|"BidCeiling"|"ExplorationBudget"|"CustomPeriodBudget"|"BudgetType") ],
        "StrategyMaxProfit" : [ ("WeeklySpendLimit"|"ExplorationBudget"|"CustomPeriodBudget"|"BudgetType") ],
        "StrategyPayForConversionFieldNames" : [ ("Cpa"|"GoalId"|"WeeklySpendLimit"|"CustomPeriodBudget"|"BudgetType") ],
        "StrategyPayForConversionMultipleGoalsFieldNames" : [ ("GoalId"|"WeeklySpendLimit"|"CustomPeriodBudget") ],
        "StrategyAverageCrrFieldNames" : [ ("Crr"|"GoalId"|"WeeklySpendLimit"|"ExplorationBudget"|"CustomPeriodBudget"|"BudgetType") ],
        "StrategyPayForConversionCrrFieldNames" : [ ("Crr"|"GoalId"|"WeeklySpendLimit"|"CustomPeriodBudget"|"BudgetType") ]
    }
```


#|
||
**Parameter**
|
**Type**
|
**Description**
|
**Required**
||

||
**params structure (for JSON) / GetRequest (for SOAP)**
||
||
`Page`
|
[LimitOffset](https://yandex.ru/dev/direct/doc/en/best-practice/get.html)
|
Structure that defines the page for [paginated selection](https://yandex.ru/dev/direct/doc/en/best-practice/get) of data.
|
No
||
||
`SelectionCriteria`
|
SelectionCriteria
|
Criteria for selecting portfolio strategies.

To get all of an advertiser's portfolio strategies, leave `SelectionCriteria` empty.
|
No
||
||
`FieldNames`
|
array of CampaignFieldEnum
|
Names of parameters to get that are common to all portfolio strategies.
|
Yes
||
||
`StrategyMaximumClicksFieldNames`
|
array for StrategyMaximumClicksFieldNames
|
Names of parameters for a WB_MAXIMUM_CLICKS strategy.
|
No
||
||
`StrategyMaximumConversionRateFieldNames`
|
array for StrategyMaximumConversionRateFieldNames
|
Names of parameters for a WB_MAXIMUM_CONVERSION_RATE strategy.
|
No
||
||
`StrategyAverageCpcFieldNames`
|
array for StrategyAverageCpcFieldNames
|
Names of parameters for an AVERAGE_CPC strategy.
|
No
||
||
`StrategyAverageCpaFieldNames`
|
array for StrategyAverageCpaFieldNames
|
Names of parameters for an AVERAGE_CPA strategy.
|
No
||
||
`StrategyAverageCpaMultipleGoalsFieldNames`
|
array of StrategyAverageCpaMultipleGoalsFieldNames
|
Names of parameters for an "AVERAGE_CPA_MULTIPLE_GOALS" strategy.
|
No
||
||
`StrategyMaxProfitFieldNames`
|
array of StrategyMaxProfit
|
Parameters of the "Maximize profit" strategy. The optimal CPA is selected and continuously updated based on the profit per conversion metric, allowing your business to maximize its actual profit.
Be sure to simultaneously pass the `PriorityGoals` array and specify the target profit per conversion as the `Value`.
|
No
||
||
`StrategyPayForConversionFieldNames`
|
array for StrategyPayForConversionFieldNames
|
Names of parameters for a PAY_FOR_CONVERSION strategy.
|
No
||
||
`StrategyPayForConversionMultipleGoalsFieldNames`
|
array of StrategyPayForConversionMultipleGoalsFieldNames
|
Names of parameters for a "PAY_FOR_CONVERSION_MULTIPLE_GOALS" strategy.
|
No
||
||
`StrategyAverageCrrFieldNames`
|
array for StrategyAverageCrrFieldNames
|
Names of parameters for an AVERAGE_CRR strategy.
|
No
||
||
`StrategyPayForConversionCrrFieldNames`
|
array for StrategyPayForConversionCrrFieldNames
|
Names of parameters for a PAY_FOR_CONVERSION_CRR strategy.
|
No
||

||
**SelectionCriteria structure**
||
||
`Ids`
|
array of long
|
Selects strategies with the specified IDs. Maximum of 1000 items in the array.
|
No
||
||
`Types`
|
array for StrategyTypeEnum
|
Selects strategies with the specified types. See [Display strategies](https://yandex.ru/dev/direct/doc/en/objects/campaign-strategies).
|
No
||
||
`IsArchived`
|
YesNoEnum
|
Selects archived or non-archived strategies.
|
No
||
|# 


## Response {#output}

Response structure in JSON format:

```javascript translate=no

    "params" : { /* required */
        "Strategies" : [{ /* required */
            "Id" : (long),
            "AttributionModel" : ( "FCCD" | "LC" | "LSCCD" | "AUTO" ),
            "Type" : (string),
            "Name" : (string) /* required */,
            "CounterIds" : {
                "Items" : [ (long) ] /* required */
            },
            "PriorityGoals" : {
                "Items" : [{ /* required */
                    "GoalId" : (long) /* required */,
                    "Value" : (long) /* required */,
                    "IsMetrikaSourceOfValue" : ("YES"|"NO")
                } ]
            },
            "WbMaximumClicks" : {
                "WeeklySpendLimit" : (long) /* required */,
                "CustomPeriodBudget": { /* nillable */
                  "SpendLimit": (long),
                  "StartDate": (string),
                  "EndDate": (string),
                  "AutoContinue": ("YES" | "NO")
                },
                "BudgetType": ("WEEKLY_BUDGET" | "CUSTOM_PERIOD_BUDGET") /* nillable */,
                "BidCeiling" : (long)
            },
            "WbMaximumConversionRate" : {
                "WeeklySpendLimit" : (long) /* required */,
                "CustomPeriodBudget": { /* nillable */
                  "SpendLimit": (long),
                  "StartDate": (string),
                  "EndDate": (string),
                  "AutoContinue": ("YES" | "NO")
                },
                "BudgetType": ("WEEKLY_BUDGET" | "CUSTOM_PERIOD_BUDGET") /* nillable */,
                "BidCeiling" : (long),
                "GoalId" : (long) /* required */
            },
            "AverageCpc" : {
                "AverageCpc" : (long) /* required */,
                "WeeklySpendLimit" : (long), /* nillable */
                "CustomPeriodBudget": { /* nillable */
                  "SpendLimit": (long),
                  "StartDate": (string),
                  "EndDate": (string),
                  "AutoContinue": ("YES" | "NO")
                },
                "BudgetType": ("WEEKLY_BUDGET" | "CUSTOM_PERIOD_BUDGET") /* nillable */
            },
            "AverageCpa" : {
                "AverageCpa" : (long) /* required */,
                "GoalId" : (long) /* required */,
                "WeeklySpendLimit" : (long), /* nillable */
                "CustomPeriodBudget": { /* nillable */
                  "SpendLimit": (long),
                  "StartDate": (string),
                  "EndDate": (string),
                  "AutoContinue": ("YES" | "NO")
                },
                "BudgetType": ("WEEKLY_BUDGET" | "CUSTOM_PERIOD_BUDGET") /* nillable */,
                "BidCeiling" : (long),
                "ExplorationBudget" : { /* nillable */
                  "MinimumExplorationBudget" : (long) /* required */,
                  "IsMinimumExplorationBudgetCustom" : ("YES"|"NO") /* required */
                }
            },
            "PayForConversion" : {
                "Cpa" : (long) /* required */,
                "GoalId" : (long) /* required */,
                "WeeklySpendLimit" : (long), /* nillable */
                "CustomPeriodBudget": { /* nillable */
                  "SpendLimit": (long),
                  "StartDate": (string),
                  "EndDate": (string),
                  "AutoContinue": ("YES" | "NO")
                },
                "BudgetType": ("WEEKLY_BUDGET" | "CUSTOM_PERIOD_BUDGET") /* nillable */
            },
            "AverageCrr" : {
                "Crr" : (integer) /* required */,
                "GoalId" : (long) /* required */,
                "WeeklySpendLimit" : (long), /* nillable */
                "CustomPeriodBudget": { /* nillable */
                  "SpendLimit": (long),
                  "StartDate": (string),
                  "EndDate": (string),
                  "AutoContinue": ("YES" | "NO")
                },
                "BudgetType": ("WEEKLY_BUDGET" | "CUSTOM_PERIOD_BUDGET") /* nillable */,
                "ExplorationBudget" : { /* nillable */
                  "MinimumExplorationBudget" : (long) /* required */,
                  "IsMinimumExplorationBudgetCustom" : ("YES"|"NO") /* required */
                }
            },
            "PayForConversionCrr" : {
                "Crr" : (integer) /* required */,
                "GoalId" : (long) /* required */,
                "WeeklySpendLimit" : (long), /* nillable */
                "CustomPeriodBudget": { /* nillable */
                  "SpendLimit": (long),
                  "StartDate": (string),
                  "EndDate": (string),
                  "AutoContinue": ("YES" | "NO")
                },
                "BudgetType": ("WEEKLY_BUDGET" | "CUSTOM_PERIOD_BUDGET") /* nillable */
            },
            "MaxProfit" : { 
              "WeeklySpendLimit" : (long),
              "CustomPeriodBudget": {
                "SpendLimit": (long),
                "StartDate": (string),
                "EndDate": (string),
                "AutoContinue": ("YES" | "NO")
              },
              "ExplorationBudget" : {
                "MinimumExplorationBudget" : (long) /* required */,
                "IsMinimumExplorationBudgetCustom" : ("YES") /* required */
              },
              "BudgetType": ("WEEKLY_BUDGET" | "CUSTOM_PERIOD_BUDGET") /* nillable */
            }
        } ]
    }

```


#|
||
**Parameter**
|
**Type**
|
**Description**
||

||
**params structure (for JSON) / AddRequest structure (for SOAP)**
||
||
Strategies
|
array of StrategiesGetItem
|
Portfolio strategy
||

||
**StrategiesGetItem structure**
||
||
`Id`
|
long
|
Portfolio strategy ID.
||
||
`AttributionModel`
|
AttributionModelEnum
|
The attribution model used for optimizing conversions (see [Attribution model](https://yandex.ru/support/direct/en/statistics/attribution-model) in Yandex Direct Help).

<!-- source: en/_includes/attribution-note.md -->
{% note alert "Updates to attribution models in Yandex Direct and Yandex Metrica" %}

Active campaigns using legacy models LSC, FC, LYDC, LYDCCD have automatically switched to their closest available cross-device versions or automatic attribution. This model update won't trigger strategy retraining.

Methods using deprecated models will automatically upgrade to supported models (LSC to LSCCD, FC to FCCD, LYDC/LYDCCD to AUTO) and return a warning that a different model is in use.

{% endnote %}
<!-- endsource: en/_includes/attribution-note.md -->

Possible values:

<!-- source: en/_includes/attribution-models.md -->
- FCCD — First click (cross-device).
- LC — Last click.
- LSCCD — Last non-direct click (cross-device).
- AUTO — Automatic attribution.
<!-- endsource: en/_includes/attribution-models.md -->

The default value is AUTO.

||
||
`Type`
|
long
|
Strategy type. See [Display strategies](https://yandex.ru/dev/direct/doc/en/objects/campaign-strategies)
||
||
`Name`
|
String
|
Portfolio strategy name.
||
||
`CounterIds`
|
ArrayOfInteger
|
The IDs of Yandex Metrica tags installed on the advertiser's website (see [Yandex Metrica: evaluate your ad performance](https://yandex.ru/support/direct/en/statistics/metrika) in Yandex Direct Help).
||
||
`PriorityGoals`
|
PriorityGoalsArray
|
Priority goals for automatic bid adjustments.

If the array is omitted, automatic bid adjustments are used for obtaining the maximum number of engaged sessions (see [Engaged session figures](https://yandex.ru/support/direct/en/statistics/report-wizard-engagement-rating) in the Yandex Direct Help).

<!-- source: en/_includes/strategies/add/id-input/StrategiesAddItem-PriorityGoals-p3.md -->
You can't add more than 30 priority goals.
<!-- endsource: en/_includes/strategies/add/id-input/StrategiesAddItem-PriorityGoals-p3.md -->
||
||
`WbMaximumClicks`
|
StrategyMaximumClicksGet
|
Parameters of the [Optimize clicks](https://yandex.ru/support/direct/en/strategies/average-cpc) strategy. Limited by weekly budget.
||
||
`WbMaximumConversionRate`
|
StrategyMaximumConversionRateGet
|
Parameters of the [Optimize conversions](https://yandex.ru/support/direct/en/strategies/average-cpa) strategy without specifying the average CPA.
||
||
`AverageCpc`
|
StrategyAverageCpcGet
|
Parameters of the [Optimize clicks](https://yandex.ru/support/direct/en/strategies/average-cpc) strategy. Limited by average CPC.
||
||
`AverageCpa`
|
StrategyAverageCpaGet
|
Parameters of the [Optimize conversions](https://yandex.ru/support/direct/en/strategies/average-cpa) strategy. Maintain the average CPA.
||
||
`AverageCrr`
|
StrategyAverageCrrGet
|
Parameters of the strategy [Optimize cost revenue ratio](https://yandex.ru/support/direct/en/strategies/average-cpa). Maintain the average cost revenue ratio.
||
||
`PayForConversionCrr`
|
StrategyPayForConversionCrrGet
|
Parameters of the strategy [Optimize cost revenue ratio](https://yandex.ru/support/direct/en/strategies/average-cpa). Pay per conversion.
||
||
`PayForConversion`
|
StrategyPayForConversionGet
|
Parameters of the [Optimize conversions](https://yandex.ru/support/direct/en/strategies/average-cpa) strategy. Pay per conversion.
||
||
`MaxProfit`
|
StrategyMaxProfitGet
|
Parameters of the "Maximize profit" strategy. The optimal CPA is selected and continuously updated based on the profit per conversion metric, allowing your business to maximize its actual profit.
Be sure to simultaneously pass the `PriorityGoals` array and specify the target profit per conversion as the `Value`.
||

||
**PriorityGoalsArray structure**
||
||
`Items`
|
array of PriorityGoalsItem
|
A set of priority goals and corresponding conversion values.
||

||
**PriorityGoalsItem structure**
||
||
`GoalId`
|
long
|
ID of a Yandex Metrica goal to prioritize when automatically adjusting bids. For more information about goals, see [Goals and conversions](https://yandex.ru/support/metrica/en/general/goals.html) in the Yandex Metrica Help.

To get the list of goals, use the [GetStatGoals](https://yandex.ru/dev/direct/doc/dg-v4/en/live/GetStatGoals) method in version 4 or Live 4 of the API.

A value of 12 corresponds to the "Engaged sessions" goal.
||
||
`Value`
|
long
|
Depending on the strategy, it can represent:
* For `MaxProfit`, profit per conversion. This is the average profit from a single conversion after variable costs (product cost, contractor fees, payment processing fees, and other costs), but excluding promotion expenses. Specified in the advertiser's currency, multiplied by 1,000,000.
* For other strategies, conversion value. This is a monetary estimation of the advertiser's profit from a completed conversion. Specified in the advertiser's currency, multiplied by 1,000,000. The higher the conversion value, the higher the priority to achieve conversions for this goal.
||
||
`IsMetrikaSourceOfValue`
|
YesNoEnum
|
Priority goal value source: Yandex Metrica goal. The `YES` value is only used for strategies with cost revenue ratio.
||

||
**StrategyMaximumClicksGet structure**
||
||
`WeeklySpendLimit`
|
long
|
The weekly budget in the user's currency, multiplied by 1,000,000.

The minimum weekly budget for each currency is listed in the currency reference. To get the list of currencies, use the [Dictionaries](https://yandex.com/dev/direct/doc/en/dictionaries/dictionaries.md).[get](https://yandex.com/dev/direct/doc/en/dictionaries/get.md) method.
||
||
`CustomPeriodBudget`
|
CustomPeriodBudget
|
Budget for a custom period. For more information, see [Yandex Direct Help](https://yandex.ru/support/direct/en/strategies/budgets-in-strategies).

When creating a campaign, you can't specify both this parameter and `WeeklySpendLimit`.
||
||
`BudgetType`
|
BudgetTypeEnum
|
Type of budget:

- WEEKLY_BUDGET — Weekly budget.
- CUSTOM_PERIOD_BUDGET — Budget for a custom period.
||
||
`BidCeiling`
|
long
|
The maximum bid in the user's currency, multiplied by 1,000,000.

The minimum and maximum bid for each currency is listed in the currency reference. To get the list of currencies, use the [Dictionaries](https://yandex.com/dev/direct/doc/en/dictionaries/dictionaries.md).[get](https://yandex.com/dev/direct/doc/en/dictionaries/get.md) method.


{% note info %}

We don't recommend setting the maximum bid, as this may reduce the effectiveness of the strategy.

{% endnote %}
||

||
**StrategyMaximumConversionRateGet structure**
||
||
`WeeklySpendLimit`
|
long
|
The weekly budget in the user's currency, multiplied by 1,000,000.

The minimum weekly budget for each currency is listed in the currency reference. To get the list of currencies, use the [Dictionaries](https://yandex.com/dev/direct/doc/en/dictionaries/dictionaries.md).[get](https://yandex.com/dev/direct/doc/en/dictionaries/get.md) method.
||
||
`CustomPeriodBudget`
|
CustomPeriodBudget
|
Budget for a custom period. For more information, see [Yandex Direct Help](https://yandex.ru/support/direct/en/strategies/budgets-in-strategies).

When creating a campaign, you can't specify both this parameter and `WeeklySpendLimit`.
||
||
`BudgetType`
|
BudgetTypeEnum
|
Type of budget:

- WEEKLY_BUDGET — Weekly budget.
- CUSTOM_PERIOD_BUDGET — Budget for a custom period.
||
||
`BidCeiling`
|
long
|
The maximum bid in the user's currency, multiplied by 1,000,000.

The minimum and maximum bid for each currency is listed in the currency reference. To get the list of currencies, use the [Dictionaries](https://yandex.com/dev/direct/doc/en/dictionaries/dictionaries.md).[get](https://yandex.com/dev/direct/doc/en/dictionaries/get.md) method.


{% note info %}

We don't recommend setting the maximum bid, as this may reduce the effectiveness of the strategy.

{% endnote %}
||
||
`GoalId`
|
long
|
ID of a Yandex Metrica goal. For more information about goals, see [Goals and conversions](https://yandex.ru/support/metrica/en/general/goals.html) in the Yandex Metrica Help.

The value 13 indicates priority goals. Allowed if the PriorityGoals array specifies at least one goal that is different from engaged sessions.

To get the list of goals, use the [GetStatGoals](https://yandex.ru/dev/direct/doc/dg-v4/en/live/GetStatGoals) method in version 4 or Live 4 of the API.
||

||
**StrategyAverageCpcGet structure**
||
||
`AverageCpc`
|
long
|
The average CPC in the user's currency, multiplied by 1,000,000.

The minimum value for the average cost is listed by currency in the currency reference. To get the list of currencies, use the [Dictionaries](https://yandex.com/dev/direct/doc/en/dictionaries/dictionaries.md).[get](https://yandex.com/dev/direct/doc/en/dictionaries/get.md) method.
||
||
`WeeklySpendLimit`
|
long
|
The weekly budget in the user's currency, multiplied by 1,000,000.

The minimum weekly budget for each currency is listed in the currency reference. To get the list of currencies, use the [Dictionaries](https://yandex.com/dev/direct/doc/en/dictionaries/dictionaries.md).[get](https://yandex.com/dev/direct/doc/en/dictionaries/get.md) method.
||
||
`CustomPeriodBudget`
|
CustomPeriodBudget
|
Budget for a custom period. For more information, see [Yandex Direct Help](https://yandex.ru/support/direct/en/strategies/budgets-in-strategies).

When creating a campaign, you can't specify both this parameter and `WeeklySpendLimit`.
||
||
`BudgetType`
|
BudgetTypeEnum
|
Type of budget:

- WEEKLY_BUDGET — Weekly budget.
- CUSTOM_PERIOD_BUDGET — Budget for a custom period.
||

||
**StrategyAverageCpaGet structure**
||
||
`AverageCpa`
|
long
|
The average cost per conversion (CPA) in the user's currency, multiplied by 1,000,000.

The minimum value for the average cost is listed by currency in the currency reference. To get the list of currencies, use the [Dictionaries](https://yandex.com/dev/direct/doc/en/dictionaries/dictionaries.md).[get](https://yandex.com/dev/direct/doc/en/dictionaries/get.md) method.
||
||
`WeeklySpendLimit`
|
long
|
The weekly budget in the user's currency, multiplied by 1,000,000.

The minimum weekly budget for each currency is listed in the currency reference. To get the list of currencies, use the [Dictionaries](https://yandex.com/dev/direct/doc/en/dictionaries/dictionaries.md).[get](https://yandex.com/dev/direct/doc/en/dictionaries/get.md) method.
||
||
`CustomPeriodBudget`
|
CustomPeriodBudget
|
Budget for a custom period. For more information, see [Yandex Direct Help](https://yandex.ru/support/direct/en/strategies/budgets-in-strategies).

When creating a campaign, you can't specify both this parameter and `WeeklySpendLimit`.
||
||
`BudgetType`
|
BudgetTypeEnum
|
Type of budget:

- WEEKLY_BUDGET — Weekly budget.
- CUSTOM_PERIOD_BUDGET — Budget for a custom period.
||
||
`GoalId`
|
long
|
ID of a Yandex Metrica goal. For more information about goals, see [Goals and conversions](https://yandex.ru/support/metrica/en/general/goals.html) in the Yandex Metrica Help.

To get the list of goals, use the [GetStatGoals](https://yandex.ru/dev/direct/doc/dg-v4/en/live/GetStatGoals) method in version 4 or Live 4 of the API.
||
||
`BidCeiling`
|
long
|
The maximum bid in the user's currency, multiplied by 1,000,000.

The minimum and maximum bid for each currency is listed in the currency reference. To get the list of currencies, use the [Dictionaries](https://yandex.com/dev/direct/doc/en/dictionaries/dictionaries.md).[get](https://yandex.com/dev/direct/doc/en/dictionaries/get.md) method.


{% note info %}

We don't recommend setting the maximum bid, as this may reduce the effectiveness of the strategy.

{% endnote %}
||
||
`ExplorationBudget`
|
ExplorationBudget
|
Minimum budget. Read more in [Yandex Direct Help](https://yandex.ru/support/direct/en/strategies/minimal-budget).
||

||
**StrategyAverageCrrGet structure**
||
||
`Crr`
|
int
|
Average cost revenue ratio.
||
||
`GoalId`
|
long
|
ID of a Yandex Metrica goal. For more information about goals, see [Goals and conversions](https://yandex.ru/support/metrica/en/general/goals.html) in the Yandex Metrica Help.

To get the list of goals, use the [GetStatGoals](https://yandex.ru/dev/direct/doc/dg-v4/en/live/GetStatGoals) method in version 4 or Live 4 of the API.
||
||
`WeeklySpendLimit`
|
long
|
The weekly budget in the user's currency, multiplied by 1,000,000.

The minimum weekly budget for each currency is listed in the currency reference. To get the list of currencies, use the [Dictionaries](https://yandex.com/dev/direct/doc/en/dictionaries/dictionaries.md).[get](https://yandex.com/dev/direct/doc/en/dictionaries/get.md) method.
||
||
`CustomPeriodBudget`
|
CustomPeriodBudget
|
Budget for a custom period. For more information, see [Yandex Direct Help](https://yandex.ru/support/direct/en/strategies/budgets-in-strategies).

When creating a campaign, you can't specify both this parameter and `WeeklySpendLimit`.
||
||
`BudgetType`
|
BudgetTypeEnum
|
Type of budget:

- WEEKLY_BUDGET — Weekly budget.
- CUSTOM_PERIOD_BUDGET — Budget for a custom period.
||
||
`ExplorationBudget`
|
ExplorationBudget
|
Minimum budget. Read more in [Yandex Direct Help](https://yandex.ru/support/direct/en/strategies/minimal-budget).
||

||
**StrategyPayForConversionGet structure**
||
||
`Cpa`
|
long
|
Cost per conversion (CPA) in the user's currency, multiplied by 1,000,000.

The minimum and maximum CPA values are listed by currency in the currency reference. To get the list of currencies, use the [Dictionaries](https://yandex.com/dev/direct/doc/en/dictionaries/dictionaries.md).[get](https://yandex.com/dev/direct/doc/en/dictionaries/get.md) method.
||
||
`GoalId`
|
long
|
ID of a Yandex Metrica goal. For more information about goals, see [Goals and conversions](https://yandex.ru/support/metrica/en/general/goals.html) in the Yandex Metrica Help.

To get the list of goals, use the [GetStatGoals](https://yandex.ru/dev/direct/doc/dg-v4/en/live/GetStatGoals) method in version 4 or Live 4 of the API.
||
||
`WeeklySpendLimit`
|
long
|
The weekly budget in the user's currency, multiplied by 1,000,000.

The minimum weekly budget for each currency must be at least the value of the `Cpa` parameter multiplied by 20. To get the list of currencies, use the [Dictionaries](https://yandex.com/dev/direct/doc/en/dictionaries/dictionaries.md).[get](https://yandex.com/dev/direct/doc/en/dictionaries/get.md) method.
||
||
`CustomPeriodBudget`
|
CustomPeriodBudget
|
Budget for a custom period. For more information, see [Yandex Direct Help](https://yandex.ru/support/direct/en/strategies/budgets-in-strategies).

When creating a campaign, you can't specify both this parameter and `WeeklySpendLimit`.
||
||
`BudgetType`
|
BudgetTypeEnum
|
Type of budget:

- WEEKLY_BUDGET — Weekly budget.
- CUSTOM_PERIOD_BUDGET — Budget for a custom period.
||

||
**StrategyPayForConversionCrrGet structure**
||
||
`Crr`
|
int
|
Average cost revenue ratio.
||
||
`GoalId`
|
long
|
ID of a Yandex Metrica goal. For more information about goals, see [Goals and conversions](https://yandex.ru/support/metrica/en/general/goals.html) in the Yandex Metrica Help.

To get the list of goals, use the [GetStatGoals](https://yandex.ru/dev/direct/doc/dg-v4/en/live/GetStatGoals) method in version 4 or Live 4 of the API.
||
||
`WeeklySpendLimit`
|
long
|
The weekly budget in the user's currency, multiplied by 1,000,000.

The minimum weekly budget for each currency is listed in the currency reference. To get the list of currencies, use the [Dictionaries](https://yandex.com/dev/direct/doc/en/dictionaries/dictionaries.md).[get](https://yandex.com/dev/direct/doc/en/dictionaries/get.md) method.
||
||
`CustomPeriodBudget`
|
CustomPeriodBudget
|
Budget for a custom period. For more information, see [Yandex Direct Help](https://yandex.ru/support/direct/en/strategies/budgets-in-strategies).

When creating a campaign, you can't specify both this parameter and `WeeklySpendLimit`.
||
||
`BudgetType`
|
BudgetTypeEnum
|
Type of budget:

- WEEKLY_BUDGET — Weekly budget.
- CUSTOM_PERIOD_BUDGET — Budget for a custom period.
||

||
**MaxProfitGet structure**
||
||
`WeeklySpendLimit`
|
long
|
The weekly budget in the advertiser's currency, multiplied by 1,000,000.

The minimum weekly budget for each currency must be at least the value of the `Cpa` parameter multiplied by 20. To get the list of currencies, use the [Dictionaries](https://yandex.com/dev/direct/doc/en/dictionaries/dictionaries.md).[get](https://yandex.com/dev/direct/doc/en/dictionaries/get.md) method.
|
No
||
||
`CustomPeriodBudget`
|
CustomPeriodBudget
|
Budget for a custom period. For more information, see [Yandex Direct Help](https://yandex.ru/support/direct/en/strategies/budgets-in-strategies).

When creating a campaign, you can't specify both this parameter and `WeeklySpendLimit`.
|
No
||
||
`ExplorationBudget`
|
ExplorationBudget
|
Minimum budget. Read more in [Yandex Direct Help](https://yandex.ru/support/direct/en/strategies/minimal-budget).

If the field is omitted, a default value is set for the strategy (it's calculated based on the strategy settings).

To set a custom minimum budget, use the `MinimumExplorationBudget` parameter and set `IsMinimumExplorationBudgetCustom="YES"`.

If `IsMinimumExplorationBudgetCustom` is `NO`, the operation raises an error.
|
No
||
||
`BudgetType`
|
BudgetTypeEnum
|
Type of budget:

- WEEKLY_BUDGET — Weekly budget.
- CUSTOM_PERIOD_BUDGET — Budget for a custom period.
||


||
**ExplorationBudget structure**
||
||
`MinimumExplorationBudget`
|
long
|
Minimum budget value.

Acceptable value: between 0 and the weekly budget (if set).
||
||
`IsMinimumExplorationBudgetCustom`
|
YesNoEnum
|
A flag indicating a custom minimum budget.
||

||
**CustomPeriodBudget structure**
||
||
`SpendLimit`
|
long
|
Budget size for a custom period.
||
||
`StartDate`
|
string
|
Start of the budget period.
||
||
`EndDate`
|
string
|
End of the budget period.
||
||
`AutoContinue`
|
YesNoEnum
|
Flag to autocontinue the budget period.
||
|# 
