Amazon Pinpoint · JSON Structure

Amazon Pinpoint Segment Demographics Structure

Specifies demographic-based dimension settings for including or excluding endpoints from a segment. These settings derive from characteristics of endpoint devices, such as platform, make, and model.

Type: object Properties: 6
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

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

Properties

AppVersion Channel DeviceType Make Model Platform

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-segment-demographics-structure.json",
  "name": "SegmentDemographics",
  "description": "Specifies demographic-based dimension settings for including or excluding endpoints from a segment. These settings derive from characteristics of endpoint devices, such as platform, make, and model.",
  "type": "object",
  "properties": {
    "AppVersion": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SetDimension"
        },
        {
          "description": "The app version criteria for the segment."
        }
      ]
    },
    "Channel": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SetDimension"
        },
        {
          "description": "The channel criteria for the segment."
        }
      ]
    },
    "DeviceType": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SetDimension"
        },
        {
          "description": "The device type criteria for the segment."
        }
      ]
    },
    "Make": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SetDimension"
        },
        {
          "description": "The device make criteria for the segment."
        }
      ]
    },
    "Model": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SetDimension"
        },
        {
          "description": "The device model criteria for the segment."
        }
      ]
    },
    "Platform": {
      "allOf": [
        {
          "$ref": "#/components/schemas/SetDimension"
        },
        {
          "description": "The device platform criteria for the segment."
        }
      ]
    }
  }
}