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

# How to Send One Event to Specific Campaigns in ClickFlare

> Use case: Sending conversion and event data to traffic sources using a webhook and traffic source template.

If you need all events to be sent to all campaigns except one specific event, which should only be sent for selected campaigns, you can use the Webhook CAPI integration as a workaround.

This gives you control over which campaigns fire that specific event, while all other events continue to be reported as usual.

## Step 1: Create a CAPI Integration with Webhook

Reference: [Custom Webhook Integration](/docs/en/integrations/custom-webhook-integration)

1. * Go to **Integrations > CAPI Integrations > Webhook**.
   * Specify **Clicks** (or the event you want to send selectively) as the event to be reported.
   * Configure the **postback URL** for your traffic source (e.g., MGID), using the proper data replacements.

<Info>
  Only configure the event(s) you want to send selectively here.
</Info>

<img src="https://mintcdn.com/clickflare/GPmlXVWHNq-9kzLd/images/help-center/08-advanced-tracking-and-configuration/01-ai-smart-traffic/02-how-to-send-one-event-to-specific-campaigns-in-clickflare-01.png?fit=max&auto=format&n=GPmlXVWHNq-9kzLd&q=85&s=d336535958c578cab5dfe0bad9d0d683" alt="Only configure the event(s) you want to send selectively here" width="788" height="570" data-path="images/help-center/08-advanced-tracking-and-configuration/01-ai-smart-traffic/02-how-to-send-one-event-to-specific-campaigns-in-clickflare-01.png" />

## Step 2: Assign the Integration to Specific Campaigns

* Once the Webhook CAPI integration is created, go to the **campaign settings**.
* Select the CAPI integration **only for the campaigns** where you want the specific event (e.g., clicks) reported.

<img src="https://mintcdn.com/clickflare/GPmlXVWHNq-9kzLd/images/help-center/08-advanced-tracking-and-configuration/01-ai-smart-traffic/02-how-to-send-one-event-to-specific-campaigns-in-clickflare-02.png?fit=max&auto=format&n=GPmlXVWHNq-9kzLd&q=85&s=fbb9970aa7211ba071209b580a9c8880" alt="Select the CAPI integration only for the campaigns where you want the specific event (e.g., clicks) reported" width="1237" height="662" data-path="images/help-center/08-advanced-tracking-and-configuration/01-ai-smart-traffic/02-how-to-send-one-event-to-specific-campaigns-in-clickflare-02.png" />

## Step 3: Configure Traffic Source Events Normally

* At the **traffic source level**, configure the events you want to report to your traffic source, **excluding the selectively reported event** (e.g., clicks).
* This way, all other events will continue to be sent via the standard postback for all campaigns that use the same Traffic Source Template.

<img src="https://mintcdn.com/clickflare/GPmlXVWHNq-9kzLd/images/help-center/08-advanced-tracking-and-configuration/01-ai-smart-traffic/02-how-to-send-one-event-to-specific-campaigns-in-clickflare-03.png?fit=max&auto=format&n=GPmlXVWHNq-9kzLd&q=85&s=84f5bf34a18150a21d309143755459f8" alt="This way, all other events will continue to be sent via the standard postback for all campaigns that use the same…" width="1128" height="233" data-path="images/help-center/08-advanced-tracking-and-configuration/01-ai-smart-traffic/02-how-to-send-one-event-to-specific-campaigns-in-clickflare-03.png" />

### Result

* The specific event (clicks in this example) is sent **only for the selected campaigns** through the Webhook CAPI integration.
* All other events are reported **normally** to all campaigns through the standard setup.
