Amazon Pinpoint · JSON Structure

Amazon Pinpoint Random Split Activity Structure

Specifies the settings for a random split activity in a journey. This type of activity randomly sends specified percentages of participants down one of as many as five paths in a journey, based on conditions that you specify.

Type: object Properties: 1
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

RandomSplitActivity is a JSON Structure definition published by Amazon Pinpoint, describing 1 property. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

Branches

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-structure/amazon-pinpoint-random-split-activity-structure.json",
  "name": "RandomSplitActivity",
  "description": "Specifies the settings for a random split activity in a journey. This type of activity randomly sends specified percentages of participants down one of as many as five paths in a journey, based on conditions that you specify.",
  "type": "object",
  "properties": {
    "Branches": {
      "allOf": [
        {
          "$ref": "#/components/schemas/ListOfRandomSplitEntry"
        },
        {
          "description": "The paths for the activity, including the percentage of participants to enter each path and the activity to perform for each path."
        }
      ]
    }
  }
}