Journey Analytics The behavioural analytics tool. | Analytics User | Latest Version Latest version 23.04.0 cloud hosted.
The Journey Analytics preferences are used to configure the Segment Whitelist. Preferences can be opened by clicking the settings cog in the top right of the user interface.
Within Preferences, the Segment Whitelist determines which segmentation data is allowed to be stored in Journey Analytics datasets. It is designed to help prevent inadvertent storage of Personally Identifiable Information (PII) in the Journey Analytics database.
To avoid losing any segmentation data, add them to the segment whitelist prior to making the application (form) available to users.
To collect segment data for Journey Analytics purposes, the segments and their values must be whitelisted. Any incoming segment data which is not whitelisted is discarded and is not stored.
You will need Journey Analytics Administrator, or "Transact Insights Administrator", role for your user account to access the whitelist. For more information on Personally Identifiable Information (PII) and the types of data allowed to capture using custom segmentation, see Data Privacy and Security.
Using the UI, add and amend entries using the steps below:
The segment whitelist is shared across all Journey Manager environments (DEV, UAT, TEST, STAGING, PROD). Changes to the segment whitelist in one environment will be reflected in all environments.
Alternatively, use the Download and Upload buttons to maintain the whitelist using a file.
segment-whitelist.yaml
file.
- segmentName: Customer Type
segmentType: DISCRETE
values:
- Existing Customer
- Prospect
- segmentName: Product Code
segmentType: RANGE
values:
- 1
- 6
Each whitelist entry requires the following properties to be set:
segmentName
: the name of the segmentation.segmentType
: the type of segmentation, either DISCRETE or RANGE.values
: the segment values or range of values that are allowed:segment-whitelist.yaml
file.This file can also be stored in your solution as a backup to track changes using version control.
To cancel all modifications, before clicking Apply, click anywhere outside the preferences dialogue.
For more information on sending segments, see How to Send Custom Milestones and Segments.