You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- `activations`- activation details. You can configure multiple activations. They have to be of type `Ibexa` in [[= product_name =]] dashboard
44
45
- `client_id`and `client_secret` - client credentials are used to authenticate against the Webhook endpoint. Make sure they're random and secure
45
46
- `segment_group_identifier`- a [location](#segment-group) to which CDP data is imported
47
+
- `membership.enabled`- enables support for [anonymous users segmenatation](#anonymous-user-segmentation). Set to `true` to activate the feature. Defaults to `false`
46
48
- `membership.activation_id`and `membership.api_key` - credentials for the CDP Membership API, required for [anonymous user segmentation](#anonymous-user-segmentation)
47
49
- `membership.base_url` - base URL of the CDP Membership API (default: `https://cdp-api.raptorsmartadvisor.com`)
48
50
- `membership.timeout` - timeout in seconds for Membership API requests (default: `5`)
@@ -76,7 +78,7 @@ Next, add a segment group identifier to the configuration.
76
78
77
79
## Anonymous user segmentation
78
80
79
-
To set up [segmentation for Anonymous visitors](cdp_guide.md#anonymous-user-segmentation), execute the following steps:
81
+
To set up [segmentation for anonymous users](cdp_guide.md#anonymous-user-segmentation), execute the following steps:
80
82
81
83
### Set up CDP API activation
82
84
@@ -91,7 +93,7 @@ For more information, see [Website tracking dataflow](https://content.raptorserv
91
93
92
94
### Configuration
93
95
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).
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).
95
97
96
98
To control how long resolved segment memberships are cached per visitor, use the `ibexa_segmentation.anonymous.cache` configuration key:
0 commit comments