Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
12 changes: 11 additions & 1 deletion topsort-api-v2.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -1768,7 +1779,6 @@ components:
type: number
maximum: 1
exclusiveMinimum: 0
minimum: 0
examples:
- 0.75
format: double
Expand Down
Loading