Increments the current ramp index to the requested target level. Up-only: the target must be the immediate next level in the schedule. Idempotent: calling with the current level returns success without writing anything.
The ID of the experiment to advance.
Optional
Request-specific configuration.
Management.BadRequestError
Management.UnauthorizedError
Management.ForbiddenError
Management.NotFoundError
Management.ConflictError
Management.TooManyRequestsError
await client.experimentation.experiments.advanceRamp("id", { target_level: 1 }) Copy
await client.experimentation.experiments.advanceRamp("id", { target_level: 1 })
Protected
Readonly
Increments the current ramp index to the requested target level. Up-only: the target must be the immediate next level in the schedule. Idempotent: calling with the current level returns success without writing anything.