Get Product Ranking Segmented Default Tenant
GET/segmented-productranking/:accountId/:segmentedRankingId/:segment
Get product ranking (default tenant and segmentation)
Request
Path Parameters
accountId hyphenLessUuidrequired
Possible values: >= 32 characters
and <= 32 characters
, Value must match regular expression ^[0-9a-f]{32}$
Account identifier (uuid without hyphens)
segmentedRankingId hyphenLessUuidrequired
Possible values: >= 32 characters
and <= 32 characters
, Value must match regular expression ^[0-9a-f]{32}$
Segmented ranking identifier (uuid without hyphens)
segment stringrequired
Segment value
Responses
- 200
CSV file (comma separated, quoted strings) with 3 columns "ProductId", "abTestGroup" and "Position"
- text/csv
- Schema
- Example
Schema
- any
"ProductId","abTestGroup","Position"
"5505","abTest1",1
"5506","abTest1",2
"5507","abTest1",3
Loading...