Segment Versions
A segment designates which users receive messages from a campaign or journey. The Segment Versions resource provides information about versions of a specific segment, such as the dimension settings and criteria values that were used by each version of the segment.
You can use this resource to retrieve information about versions of a segment.
URI
/v1/apps/
application-id
/segments/segment-id
/versions
HTTP methods
GET
Operation ID: GetSegmentVersions
Retrieves information about the configuration, dimension, and other settings for all the versions of a specific segment that's associated with an application.
Name | Type | Required | Description |
---|---|---|---|
segment-id | String | True | The unique identifier for the segment. |
application-id | String | True | The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console. |
Name | Type | Required | Description |
---|---|---|---|
accept | String | False | Indicates which content types, expressed as MIME types, the client understands. |
Name | Type | Required | Description |
---|---|---|---|
page-size | String | False | The maximum number of items to include in each page of a paginated response. This parameter is not supported for application, campaign, and journey metrics. |
token | String | False | The |
Status code | Response model | Description |
---|---|---|
200 | SegmentsResponse | The request succeeded. |
400 | MessageBody | The request contains a syntax error (BadRequestException). |
403 | MessageBody | The request was denied because access to the specified resource is forbidden (ForbiddenException). |
404 | MessageBody | The request failed because the specified resource was not found (NotFoundException). |
405 | MessageBody | The request failed because the method is not allowed for the specified resource (MethodNotAllowedException). |
413 | MessageBody | The request failed because the payload for the body of the request is too large (RequestEntityTooLargeException). |
429 | MessageBody | The request failed because too many requests were sent during a certain amount of time (TooManyRequestsException). |
500 | MessageBody | The request failed due to an unknown internal server error, exception, or failure (InternalServerErrorException). |
OPTIONS
Retrieves information about the communication requirements and options that are available for the Segment Versions resource.
Name | Type | Required | Description |
---|---|---|---|
segment-id | String | True | The unique identifier for the segment. |
application-id | String | True | The unique identifier for the application. This identifier is displayed as the Project ID on the Amazon Pinpoint console. |
Status code | Response model | Description |
---|---|---|
200 | None | The request succeeded. |
Schemas
Response bodies
{ "Item": [ { "Name": "string", "Dimensions": { "Demographic": { "Channel": { "DimensionType": enum, "Values": [ "string" ] }, "Platform": { "DimensionType": enum, "Values": [ "string" ] }, "DeviceType": { "DimensionType": enum, "Values": [ "string" ] }, "AppVersion": { "DimensionType": enum, "Values": [ "string" ] }, "Make": { "DimensionType": enum, "Values": [ "string" ] }, "Model": { "DimensionType": enum, "Values": [ "string" ] } }, "Location": { "Country": { "DimensionType": enum, "Values": [ "string" ] }, "GPSPoint": { "Coordinates": { "Latitude": number, "Longitude": number }, "RangeInKilometers": number } }, "Behavior": { "Recency": { "RecencyType": enum, "Duration": enum } }, "Attributes": { }, "Metrics": { }, "UserAttributes": { } }, "SegmentGroups": { "Include": enum, "Groups": [ { "Type": enum, "Dimensions": [ { "Demographic": { "Channel": { "DimensionType": enum, "Values": [ "string" ] }, "Platform": { "DimensionType": enum, "Values": [ "string" ] }, "DeviceType": { "DimensionType": enum, "Values": [ "string" ] }, "AppVersion": { "DimensionType": enum, "Values": [ "string" ] }, "Make": { "DimensionType": enum, "Values": [ "string" ] }, "Model": { "DimensionType": enum, "Values": [ "string" ] } }, "Location": { "Country": { "DimensionType": enum, "Values": [ "string" ] }, "GPSPoint": { "Coordinates": { "Latitude": number, "Longitude": number }, "RangeInKilometers": number } }, "Behavior": { "Recency": { "RecencyType": enum, "Duration": enum } }, "Attributes": { }, "Metrics": { }, "UserAttributes": { } } ], "SourceType": enum, "SourceSegments": [ { "Id": "string", "Version": integer } ] } ] }, "Id": "string", "ApplicationId": "string", "CreationDate": "string", "LastModifiedDate": "string", "Version": integer, "SegmentType": enum, "ImportDefinition": { "Size": integer, "S3Url": "string", "RoleArn": "string", "ExternalId": "string", "Format": enum, "ChannelCounts": { } }, "Arn": "string", "tags": { } } ], "NextToken": "string" }
Properties
AttributeDimension
Specifies attribute-based criteria for including or excluding endpoints from a segment.
Property | Type | Required | Description |
---|---|---|---|
AttributeType | string Values: | False | The type of segment dimension to use. Valid values are:
|
Values | Array of type string | True | The criteria values to use for the segment dimension. Depending on the value
of the |
GPSCoordinates
Specifies the GPS coordinates of a location.
Property | Type | Required | Description |
---|---|---|---|
Latitude | number | True | The latitude coordinate of the location. |
Longitude | number | True | The longitude coordinate of the location. |
GPSPointDimension
Specifies GPS-based criteria for including or excluding endpoints from a segment.
Property | Type | Required | Description |
---|---|---|---|
Coordinates | True | The GPS coordinates to measure distance from. | |
RangeInKilometers | number | False | The range, in kilometers, from the GPS coordinates. |
MessageBody
Provides information about an API request or response.
Property | Type | Required | Description |
---|---|---|---|
Message | string | False | The message that's returned from the API. |
RequestID | string | False | The unique identifier for the request or response. |
MetricDimension
Specifies metric-based criteria for including or excluding endpoints from a segment. These criteria derive from custom metrics that you define for endpoints.
Property | Type | Required | Description |
---|---|---|---|
ComparisonOperator | string | True | The operator to use when comparing metric values. Valid values are:
|
Value | number | True | The value to compare. |
RecencyDimension
Specifies criteria for including or excluding endpoints from a segment based on how recently an endpoint was active.
Property | Type | Required | Description |
---|---|---|---|
Duration | string Values: | True | The duration to use when determining whether an endpoint is active or inactive. |
RecencyType | string Values: | True | The type of recency dimension to use for the segment. Valid values are:
|
SegmentBehaviors
Specifies dimension settings for including or excluding endpoints from a segment based on how recently an endpoint was active.
Property | Type | Required | Description |
---|---|---|---|
Recency | False | The dimension settings that are based on how recently an endpoint was active. |
SegmentDemographics
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.
Property | Type | Required | Description |
---|---|---|---|
AppVersion | False | The app version criteria for the segment. | |
Channel | False | The channel criteria for the segment. | |
DeviceType | False | The device type criteria for the segment. | |
Make | False | The device make criteria for the segment. | |
Model | False | The device model criteria for the segment. | |
Platform | False | The device platform criteria for the segment. |
SegmentDimensions
Specifies the dimension settings for a segment.
Property | Type | Required | Description |
---|---|---|---|
Attributes | object | False | One or more custom attributes to use as criteria for the segment. For more information see AttributeDimension |
Behavior | False | The behavior-based criteria, such as how recently users have used your app, for the segment. | |
Demographic | False | The demographic-based criteria, such as device platform, for the segment. | |
Location | False | The location-based criteria, such as region or GPS coordinates, for the segment. | |
Metrics | object | False | One or more custom metrics to use as criteria for the segment. |
UserAttributes | object | False | One or more custom user attributes to use as criteria for the segment. |
SegmentGroup
Specifies the base segments and dimensions for a segment, and the relationships between these base segments and dimensions.
Property | Type | Required | Description |
---|---|---|---|
Dimensions | Array of type SegmentDimensions | False | An array that defines the dimensions for the segment. |
SourceSegments | Array of type SegmentReference | False | The base segment to build the segment on. A base segment, also referred to as a source segment, defines the initial population of endpoints for a segment. When you add dimensions to a segment, Amazon Pinpoint filters the base segment by using the dimensions that you specify. You can specify more than one dimensional segment or only one imported segment. If you specify an imported segment, the Amazon Pinpoint console displays a segment size estimate that indicates the size of the imported segment without any filters applied to it. |
SourceType | string Values: | False | Specifies how to handle multiple base segments for the segment. For example, if you specify three base segments for the segment, whether the resulting segment is based on all, any, or none of the base segments. |
Type | string Values: | False | Specifies how to handle multiple dimensions for the segment. For example, if you specify three dimensions for the segment, whether the resulting segment includes endpoints that match all, any, or none of the dimensions. |
SegmentGroupList
Specifies the settings that define the relationships between segment groups for a segment.
Property | Type | Required | Description |
---|---|---|---|
Groups | Array of type SegmentGroup | False | An array that defines the set of segment criteria to evaluate when handling segment groups for the segment. |
Include | string Values: | False | Specifies how to handle multiple segment groups for the segment. For example, if the segment includes three segment groups, whether the resulting segment includes endpoints that match all, any, or none of the segment groups. |
SegmentImportResource
Provides information about the import job that created a segment. An import job is a job that creates a user segment by importing endpoint definitions.
Property | Type | Required | Description |
---|---|---|---|
ChannelCounts | object | False | The number of channel types in the endpoint definitions that were imported to create the segment. |
ExternalId | string | True | (Deprecated) Your AWS account ID, which you assigned to an external ID key in an IAM trust policy. Amazon Pinpoint previously used this value to assume an IAM role when importing endpoint definitions, but we removed this requirement. We don't recommend use of external IDs for IAM roles that are assumed by Amazon Pinpoint. |
Format | string Values: | True | The format of the files that were imported to create the segment. Valid values
are: |
RoleArn | string | True | The Amazon Resource Name (ARN) of the AWS Identity and Access Management (IAM) role that authorized Amazon Pinpoint to access the Amazon S3 location to import endpoint definitions from. |
S3Url | string | True | The URL of the Amazon Simple Storage Service (Amazon S3) bucket that the endpoint definitions were imported from to create the segment. |
Size | integer | True | The number of endpoint definitions that were imported successfully to create the segment. |
SegmentLocation
Specifies geographical dimension settings for a segment.
Property | Type | Required | Description |
---|---|---|---|
Country | False | The country or region code, in ISO 3166-1 alpha-2 format, for the segment. | |
GPSPoint | False | The GPS location and range for the segment. |
SegmentReference
Specifies the segment identifier and version of a segment.
Property | Type | Required | Description |
---|---|---|---|
Id | string | True | The unique identifier for the segment. |
Version | integer | False | The version number of the segment. |
SegmentResponse
Provides information about the configuration, dimension, and other settings for a segment.
Property | Type | Required | Description |
---|---|---|---|
ApplicationId | string | True | The unique identifier for the application that the segment is associated with. |
Arn | string | True | The Amazon Resource Name (ARN) of the segment. |
CreationDate | string | True | The date and time when the segment was created. |
Dimensions | False | The dimension settings for the segment. | |
Id | string | True | The unique identifier for the segment. |
ImportDefinition | False | The settings for the import job that's associated with the segment. | |
LastModifiedDate | string | False | The date and time when the segment was last modified. |
Name | string | False | The name of the segment. |
SegmentGroups | False | A list of one or more segment groups that apply to the segment. Each segment group consists of zero or more base segments and the dimensions that are applied to those base segments. | |
SegmentType | string Values: | True | The segment type. Valid values are:
|
tags | object | False | A string-to-string map of key-value pairs that identifies the tags that are associated with the segment. Each tag consists of a required tag key and an associated tag value. |
Version | integer | False | The version number of the segment. |
SegmentsResponse
Provides information about all the segments that are associated with an application.
Property | Type | Required | Description |
---|---|---|---|
Item | Array of type SegmentResponse | True | An array of responses, one for each segment that's associated with the application (Segments resource) or each version of a segment that's associated with the application (Segment Versions resource). |
NextToken | string | False | The string to use in a subsequent request to get the next page of results in a paginated response. This value is null if there are no additional pages. |
SetDimension
Specifies the dimension type and values for a segment dimension.
Property | Type | Required | Description |
---|---|---|---|
DimensionType | string Values: | False | The type of segment dimension to use. Valid values are:
|
Values | Array of type string | True | The criteria values to use for the segment dimension. Depending on the value
of the |
See also
For more information about using this API in one of the language-specific AWS SDKs and references, see the following: