Skip to content

Commit af0f77e

Browse files
committed
Fixed link
1 parent db9749a commit af0f77e

2 files changed

Lines changed: 3 additions & 3 deletions

File tree

docs/cdp/cdp_activation/cdp_add_tracking.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ raptor.push("setRuid","USER_ID_HERE")
4747

4848
For anonymous visitors, Raptor's tracking script automatically sets an `rsa` cookie that uniquely identifies the visitor, without calling the `setRuid` method.
4949

50-
For more information on tracking events, see [the documentation](https://content.raptorservices.com/help-center/tracking-events-for-recommendation).
50+
For more information on tracking events, see [the documentation](https://content.raptorservices.com/help-center/tracking-events-parameters-reference).

docs/cdp/cdp_activation/cdp_configuration.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,8 @@ ibexa:
3232
client_secret: '%env(CDP_ACTIVATION_CLIENT_SECRET)%'
3333
segment_group_identifier: example_segment_group_identifier
3434
membership: # For anonymous user segmentation
35-
activation_id: '%env(CDP_API_ACTIVATION_ID)%'
36-
api_key: '%env(CDP_API_KEY)%'
35+
activation_id: '%env(CDP_MEMBERSHIP_ACTIVATION_ID)%'
36+
api_key: '%env(CDP_MEMBERSHIP_API_KEY)%'
3737
base_url: 'https://cdp-api.raptorsmartadvisor.com'
3838
timeout: 5
3939
```

0 commit comments

Comments
 (0)