> For the complete documentation index, see [llms.txt](https://docs.360dialog.com/360pilot/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.360dialog.com/360pilot/integrations-and-optimization/meta-pixel-and-ctwa-optimization.md).

# Meta Pixel & CTWA Optimization

{% hint style="info" %}

#### Definitions

* **Meta Pixel** is a **tracking tool from Meta** that **records actions users take on a website**, such as page views, leads, or purchases. [Learn more about Meta Pixel](https://web.facebook.com/business/tools/meta-pixel) and how to integrate it with your website.
* **Click-to-WhatsApp Ads (CTWA)** are **ads that send users directly into a WhatsApp conversation** with a business. [Learn more about CTWA](https://docs.360dialog.com/docs/whatsapp-marketing/ads-that-click-to-whatsapp-ctwa).
  {% endhint %}

## Overview

Meta Pixel & CTWA Optimization helps businesses **measure conversions more accurately** by connecting website activity with WhatsApp interactions.

Meta Pixel can track the customer journey on your website after a user clicks a CTWA ad and lands on your page. This makes it possible to measure web-based conversions that originate from WhatsApp campaigns.

However, Meta Pixel **cannot track what happens inside WhatsApp conversations**. That is where **360Pilot** adds value: it **detects conversion events directly in WhatsApp chats** and sends them back to Meta, **completing the full conversion** picture.

## Why it matters

Starting a WhatsApp conversation does not necessarily mean a conversion has happened.

While Meta Pixel helps track website actions, it cannot measure outcomes that happen inside WhatsApp, such as:

* [x] confirmed purchases,
* [x] booked appointments, or
* [x] qualified leads,

360Pilot bridges this gap by analyzing WhatsApp conversations and identifying real conversion events, giving your business better visibility into campaign performance and enabling smarter ad optimization.

## How it works

360Pilot enhances CTWA optimization through **WhatsApp conversation analysis** and Meta Conversions API integration.

Here’s how it works:

1. The system monitors WhatsApp conversations
2. It detects predefined conversion signals based on message content
3. Conversion events are automatically sent back to Meta

#### Example use case

{% stepper %}
{% step %}
A business wants to optimize for test-drive appointment bookings.
{% endstep %}

{% step %}
Conversion is defined as the chatbot sending this confirmation message:

> “Thank you for your appointment. Your test drive will be next Monday at 10 AM.”
> {% endstep %}

{% step %}
Once this message is detected, 360Pilot triggers a conversion event and sends it to Meta automatically.
{% endstep %}
{% endstepper %}

## How to Start Optimization

Optimization is **available upon request for 360Pilot users**.

To get started, provide:

* [x] A **clear use-case description** (e.g. lead qualification, appointment booking, purchase confirmation)
* [x] Your **WhatsApp Business phone number** used in CTWA campaigns

Once configured, 360Pilot will:

1. Detect conversion events in WhatsApp conversations
2. Send events to Meta via Conversions API
3. Enable campaign optimization based on actual business outcomes

{% hint style="info" %}
Need help? Contact your Client Manager and we’ll help define the best conversion events for your business goals: [How to get support](/360pilot/support/how-to-get-support.md)
{% endhint %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.360dialog.com/360pilot/integrations-and-optimization/meta-pixel-and-ctwa-optimization.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
