# Campspot

Adding Flip.to to Campspot may be done in one of two ways:

## Using your Campspot Admin Portal

{% hint style="warning" %}
**Before you begin:** To implement from the Campspot Admin Portal, the Google Tag Manager field must not be in use. **It will be empty** when arriving at your settings. [If it's already in use, instead, jump to the instructions below.](#if-you-already-have-a-google-tag-manager-set)
{% endhint %}

Flip.to can be implemented by entering this **Flip.to GTM container ID** into the **Google Tag Manager** field in the Analytics section:

```
GTM-5V6K52RQ
```

When complete, your dashboard should look like this:

<figure><img src="/files/FmT0YAT6srFMLEYC3wu6" alt=""><figcaption></figcaption></figure>

## Directly through Google Tag Manager

If the Google Tag Manager through your admin portal is already in use, start here.

**Go to your existing GTM container for Campspot**, and **add a Custom HTML Tag** with the following snippet. Make sure it's set to trigger for **all pages.**

```
<script async src='https://integration.flip.to/5V6K52RQ'></script>
```

Your GTM **Custom HTML Tag** should look like this:

<figure><img src="/files/mBPW4wsTCbCYzHTPxQNZ" alt=""><figcaption></figcaption></figure>

That's it! Once complete, simply let your Customer Success Manager know and we'll do the rest of the lift to launch your platform.


---

# Agent Instructions: 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:

```
GET https://docs.flip.to/docs/integrations/booking-engines/vendors/campspot.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
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.
