create_track
Creates a new custom closed testing track for Android app distribution, enabling targeted testing beyond the built-in tracks.
Instructions
Create a new custom closed testing track. The built-in tracks (internal, alpha, beta, production) already exist and do not need creating. After creating a track, use update_testers to give Google Groups access and create_release to ship to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| track | Yes | Name for the new track, e.g. 'qa-team'. Must be unique for the app. | |
| form_factor | No | Form factor the track targets. Defaults to 'DEFAULT' (phones and tablets). | |
| package_name | No | App package name, e.g. 'com.acme.app' (defaults to GOOGLE_PLAY_PACKAGE_NAME) | |
| validate_only | No | Dry run: validate the change and discard the edit instead of committing it | |
| changes_not_sent_for_review | No | Commit without sending the changes for review (only for apps where changes are reviewed separately) |