Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Binary file added docs/img/admin_panel_segment_groups.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
14 changes: 14 additions & 0 deletions docs/site_organization/organizing_the_content.md
Original file line number Diff line number Diff line change
Expand Up @@ -210,3 +210,17 @@ You can bookmark any Content item by clicking the star icon next to the Content
Bookmarks are stored per user. You can view a list of all bookmarks by clicking Bookmarks in the left menu.

![Bookmark screen](img/bookmarks.png)

## Segments

With segments you can target content at specific groups of your users.
You can use them to display different content to different Page visitors by using the [Targeting block](working_with_page.md#targeting-block).

You can create and configure Segments and Segment Groups in the **Admin** section of the Back Office.

![](../img/admin_panel_segment_groups.png)

!!! note

Assigning Users to Segments happens automatically according to rules set up by the administrator.
Contact your site administrator for more information about your setup.
13 changes: 13 additions & 0 deletions docs/site_organization/working_with_page.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@

|Block|Description|
|-----|-----------|
|Targeting|Embeds a Content item depending on the [Segment](organizing_the_content.md#segments) the user belongs to. For details, see [Targeting block](#targeting-block).|
|Form|Embeds a Form Content item that you select from the Content Structure. For details, see [Form block](#form-block).|
|Code|Enables you to place text, links, images, etc. on your Page using custom HTML. For details, see [Code block](#code-block).|
|Content List|Displays Content items of a chosen Content Type (or Types) that are contained in a selected folder. For details, see [Content List block](#content-list-block).|
Expand Down Expand Up @@ -117,6 +118,18 @@
Settings and function of custom-made blocks of content depend on their design.
For details on adjusting and using them, contact your website administrator.

### Targeting block

In the **Basic** tab, perform the following actions:
Copy link
Contributor

@dabrt dabrt Oct 22, 2020

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Do you perform the actions below in a specific order? Is so, I would make this a numbered list. A bulleted list implies that actions can be performed in random order.

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No specific order necessary. The structure is the same as with other blocks, did not want to introduce a different organization.


- In the **Name** box, provide the name of the block.
- In the **Select default content** section, click **Select content**, navigate through the content
and select the default Content item that will be displayed when no priority rules are valid.
- In the **Setup segment and content matching priority rules** section, select a Segment Group and a Segment,
then click **Select content** and navigate to the Content item that you want to display for the selected group.

The rules are checked in order, so if a user belongs to more than one Segment, the first rule applies.

### Form block

Note that completing the settings of the Form block requires at least one Form Content item created.
Expand Down