> ## 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.

# Examples

export const CloudinaryVideo = ({src, controls = true, autoplay = false, loop = false, muted = true, poster = null}) => {
  return <video controls={controls} autoPlay={autoplay} loop={loop} className="w-full shadow-lg" src={src} muted={muted} poster={poster} playsinline></video>;
};

A glossary of Converge Insight Examples.

* [Non-Brand Google Spend and CPA over time](#non-brand-google-spend-and-cpa-over-time)
* [New Customers vs Target for the current month](#new-customers-vs-target-for-the-current-month)
* [AOV for Meta Conversions over time](#aov-for-meta-conversions-over-time)

***

## Non-Brand Google Spend and CPA over time

<CloudinaryVideo loop={true} autoplay={true} src="https://res.cloudinary.com/drv76uky1/video/upload/v1730211005/BrandCampaigns_cv72th" />

## New Customers vs Target for the current month

<CloudinaryVideo loop={true} autoplay={true} src="https://res.cloudinary.com/drv76uky1/video/upload/v1730724657/NewCustomersVsTarget_xnxjdx.mp4" />

## AOV for Meta Conversions over time

<CloudinaryVideo loop={true} autoplay={true} src="https://res.cloudinary.com/drv76uky1/video/upload/v1730725322/MetaAOV_nxptnn.mp4" />
