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

# Criteo Ads

> An introduction to the Criteo Ads marketing source

export const OutboundLink = ({linkText, linkTarget}) => {
  return <a target="_blank" href={linkTarget}> {linkText} 
    <div className="inline h-3 w-3 fill-gray-500 dark:fill-gray-100 text-gray-500 dark:text-gray-300 ml-1 mr-1">
      <svg className="inline w-2.5 h-2.5 bg-gray-500 dark:bg-gray-300" style={{
    maskImage: `url('https://mintlify.b-cdn.net/v6.5.1/solid/up-right-from-square.svg')`,
    maskRepeat: "no-repeat",
    maskPosition: "center center"
  }}></svg> 
    </div>
    </a>;
};

export const Icon = ({name}) => {
  return <div className="h-4 w-4 fill-gray-800 dark:fill-gray-100 text-gray-800 dark:text-gray-100 inline-block align-middle">
            <svg className="w-4 h-4 bg-gray-800 dark:bg-gray-100" style={{
    maskImage: `url('https://mintlify.b-cdn.net/v6.5.1/solid/${name}.svg')`,
    maskRepeat: "no-repeat",
    maskPosition: "center center"
  }} />
        </div>;
};

<Note> The Criteo Ads marketing source lets you see platform-specific metrics (e.g. Ad Spend) in Converge.
To send data from Converge to Criteo, check out the [Criteo Destination](/destinations/integrations/criteo) instead.</Note>

***

## Converge functionality

This integration supports the following Converge marketing source functionality.

| Converge Feature                                                                                                                                                                                             | Supported             |
| ------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------ | --------------------- |
| Sync Frequency                                                                                                                                                                                               | Every hour            |
| <Tooltip tip="Whether spend is available on a per-hour basis. When unsupported, Converge pulls in the daily spend and uniformly distributes it over the hours of the day.">Hourly Spend Breakdowns</Tooltip> | <Icon name="xmark" /> |
| Custom Conversions                                                                                                                                                                                           | <Icon name="xmark" /> |

***

## Set up your Converge tracking parameters

1. Navigate to your <OutboundLink linkText="Criteo Ads Manager" linkTarget="https://marketing.criteo.com/campaigns/dashboard/ad-sets" />

2. Navigate to **Campaigns** > **Ad sets** in the sidebar.

3. Click on the <Icon name="ellipsis-vertical" />-icon next to the Ad Set and click on **Ads tracking**.

4. Under **Apply a suffix (optional)**, copy and paste the following tracking template.
   ```
   ?cvg_source=criteo&cvg_cid={{criteo_campaign_id}}&cvg_adid={{adid}}
   ```

5. Scroll down and click on **Save and apply**.
