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
Copy file name to clipboardExpand all lines: docs/cdp/cdp_activation/cdp_configuration.md
+3-3Lines changed: 3 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,6 +43,7 @@ ibexa:
43
43
- `activations`- activation details. You can configure multiple activations. They have to be of type `Ibexa` in [[= product_name =]] dashboard
44
44
- `client_id`and `client_secret` - client credentials are used to authenticate against the Webhook endpoint. Make sure they're random and secure
45
45
- `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)
46
47
- `membership.activation_id`and `membership.api_key` - credentials for the CDP Membership API, required for [anonymous user segmentation](#anonymous-user-segmentation)
47
48
- `membership.base_url` - base URL of the CDP Membership API (default: `https://cdp-api.raptorsmartadvisor.com`)
48
49
- `membership.timeout` - timeout in seconds for Membership API requests (default: `5`)
@@ -76,7 +77,7 @@ Next, add a segment group identifier to the configuration.
76
77
77
78
## Anonymous user segmentation
78
79
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:
80
81
81
82
### Set up CDP API activation
82
83
@@ -91,8 +92,7 @@ For more information, see [Website tracking dataflow](https://content.raptorserv
91
92
92
93
### Configuration
93
94
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).
96
96
To control how long resolved segment memberships are cached per visitor, use the `ibexa_segmentation.anonymous.cache` configuration key:
0 commit comments