GraduateExperimentRequest

  • This is the request message for the ExperimentService.GraduateExperiment method.

  • The request requires the experiment to be graduated and a list of campaign_budget_mappings.

  • campaign_budget_mappings is a list of CampaignBudgetMapping objects, where each campaign graduates and is assigned a new budget.

  • The validate_only field can be used to validate the request without executing it.

Request message for ExperimentService.GraduateExperiment.

Fields

experiment

string

Required. The experiment to be graduated.

campaign_budget_mappings[]

CampaignBudgetMapping

Required. List of campaign budget mappings for graduation. Each campaign that appears here will graduate, and will be assigned a new budget that is paired with it in the mapping. The maximum size is one.

validate_only

bool

If true, the request is validated but not executed. Only errors are returned, not results.