|
32 | 32 | client_secret: '%env(CDP_ACTIVATION_CLIENT_SECRET)%' |
33 | 33 | segment_group_identifier: example_segment_group_identifier |
34 | 34 | membership: # For anonymous user segmentation |
35 | | - enabled: true |
36 | 35 | activation_id: '%env(CDP_API_ACTIVATION_ID)%' |
37 | 36 | api_key: '%env(CDP_API_KEY)%' |
38 | 37 | base_url: 'https://cdp-api.raptorsmartadvisor.com' |
|
44 | 43 | - `activations` - activation details. You can configure multiple activations. They have to be of type `Ibexa` in [[= product_name =]] dashboard |
45 | 44 | - `client_id` and `client_secret` - client credentials are used to authenticate against the Webhook endpoint. Make sure they're random and secure |
46 | 45 | - `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) |
48 | 47 | - `membership.activation_id` and `membership.api_key` - credentials for the CDP Membership API, required for [anonymous user segmentation](#anonymous-user-segmentation) |
49 | 48 | - `membership.base_url` - base URL of the CDP Membership API (default: `https://cdp-api.raptorsmartadvisor.com`) |
50 | 49 | - `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 |
93 | 92 |
|
94 | 93 | ### Configuration |
95 | 94 |
|
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). |
98 | 96 | To control how long resolved segment memberships are cached per visitor, use the `ibexa_segmentation.anonymous.cache` configuration key: |
99 | 97 |
|
100 | 98 | ```yaml |
|
0 commit comments