{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/amazon-pinpoint/refs/heads/main/json-schema/amazon-pinpoint-recency-dimension-schema.json",
"title": "RecencyDimension",
"description": "Specifies criteria for including or excluding endpoints from a segment based on how recently an endpoint was active.",
"type": "object",
"properties": {
"Duration": {
"allOf": [
{
"$ref": "#/components/schemas/Duration"
},
{
"description": "The duration to use when determining whether an endpoint is active or inactive."
}
]
},
"RecencyType": {
"allOf": [
{
"$ref": "#/components/schemas/RecencyType"
},
{
"description": "The type of recency dimension to use for the segment. Valid values are: ACTIVE, endpoints that were active within the specified duration are included in the segment; and, INACTIVE, endpoints that weren't active within the specified duration are included in the segment."
}
]
}
},
"required": [
"Duration",
"RecencyType"
]
}
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we
store it to create your key and to recognise you if you sign in with another
provider. See our Privacy Policy and
Terms.