Skip to content
Open
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
6 changes: 4 additions & 2 deletions docs/cdp/cdp_activation/cdp_configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@
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'
Expand All @@ -43,6 +44,7 @@
- `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`)
Expand Down Expand Up @@ -76,7 +78,7 @@

## 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

Expand All @@ -91,7 +93,7 @@

### 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).

Check failure on line 96 in docs/cdp/cdp_activation/cdp_configuration.md

View workflow job for this annotation

GitHub Actions / vale

[vale] docs/cdp/cdp_activation/cdp_configuration.md#L96

[Ibexa.Spellcheck] Did you really mean 'ibexa_cdp'?
Raw output
{"message": "[Ibexa.Spellcheck] Did you really mean 'ibexa_cdp'?", "location": {"path": "docs/cdp/cdp_activation/cdp_configuration.md", "range": {"start": {"line": 96, "column": 100}}}, "severity": "ERROR"}

To control how long resolved segment memberships are cached per visitor, use the `ibexa_segmentation.anonymous.cache` configuration key:

Expand Down
Loading