View Categories

LeadSquared Data Access – Summary(Clone DB)

< 1 min read

  • LeadSquared provides read-only views and tables for analytics.

  • Lead and Activity data are in Prospect_BaseProspectActivity_Base, and their extension tables (joined by ProspectId / ProspectActivityId).

  • Other lead tables exist but are not needed for analytics.

  • Recommended approach: create a data pipeline, pull incremental data, and load it into your data warehouse.

  • User_Base is not allowed in CloneDB. This is the expected behavior. User tables can not be accessed due to sensitive data.


Scroll to Top