Amazon Pinpoint · JSON Structure

Amazon Pinpoint Segment Behaviors Structure

Specifies dimension settings for including or excluding endpoints from a segment based on how recently an endpoint was active.

Type: object Properties: 1
CampaignsCommunicationsEmailMarketingMessagingPush NotificationsSMSVoiceCustomer EngagementSegmentationJourneysAnalytics

SegmentBehaviors 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

Recency

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-behaviors-structure.json",
  "name": "SegmentBehaviors",
  "description": "Specifies dimension settings for including or excluding endpoints from a segment based on how recently an endpoint was active.",
  "type": "object",
  "properties": {
    "Recency": {
      "allOf": [
        {
          "$ref": "#/components/schemas/RecencyDimension"
        },
        {
          "description": "The dimension settings that are based on how recently an endpoint was active."
        }
      ]
    }
  }
}