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

# Marketing Integrations

### Overview

A successful sports venue requires:

1. Customer Acquisition (new customers through the door)
2. Customer Retention (repeat customers)

The more times a customer comes to your venue, the more likely they will continue to visit. We regularly see 10-20% jumps in retention once a customer has visited the club multiple times. By the fifth time they visit, retention rates are often above 75%. So turning a new customer into a repeat customer is incredibly important.

### Data

Here are screen captures taken from the PodPlay [**Analytics+**](https://docs.podplay.app/owners-playbook/analytics/analytics+-package) package:

* 90 Day Repeat Rate 1st Reservation -> 2nd Reservation
* 25-40% depending on cohort

<figure><img src="/files/4WCSk6EBVpTVrFwGhCb1" alt=""><figcaption></figcaption></figure>

And another screen capture from the [**Analytics+**](https://help.podplay.app/en/articles/1793857) package:

* 90 Day Repeat Rate 5th -> 6th Reservation
* 60-85% depending on cohort

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

Effective e-mail marketing can have a large impact on repeat customer rates. We have seen clubs with effective strategies achieve 90-day repeat customer rates in excess of 50% for new customers. But, sending e-mail blasts to your entire customer list is also a great way to annoy your customer base and negatively impact repeat customers.

To positively impact repeat rates, e-mail marketing needs to be:

* **Relevant** - highlight programming or other club amenities that are relevant to the individual customer by segmenting the customer list. Some of the key segments to think about are location, skill level, and revealed programming preferences.
* **Timely** - deliver information that is actionable in the near future for the target customer segment.
* **Valuable** - drive click rates through incentives or perks that deliver value to the target segment.

**The first key** to delivering this content is access to segmented customer data. The data must be accurate and accessible in the club's e-mail marketing system of choice.

Below is a list of which marketing platforms are integrated with PodPlay:

* [**GrowMyClub**](https://www.growmyclub.com/) (requires an [API key](https://docs.podplay.app/api); connection is handled by GrowMyClub)
* [**MailChimp**](https://docs.podplay.app/marketing/marketing-integrations/mailchimp-integration) (connected through [Segment](https://docs.podplay.app/marketing/marketing-integrations/data-sent-through-segment))
* [**ActiveCampaign**](https://docs.podplay.app/marketing/marketing-integrations/activecampaign-with-segment) (connected through [Segment](https://docs.podplay.app/marketing/marketing-integrations/data-sent-through-segment))
* [**Patch Retention**](https://patchretention.com/) (requires an [API key](https://docs.podplay.app/api); connection is handled by Patch)

There is no need to download customer data into a CSV, upload to your e-mail marketing tool, and manage your customer database. Your segmented customer data automatically syncs, leaving marketing staff to spend their time on clever creative and smart targeted drip campaigns.

**The second key** is the ability to measure effectiveness. E-mail marketing systems allow clubs to track open and click rates. How many clubs know 90 day repeat customer rates for new customers? Our guess is not many.

The [**Analytics+**](https://docs.podplay.app/owners-playbook/analytics/analytics+-package) package allows clubs to visualize this and other key measures of marketing performance in Tableau and to see how different inputs (marketing campaigns) affect the desired outputs (happy, repeat customers).

### Marketing Opt-in/out

The system can prompt Customers to un-check a "marketing opt-in" box during Profile creation. If the Customer does not un-check this box, the system will send their preference to your marketing platform.

Depending on the marketing platform used, if the Customer later unsubscribes from your marketing emails, that marketing platform will send the information back to the PodPlay system for record.

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

#### Customer Changes Preferences

For the Customer to change their preferences later on, they can:

* Open the App
* Go to the More tab
* Click on the Account Info button
* Click on Preferences

And turn off or on the Contact Preferences.

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

#### Preferences inside Dashboard

Staff can also adjust this inside the Customer's Profile (if the setting is turned on).

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


---

# 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.podplay.app/marketing/marketing-integrations.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.
