diff --git a/docs/cdp/cdp_activation/cdp_configuration.md b/docs/cdp/cdp_activation/cdp_configuration.md index d210d8b68f..b197690951 100644 --- a/docs/cdp/cdp_activation/cdp_configuration.md +++ b/docs/cdp/cdp_activation/cdp_configuration.md @@ -32,6 +32,7 @@ ibexa: client_secret: '%env(CDP_ACTIVATION_CLIENT_SECRET)%' segment_group_identifier: example_segment_group_identifier membership: # For anonymous user segmentation + enabled: true activation_id: '%env(CDP_API_ACTIVATION_ID)%' api_key: '%env(CDP_API_KEY)%' base_url: 'https://cdp-api.raptorsmartadvisor.com' @@ -43,6 +44,7 @@ ibexa: - `activations` - activation details. You can configure multiple activations. They have to be of type `Ibexa` in [[= product_name =]] dashboard - `client_id` and `client_secret` - client credentials are used to authenticate against the Webhook endpoint. Make sure they're random and secure - `segment_group_identifier` - a [location](#segment-group) to which CDP data is imported +- `membership.enabled` - enables support for [anonymous users segmentation](#anonymous-user-segmentation). Set to `true` to activate the feature. Defaults to `false` - `membership.activation_id` and `membership.api_key` - credentials for the CDP Membership API, required for [anonymous user segmentation](#anonymous-user-segmentation) - `membership.base_url` - base URL of the CDP Membership API (default: `https://cdp-api.raptorsmartadvisor.com`) - `membership.timeout` - timeout in seconds for Membership API requests (default: `5`) @@ -76,7 +78,7 @@ Next, add a segment group identifier to the configuration. ## Anonymous user segmentation -To set up [segmentation for Anonymous visitors](cdp_guide.md#anonymous-user-segmentation), execute the following steps: +To set up [segmentation for anonymous users](cdp_guide.md#anonymous-user-segmentation), execute the following steps: ### Set up CDP API activation @@ -91,7 +93,7 @@ For more information, see [Website tracking dataflow](https://content.raptorserv ### Configuration -First, add the `membership.activation_id` and `membership.api_key` credentials to your [`ibexa_cdp` configuration](#configuration), using the values for [CDP API activation](#set-up-cdp-api-activation). +Add the `membership.activation_id`, `membership.api_key`, and `membership.enabled: true` to your [`ibexa_cdp` configuration](#configuration), using the credentials for [CDP API activation](#set-up-cdp-api-activation). To control how long resolved segment memberships are cached per visitor, use the `ibexa_segmentation.anonymous.cache` configuration key: