Skip to content

Commit 94b532c

Browse files
authored
Described enabling the feature (#3201)
* Described enabling the feature * Fixed typo * Review feedback * Wording
1 parent af0f77e commit 94b532c

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

docs/cdp/cdp_activation/cdp_configuration.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,7 @@ ibexa:
4343
- `activations` - activation details. You can configure multiple activations. They have to be of type `Ibexa` in [[= product_name =]] dashboard
4444
- `client_id` and `client_secret` - client credentials are used to authenticate against the Webhook endpoint. Make sure they're random and secure
4545
- `segment_group_identifier` - a [location](#segment-group) to which CDP data is imported
46+
- `membership` - this configuration enables support for [anonymous user segmentation](#anonymous-user-segmentation)
4647
- `membership.activation_id` and `membership.api_key` - credentials for the CDP Membership API, required for [anonymous user segmentation](#anonymous-user-segmentation)
4748
- `membership.base_url` - base URL of the CDP Membership API (default: `https://cdp-api.raptorsmartadvisor.com`)
4849
- `membership.timeout` - timeout in seconds for Membership API requests (default: `5`)
@@ -76,7 +77,7 @@ Next, add a segment group identifier to the configuration.
7677

7778
## Anonymous user segmentation
7879

79-
To set up [segmentation for Anonymous visitors](cdp_guide.md#anonymous-user-segmentation), execute the following steps:
80+
To set up [segmentation for anonymous users](cdp_guide.md#anonymous-user-segmentation), execute the following steps:
8081

8182
### Set up CDP API activation
8283

@@ -91,8 +92,7 @@ For more information, see [Website tracking dataflow](https://content.raptorserv
9192

9293
### Configuration
9394

94-
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).
95-
95+
Add the `membership.activation_id` and `membership.api_key` credentials to your [`ibexa_cdp` configuration](#configuration), using the credentials for [CDP API activation](#set-up-cdp-api-activation).
9696
To control how long resolved segment memberships are cached per visitor, use the `ibexa_segmentation.anonymous.cache` configuration key:
9797

9898
```yaml

0 commit comments

Comments
 (0)