diff --git a/docs/datalake/epilot-datalake.mdx b/docs/datalake/epilot-datalake.mdx index 46f356c..9ae8e95 100644 --- a/docs/datalake/epilot-datalake.mdx +++ b/docs/datalake/epilot-datalake.mdx @@ -135,6 +135,8 @@ This table stores the above attributes related to journey sessions. - **{org_id}_journey_events_final** This table stores the above attributes related to journey events. +![Journey analytics db schema](/img/datalake/journey-analytics-db-schema.png) + ## Setting up Datalake ### Generate datalake credentials @@ -251,6 +253,16 @@ Example ODBC Connection String - ```Driver={ClickHouse ODBC Driver (ANSI)};Serv Our Data Lake feature provides a powerful way to capture and analyze real-time entity operations, enabling you to gain valuable insights from your data. By understanding the data schema and following the steps to set up credentials, you can leverage this feature to build reports, perform analytics, and make data-driven decisions for your organization. +## Interactive PowerBI report for Journey Analytics using Epilot Datalake +
+ +
+ + + +Our Journey Analytics Data lake feature offers a comprehensive solution to track and analyze user journeys in real-time, providing you with deep insights into how users interact with your journeys. By capturing detailed event data, such as page navigations, form submissions, and user exits, you can gain a clear understanding of user behavior and identify opportunities for optimization. + + You can also refer to the following link to establish connection to [different BI tools.](https://clickhouse.com/docs/en/integrations/data-visualization) If you have any further questions or need assistance with data queries, please reach out to our team. \ No newline at end of file diff --git a/static/img/datalake/journey-analytics-db-schema.png b/static/img/datalake/journey-analytics-db-schema.png new file mode 100644 index 0000000..204bcb2 Binary files /dev/null and b/static/img/datalake/journey-analytics-db-schema.png differ