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.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -173,7 +173,7 @@ Finally, you can specify the audiences you wish to include.
173
173
The final step is setting up a tracking script.
174
174
It requires a head tracking script between the `<head></head>` tags on your website
175
175
and a main script after the head script, and cookie consent.
176
-
You can do it by following [tutorial in the documentation](https://support.raptorsmartadvisor.com/hc/en-us/articles/115000656909-Client-side-Tracking).
176
+
For more information about setting up a tracking script, see [Raptor documentation](https://content.raptorservices.com/help-center/client-side-tracking).
177
177
178
178
Now, you need to add a tracker to specific places in your website where you want to track users.
179
179
For example, add this tracker to the Landing Page template if you want to track user entrances.
@@ -197,4 +197,4 @@ Add the user ID information by using below script:
197
197
raptor.push("setRuid","USER_ID_HERE")
198
198
```
199
199
200
-
For more information on tracking events, see [the documentation](https://support.raptorsmartadvisor.com/hc/en-us/articles/201912411-Tracking-Events).
200
+
For more information on tracking events, see [the documentation](https://content.raptorservices.com/help-center/tracking-events-for-recommendation).
0 commit comments