> ## Documentation Index
> Fetch the complete documentation index at: https://funnelfox.com/docs/llms.txt
> Use this file to discover all available pages before exploring further.

# Release: March 16, 2025

> Added custom event tracking API, improved Solidgate and Stripe integrations, enhanced Meta Pixel event handling.

# Editor

## In-Funnel API

1. Added a tracking API that allows you to send custom events to analytics systems:

* fox.trackCustom(eventName, dataPayload) - Triggers a custom event with the specified event name and optional data payload.
* eventName (string, required) – The name of the event to track.
* dataPayload (object, optional) – Additional event data as key-value pairs.

Read more about In-Funnel API: [https://docs.funnelfox.com/docs/fox-api](https://docs.funnelfox.com/docs/fox-api)

## Solidgate

1. Added styles for Card and Apple Pay CTA buttons.

***

# Integrations

## Stripe

1. Disabled customer sharing between different funnels. Now, if users open new funnels on the same device, they will be treated as new customers.

## Solidgate

1. Improved Solidgate webhook handling.

## Meta Pixel

1. Improved event deduplication for client/server events
