> For the complete documentation index, see [llms.txt](https://documentation.freshpaint.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://documentation.freshpaint.io/integrations/destinations/direct-response-ads/everflow-early-access/everflow-reference.md).

# Everflow Reference

{% hint style="warning" %}
The Everflow destination is currently in Early Access. Please contact <support@freshpaint.io> for more information about this integration.
{% endhint %}

## Destination Info

* Supports [Track](https://documentation.freshpaint.io/developer/freshpaint-sdk-reference#track) calls
* Supports [HIPAA mode](https://documentation.freshpaint.io/hipaa-mode)
* Supports forwarding from the [Google Tag Manager Integration](/integrations/google-tag-manager-integration.md)
* Refer to this destination as **Everflow** in the [Integrations object](https://documentation.freshpaint.io/reference/developer/freshpaint-sdk-reference#using-the-integrations-object)
  * If you've configured multiple Tag IDs, you can choose a specific one by suffixing the Network ID, such as: **Everflow::1234123456.** You can retrieve this value from the Everflow configuration page for the Network ID of interest.
* Connection Modes:

<table><thead><tr><th align="right"></th><th data-type="checkbox">Client-side</th><th data-type="checkbox">Server-side</th></tr></thead><tbody><tr><td align="right">Web</td><td>false</td><td>true</td></tr><tr><td align="right">Mobile</td><td>false</td><td>true</td></tr><tr><td align="right">Server</td><td>false</td><td>true</td></tr></tbody></table>

This is a reference document for the Everflow destination. For information on how to set up this integration, see the [Everflow Quick Start Guide](/integrations/destinations/direct-response-ads/everflow-early-access/everflow-quick-start-guide.md).

## Events

### Required Properties

| Freshpaint Property  | Everflow Parameter | Type   | Requirement                                                    | Description                                                                                                                                                                                           |
| -------------------- | ------------------ | ------ | -------------------------------------------------------------- | ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- |
| `$ef_transaction_id` | `transaction_id`   | string | At least one of `$ef_transaction_id` and `coupon` is required. | The Everflow transaction ID (click ID) captured automatically from the landing page URL or through the Everflow transaction ID cookie. Required for click-through attribution.                        |
| `coupon`             | `coupon_code`      | string | At least one of `$ef_transaction_id` and `coupon` is required. | The coupon code tied to the partner. We do not automatically capture this value like how we capture the transaction ID. The coupon code should be sent within a track event when the order is placed. |
| `$ip`                | `user_ip`          | string | Recommended                                                    | The IP of the user.                                                                                                                                                                                   |
| `$user_agent`        | `user_agent`       | string | Recommended                                                    | The user agent of the user.                                                                                                                                                                           |

## Troubleshooting

**Conversion events not showing up in Everflow**: For an event to show up as a conversion event it must have a `$ef_transaction_id` or `coupon` property. You can validate that events going to Everflow have at least one of these properties using the [Freshpaint Liveview](https://documentation.freshpaint.io/events/liveview).

**Events show "Missing Required Property" in Event Verification**: The `$ef_transaction_id` and `coupon` properties were absent when the event was processed. If it's occurring on events that should have the transaction ID, check that the Freshpaint snippet is installed on the landing page and that `$ef_transaction_id` isn't being stripped by redirects or link-shorteners before the visitor lands.

**The Tracking Domain URL is rejected during configuration**: The Tracking Domain must begin with `http://` or `https://`. Bare domains without a scheme (e.g. `tracking.example.com`) are not accepted.
