Get a Rollout
Retrieve a specific rollout by its name to view its configuration and current state.List Rollouts
List all rollouts in your account. You can filter by state or any other criteria in the response. UsenextPageToken for getting the next page of results.
Create a Rollout
Create a new rollout with initial exposure settings.Set Targeting on a Rollout
After creating a rollout, call theUpdateSegment action with the desired targeting configuration. Include the updateMask field relative to segment.
Action Methods
Action methods return immediately with an empty result and start the action in the background. Use theGET endpoint for the rollout to monitor the progress by inspecting the pendingTransition field.
Launch a Rollout
Increase Reach
Update the rollout to increase the reach (percentage of users exposed to the feature).View Results for a Rollout
To view statistical results for your rollout, use a two-step process.Step 1: Get the Rollout
First, get the rollout to retrieve theanalysisResult resource name from the stats field.
stats.analysisResults[] array instead. Each entry has an analysisResult resource name and the corresponding exposureFilterName.
Step 2: Get the Analysis Result
Use theanalysisResult name from Step 1 to fetch the full statistical analysis.

