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
@@ -862,7 +862,7 @@ To populate funnel data, you need to:
862
862
1. Define the steps of your funnel within the Databuddy dashboard settings.
863
863
2. Ensure each step corresponds to a custom event (or page view) that you are tracking with the SDK. For example, a signup funnel might be defined by a sequence of events like `viewed_signup_page` (a screen view), `started_signup_form` (custom event), and `completed_signup` (custom event).
864
864
865
-
The sequence of these events for users will then build the funnel visualization. For more details on sending custom events, see the [SDK Methods Reference](/docs/sdk#-sdk-methods-reference) in the SDK documentation.
865
+
The sequence of these events for users will then build the funnel visualization. For more details on sending custom events, see the [SDK Methods Reference](/docs/sdk#sdk-methods) in the SDK documentation.
866
866
867
867
</Callout>
868
868
@@ -876,8 +876,8 @@ User journey visualization allows you to see the paths users take through your w
876
876
877
877
<Callouttype="tip"title="Data for User Journeys">
878
878
This feature relies on the comprehensive event data tracked by the SDK. The richness of the user journeys depends on:
879
-
- Thorough `screen_view` tracking (often automatic via `trackScreenViews={true}` in the [SDK configuration](/docs/sdk#-configuration-options)).
880
-
- Detailed custom event tracking (`db.track()`) for significant interactions as described in the [SDK Methods Reference](/docs/sdk#-sdk-methods-reference).
879
+
- Thorough `screen_view` tracking (often automatic via `trackScreenViews={true}` in the [SDK configuration](/docs/sdk#configuration-options)).
880
+
- Detailed custom event tracking (`db.track()`) for significant interactions as described in the [SDK Methods Reference](/docs/sdk#sdk-methods).
881
881
882
882
Each event is tied to a user's session, allowing the dashboard to reconstruct their path.
883
883
@@ -896,9 +896,9 @@ Richer user profiles are developed when you consistently track custom events tha
896
896
897
897
Refer to these SDK documentation sections for more:
898
898
899
-
-[Custom Event Tracking](/docs/sdk#-custom-event-tracking) for strategy.
900
-
-[Standard Event Reference](/docs/sdk#-standard-event-reference) for common event types.
901
-
-[SDK Methods Reference](/docs/sdk#-sdk-methods-reference) for `db.track()` and `db.setGlobalProperties()`.
899
+
-[Custom Event Tracking](/docs/sdk#custom-event-tracking) for strategy.
900
+
-[Standard Event Reference](/docs/sdk#standard-events) for common event types.
901
+
-[SDK Methods Reference](/docs/sdk#sdk-methods) for `db.track()` and `db.setGlobalProperties()`.
902
902
- The `db.setGlobalProperties()` method can be particularly useful for adding persistent attributes to a user's profile.
0 commit comments