diff --git a/topsort-api-v2.yml b/topsort-api-v2.yml index b4bde63..f2b9268 100644 --- a/topsort-api-v2.yml +++ b/topsort-api-v2.yml @@ -1024,6 +1024,17 @@ components: $ref: "#/components/schemas/Page" filter: $ref: "#/components/schemas/AttributesFilter" + marketplaceExperimentVariant: + type: string + maxLength: 10 + description: > + Optional. A marketplace-defined experiment variant tag (maximum 10 characters). By + default Topsort does not change auction behavior based on this value; it is recorded + alongside the auction so you can run your own A/B experiments and then slice the + resulting ad metrics (impressions, clicks, purchases) by variant. Contact your Topsort + representative if you want this value to influence auction behavior. + examples: + - exp_a demandSources: type: array items: @@ -1768,7 +1779,6 @@ components: type: number maximum: 1 exclusiveMinimum: 0 - minimum: 0 examples: - 0.75 format: double