View source: R/cloudwatchevidently_operations.R
cloudwatchevidently_create_segment | R Documentation |
Use this operation to define a segment of your audience. A segment is a portion of your audience that share one or more characteristics. Examples could be Chrome browser users, users in Europe, or Firefox browser users in Europe who also fit other criteria that your application collects, such as age.
See https://www.paws-r-sdk.com/docs/cloudwatchevidently_create_segment/ for full documentation.
cloudwatchevidently_create_segment(
description = NULL,
name,
pattern,
tags = NULL
)
description |
An optional description for this segment. |
name |
[required] A name for the segment. |
pattern |
[required] The pattern to use for the segment. For more information about pattern syntax, see Segment rule pattern syntax. |
tags |
Assigns one or more tags (key-value pairs) to the segment. Tags can help you organize and categorize your resources. You can also use them to scope user permissions by granting a user permission to access or change only resources with certain tag values. Tags don't have any semantic meaning to Amazon Web Services and are interpreted strictly as strings of characters. You can associate as many as 50 tags with a segment. For more information, see Tagging Amazon Web Services resources. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.