> ## Documentation Index
> Fetch the complete documentation index at: https://docs.runconverge.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Video tutorials

export const LoomVideo = ({src}) => {
  const containerStyle = {
    position: 'relative',
    paddingBottom: '60.13363028953229%',
    height: 0
  };
  const iframeStyle = {
    position: 'absolute',
    top: 0,
    left: 0,
    width: '100%',
    height: '100%'
  };
  return <div style={containerStyle}>
      <iframe src={src} frameBorder="0" allow="fullscreen; webkitallowfullscreen; mozallowfullscreen" style={iframeStyle} title="Loom Embed"></iframe>
    </div>;
};

A set of video tutorials covering Insights and Dashboards basics.

## Introduction to Insights and Dashboards

In this tutorial, we show you how to create an insight that shows **Revenue and Ad Spend over time** in less than 3 minutes.

<LoomVideo src="https://www.loom.com/embed/95a0f39334114b0fb8a17e6c02d347b7?sid=f580ef27-c28a-4a20-a68b-102733ba6e7a" />

<br />

***

## Filters and Breakdowns

In this tutorial, we show you how to leverage Filters and Breakdowns to create the following insights:

* **Add To Carts by Device Type**
* **CPM across my Facebook UK Campaigns**

<LoomVideo src="https://www.loom.com/embed/e340ba32731e4e858ef42be2b5bb9f97?sid=067f5cd9-0109-4d19-8c88-74ed6b6afa7e" />

<br />

***

## Conversion Rate Metrics

In this tutorial, we show you how to leverage conversion rate metrics for CRO research.
We create the following insights:

* **Add To Cart vs. New Customer Order Conversion Rate**
* **Mobile Add To Cart Conversion Rate vs Desktop New Customer Order Conversion Rate**
* **Conversion Rate of Facebook Traffic on Product Pages**

<LoomVideo src="https://www.loom.com/embed/7bc73ae2182c4bf388adf334d5774a21?sid=307279fb-c220-4fee-8a0c-fca8989874a2" />

<br />

***
