You are here:
Embed Analytics in Salesforce
Use the SDK, the Analytics Dashboard Component, and Lightning Web Component (LWC) wire adapters to facilitate access to insights created inside Analytics Studio. Your users can view and interact with data and insights from wherever they normally do their work without having to open Studio.
Analytics SDK
Use the Analytics SDK to embed Analytics functionality directly where your users work everyday, without having to transition between Lightning Experience and Analytics Studio. The Analytics SDK lets you communicate and interact with Analytics assets from Lightning Apps, Apex, Visualforce, and more. You can create one cohesive experience powered by Analytics features directly in Salesforce pages and apps.
For complete information about the SDK, see the Analytics SDK Developer Guide.
Analytics Dashboard Component
The Analytics dashboard component is an Aura component used to embed Analytics dashboards in Visualforce and Lightning pages. The component can render a live Analytics dashboard or it can be interactive with the page using events and methods to update the dashboard state.
For complete information about the dashboard component, see the Analytics Dashboard Component Developer Guide.
Analytics LWC Wire Adapters
Use Analytics LWC wire adapters to retrieve data and metadata for Analytics assets, execute queries, and schedule data syncs for recipes and dataflows. The lightning/analyticsWaveApi module provides wire adapters and JavaScript functions built on top of the Analytics and Data Prep Recipe REST APIs. Use these wire adapters and functions to work with Analytics data and metadata.
For reference and examples, see the Analytics Dashboard Component Developer Guide.

