# Connectors

Connectors let you integrate external tools with Humblytics to track revenue, form submissions, and marketing data in one unified dashboard. Access Connectors from the sidebar under **Automate**.

**Accessing Connectors**

1. Log in to your Humblytics account and select your site.
2. Click **Connectors** in the sidebar under **Automate**.

## Available Connectors

### Revenue

Connect your payment provider to track revenue attribution:

* **Stripe** — Track payment revenue and attribute it to traffic sources. Humblytics connects directly to your Stripe account to pull transaction data, enabling end-to-end revenue attribution from first visit to purchase. See [Stripe Revenue Attribution](/how-to-track-purchase-events/stripe.md) for setup details.
* **Foxy** — Connect your Foxy e-commerce store via webhooks to track purchase events. See [Foxy Integration](/how-to-track-purchase-events/foxy.md) for setup details.

### Forms

Connect form platforms to track submissions and attribute them to visitor sessions:

* **JotForm** — Track JotForm submissions and attribute them to traffic sources. Connect your JotForm account to automatically capture form submission events.
* **Tally** — Track form submissions from Tally via webhook. See [Tally.so Integration](/how-to-track-custom-form-submissions/tally.so.md) for platform-specific setup.
* **Cal.com** *(coming soon)* — Track booking submissions from Cal.com.

### Ads

Connect your ad platforms once and let agents query campaign data, daily insights, and full-funnel revenue attribution through the [Ads Attribution API](/ads-attribution-api.md) and [Ads Connections API](/ads-connections-api.md). Both endpoints accept the same property-scoped API key — no Meta App Review or Google Ads developer token required.

* **Meta Ads** — Import campaigns, ad creative, and daily insights from Facebook and Instagram ads. Read-only.
* **Google Ads** — Import campaigns and customer-account data from Google Ads. Read-only.

### Coming Soon

The following connectors are planned for future release:

* **Google Analytics 4** — Sync event data and user journey information from GA4
* **Google Search Console** — Import search performance, keyword rankings, and impressions
* **Typeform** — Direct form submission tracking integration
* **Webflow** — Enhanced Webflow form and interaction tracking
* **Shopify** — E-commerce event and revenue tracking
* **Mailchimp** — Email campaign performance data

## Connecting a Service

1. Navigate to **Connectors** in the sidebar.
2. Find the connector you want to set up.
3. Click **Connect** next to the service.
4. Follow the authorization flow (OAuth or webhook configuration).
5. Once connected, the connector will show a green **Connected** badge.

## Managing Connections

For connected services, click **Manage** to:

* View connection status and last sync time
* Disconnect the integration
* Reconfigure settings

## Stay Updated

Enter your email in the "Join Waitlist" section at the bottom of the Connectors page to be notified when new integrations become available.


---

# 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.humblytics.com/connectors.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.
