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

# Monitoring

> Monitor and validate your ad platform integrations in Converge

export const IconText = ({name, text, iconSource = "mintlify", iconLocation = "before", iconType = "solid"}) => {
  const sourceUrl = iconSource === 'local' ? `url('/images/icons/${name}.svg')` : `url('https://mintlify.b-cdn.net/v6.5.1/${iconType}/${name}.svg')`;
  return <>
            <div className="inline-block pl-2">
                {iconLocation === 'before' && <div className="h-3.5 w-3.5 fill-gray-800 dark:fill-gray-100 text-gray-800 dark:text-gray-100 inline-block align-middle mr-2">
                        <svg className="w-4 h-4 bg-gray-800 dark:bg-gray-100 " style={{
    maskImage: sourceUrl,
    maskRepeat: "no-repeat",
    maskPosition: "center center"
  }} />
                    </div>}
                <span className="inline-block align-middle font-semibold fill-gray-800 dark:fill-gray-100 text-gray-800 dark:text-gray-100 pl-1 pr-2">{text}</span>
                {iconLocation === 'after' && <div className="h-3.5 w-3.5 fill-gray-800 dark:fill-gray-100 text-gray-800 dark:text-gray-100 inline-block align-middle mr-2">
                        <svg className="w-4 h-4 bg-gray-800 dark:bg-gray-100 pr-3" style={{
    maskImage: sourceUrl,
    maskRepeat: "no-repeat",
    maskPosition: "center center"
  }} />
                    </div>}
            </div>
        </>;
};

## Overview

Converge provides the following tools to monitor and debug whether your marketing sources are working correctly:

* [Tracking parameters](#tracking-parameters)

***

## Tracking parameters

Converge will automatically flag when ads are not configured with the correct [tracking parameters](/attribution/tracking-parameters).

### Where to find tracking parameters

1. Navigate to the [Sources Tab](https://app.runconverge.com/-/ad-platforms) in your Converge dashboard.

<Frame>
  <img src="https://mintcdn.com/converge/jqdxrbHdidXe9kgB/images/ad-platforms/home-highlight-marketing-sources.png?fit=max&auto=format&n=jqdxrbHdidXe9kgB&q=85&s=60f880c7698e03414ac35750e18fdfa9" alt="navigate to marketing sources" width="3424" height="1766" data-path="images/ad-platforms/home-highlight-marketing-sources.png" />
</Frame>

2. Click on the marketing source you want to validate.

<Frame>
  <img src="https://mintcdn.com/converge/jqdxrbHdidXe9kgB/images/ad-platforms/marketing-sources.png?fit=max&auto=format&n=jqdxrbHdidXe9kgB&q=85&s=7c5930cbd907ed19128e1fcfc9a1dce0" alt="pick a source" width="1775" height="736" data-path="images/ad-platforms/marketing-sources.png" />
</Frame>

3. Click on the **Tracking parameters** tab to see the tracking parameters.

<Frame>
  <img src="https://mintcdn.com/converge/jqdxrbHdidXe9kgB/images/ad-platforms/marketing-sources-home.png?fit=max&auto=format&n=jqdxrbHdidXe9kgB&q=85&s=c1dc715da8e91a4811c01bbe356cc934" alt="marketing source home" width="3440" height="1676" data-path="images/ad-platforms/marketing-sources-home.png" />
</Frame>

4. Correct any ads with invalid tracking templates by pressing on the **Update** button and pasting the correct template.

<Frame>
  <img src="https://mintcdn.com/converge/jqdxrbHdidXe9kgB/images/ad-platforms/google-ads-tracking-parameters-tab.png?fit=max&auto=format&n=jqdxrbHdidXe9kgB&q=85&s=8850beb95848086a4471cb3208e454fd" alt="tracking parameters tab" width="3422" height="1382" data-path="images/ad-platforms/google-ads-tracking-parameters-tab.png" />
</Frame>
