> For the complete documentation index, see [llms.txt](https://docs.flip.to/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.flip.to/docs/platform/collaboratives/campaign-tracking.md).

# Campaign Tracking

Flip.to allows Collaborative Sponsors to easily measure effectiveness of marketing campaigns across all Collaborative Members under Collaborative Insights.

UTM parameters (utm\_source, utm\_medium and utm\_campaign) defined for each campaign are tracked across the Collaborative Sponsor’s website and the Collaborative Members’ websites.

<br>

***

## Before you begin…

* We recommend using a consistent prefix for your UTM parameters to avoid mixing up your campaigns with those being run by Collaborative Members.\
  \
  For example, a utm\_source of **sponsorprefix**\_google and a utm\_campaign of **sponsorprefix**\_summer2023, where **sponsorprefix** is defined by you. For the guide below, we’re going to use **overlook** as the **sponsorprefix**.<br>

***

## Setting up Collaborative Marketing Campaigns

Sign in to Flip.to, navigate to your Collaborative, then to Insights and click add a Campaign.

The first step is to define the Campaign Display Name. This is only visible inside of the Collaborative, and ideally is easy to understand.<br>

<figure><img src="https://lh7-us.googleusercontent.com/adaVH30i4QNabCU8Qd8ZgeSxupAp7m_0ZE1YW0eyXjQaQnc_oD4gxedgOvWANo0h6z1feETpBKsB9-fukMaTrAYafbbgwS2AG4Ka3Ve2ia_F9EvWWHvOhnGC6HKwcZUcwKexvRBYoipM2T7l3aDr63k" alt=""><figcaption></figcaption></figure>

The second step is to define the Campaign Parameters.

Flip.to supports wildcards on names (%), to make it easier to include all sources or campaigns that have a commonality (i.e. all campaigns that have the search term “summer” can be included by setting Campaign to “%summer%”). It is important to set the parameters so they only match the relevant campaigns.

<figure><img src="https://lh7-us.googleusercontent.com/HarQOTlnfTjlYQGjICPMp-EESwBoyjaIiRvhyvsfVX8lT7YVC3nu_81F7CbJ4NTtKeTQVBmnaOQnUN8emoM4WjRI4_BT-4YVVogJ0dOIuDG6EdblV_3EfFY63bB7Uz56guO-LZSRA6e_hteWBl-9plU" alt=""><figcaption></figcaption></figure>

Click Save and you’re all set.

***

And here are some examples of how to set up Campaign Parameters with wildcards:<br>

**Example 1: All campaigns that run on google**

* Source: overlook\_google

**Example 2: All campaigns that run during the summer across all sources**

* Campaign: overlook\_summer%

**Example 3: All paid campaigns on google that run during the summer**

* Source: overlook\_google
* Medium: cpc
* Campaign: overlook\_summer%

<br>


---

# 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.flip.to/docs/platform/collaboratives/campaign-tracking.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.
