...
Maintaining data in the profile and recording the visitor's behavior allows offering information targeted for that visitor. Once a visitor's area(s) of interest are identified, you can display content that is targeted toward their interests. This also provides the website visitor with a better experience.
For complete information on how to personalize content in XperienCentral, see Personalizing Content.
To access the Authorization Personalize panel, navigate to Configuration > Personalize.
...
An Editor can add personalization quickly and easily while editing an content item in the Editor. For complete information about personalizing content, see the XperienCentral online help for the Editor (Help > Visitor Segmentation > Personalize).
...
Creating XSLT Expressions
...
- Navigate to Configuration > Personalize.
- Click the "XSLT Expressions" tab.
- Select <New expression> from the "Select" menu.
Define the following properties:
Property Description Category The category (if any) to which this expression belongs. Available Specifies whether this expression is available for use. Type The options are: - Condition: XPATH expression that generates 'true'TRUE.
- Choose: The same as 'Condition' but with a redirect to another page if the expression generates 'false'FALSE. The login page is the default.
- Select: An XPATH expression that retrieves information from an XML structure.
- XSL: An XSL template, for all other options.
Show links Selecting '"Yes' " displays a protected page on the menu. For users with insufficient rights, this has no effect. The visitor will be redirected to the login page and will be able to access the desired page if he or she logs in. XSLT XSLT code (for type '"XSL'") or XPATH expression (for other types). Examples:
Condition
/root/system/user/sex gender = '1'
(Verify that the visitor is male.)
Choose
count(/root/system/user/username) > 0 and (/root/system/user/username) = 'administrator'
(First, verify that the 'username' tag exists and then that the user is the administrator.)
Select
/root/system/user/firstname
(Retrieve the first name.)
XSL
<xsl:value-of select="/root/system/user/firstname"/>
<xsl:text > </xsl:text>
<xsl:value-of select="/root/system/user/lastname"/>
(Retrieve first name + space + last name.)Assigned to If this expression is used in one or more presentation models, the models are listed here. Test XSLT Tests the XSLT code to ensure that it is correct.
...
The Usage tab shows which XSLT expressions and personalization models are assigned to pages and page sections. The page to which the currently selected expression or model is assigned also appears. When you click a page title in the list, XperienCentral navigates to that page or page section in the Editor.
...
On the Categories tab you can create categories to which you can assign personalizations and expressions. This makes it easier to organize your personalizations and expressions into groups. The categories also appear in the "Select Personalizations" panel when an editor is personalizing content, which makes it easy to quickly locate the personalization they are looking for.
To create personalization categories, follow these steps:
- Click the "Categories" tab.
- Select "<new category>" from the "Select" drop-down list.
- Enter the name of the new category in the
...
...
- "Category Name" field.
- Click [Apply]. For example
The new category is added. For example:
Categories in the Select Personalizations Panel
When a user is personalizing content in the Editor, they have the option to see all available personalizations or to select the specific category in which the personalization is placed (if categories are used). For example:
Once the category is selected, the available personalizations can be selected from the "Personalization" drop-down list.