AI-generated Key Takeaways
- 
          
This message is used to graduate an experiment in the Google Ads API.
 - 
          
The request requires specifying the
experimentto be graduated. - 
          
It also requires a list of
campaign_budget_mappingswhich dictates the new budget for the graduating campaign(s). - 
          
The request supports a
validate_onlyoption to validate the request without executing it. 
Request message for ExperimentService.GraduateExperiment.
| Fields | |
|---|---|
 | 
                
                   
 Required. The experiment to be graduated.  | 
              
 | 
                
                  
                   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.  | 
              
 | 
                
                   
 If true, the request is validated but not executed. Only errors are returned, not results.  |