Skip to main content

Get Product Ranking Segmented

GET 

/segmented-productranking/:accountId/:segmentedRankingId/:segment/:tenant

Get product ranking (with 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

    tenant stringrequired

    Account tenant

Responses

CSV file (comma separated, quoted strings) with 3 columns "ProductId", "abTestGroup" and "Position"

Schema
    any
Loading...