Skip to content

Commit 6507c02

Browse files
committed
Review feedback
1 parent 2b85ae4 commit 6507c02

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

docs/cdp/cdp_activation/cdp_configuration.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,6 @@ ibexa:
3232
client_secret: '%env(CDP_ACTIVATION_CLIENT_SECRET)%'
3333
segment_group_identifier: example_segment_group_identifier
3434
membership: # For anonymous user segmentation
35-
enabled: true
3635
activation_id: '%env(CDP_API_ACTIVATION_ID)%'
3736
api_key: '%env(CDP_API_KEY)%'
3837
base_url: 'https://cdp-api.raptorsmartadvisor.com'
@@ -44,7 +43,7 @@ ibexa:
4443
- `activations` - activation details. You can configure multiple activations. They have to be of type `Ibexa` in [[= product_name =]] dashboard
4544
- `client_id` and `client_secret` - client credentials are used to authenticate against the Webhook endpoint. Make sure they're random and secure
4645
- `segment_group_identifier` - a [location](#segment-group) to which CDP data is imported
47-
- `membership.enabled` - enables support for [anonymous users segmentation](#anonymous-user-segmentation). Set to `true` to activate the feature. Defaults to `false`
46+
- `membership` - presence of this key enables support for [anonymous user segmentation](#anonymous-user-segmentation)
4847
- `membership.activation_id` and `membership.api_key` - credentials for the CDP Membership API, required for [anonymous user segmentation](#anonymous-user-segmentation)
4948
- `membership.base_url` - base URL of the CDP Membership API (default: `https://cdp-api.raptorsmartadvisor.com`)
5049
- `membership.timeout` - timeout in seconds for Membership API requests (default: `5`)
@@ -93,8 +92,7 @@ For more information, see [Website tracking dataflow](https://content.raptorserv
9392

9493
### Configuration
9594

96-
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).
97-
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).
9896
To control how long resolved segment memberships are cached per visitor, use the `ibexa_segmentation.anonymous.cache` configuration key:
9997

10098
```yaml

0 commit comments

Comments
 (0)