Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

RandomSplitEntry

import type { RandomSplitEntry } from "https://aws-api.deno.dev/v0.4/services/pinpoint.ts?docs=full";

Specifies the settings for a path in a random split activity in a journey.

interface RandomSplitEntry {
NextActivity?: string | null;
Percentage?: number | null;
}

§Properties

§
NextActivity?: string | null
[src]

The unique identifier for the next activity to perform, after completing the activity for the path.

§
Percentage?: number | null
[src]

The percentage of participants to send down the activity path.

To determine which participants are sent down each path, Amazon Pinpoint applies a probability-based algorithm to the percentages that you specify for the paths. Therefore, the actual percentage of participants who are sent down a path may not be equal to the percentage that you specify.