> ## 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: April 8, 2025

> Improved checkout tracking and custom entitlements for Solidgate, native Apple Pay for Paddle, custom events for TikTok Pixel, enhanced analytics filtering, and smoother UI with updated error messages and animations.

# Dashboard

1. Updated funnel URL display: Now domains are excluded from the funnel URL

# Integrations

## Solidgate

1. Replaced `vendor_transaction_id` from Solidgate Transaction ID to Solidgate Order ID
2. Improved webhooks handling logic
3. Added custom entitlement support for Solidgate checkouts for subscription management integrations
4. Added a few checkout customization options

### Meta Pixel

1. Improved `InitiateCheckout` logic - now only one event is triggered per user session
2. `InitiateCheckout` now triggers when user sees a checkout
3. Separated checkout events based on behavior:\
   `InitiateCheckout` now fires only once per session, while `checkout-presented` is triggered each time a checkout element is shown on the page.\
   [Read more](https://docs.funnelfox.com/docs/meta-pixel#tracked-events)

### Paddle

1. Added native support for Apple Pay button. This allows using one click Apple Pay without a redirect.\
   [Read more](https://docs.funnelfox.com/docs/apple-pay-with-paddle#native-modal-flow)

### TikTok Pixel

1. `InitiateCheckout` now triggers when user sees a checkout
2. Improved `InitiateCheckout` logic - now only one event is triggered per user session
3. Separated checkout events based on behavior:\
   `InitiateCheckout` now fires only once per session, while `checkout-presented` is triggered each time a checkout element is shown on the page.\
   [Read more](https://docs.funnelfox.com/docs/tiktok-pixel#tracked-events)
4. Added a support of custom events using `fox.trackCustom`
5. Added email as user property
6. Added external\_id to improve deduplication

### Pinterest

1. `Addtocart` now triggers when user sees a checkout
2. Separated checkout events based on behavior:\
   `Addtocard` now fires only once per session, while `checkout-presented` is triggered each time a checkout element is shown on the page.\
   [Read more](https://docs.funnelfox.com/docs/tracking-pixels#pinterest-pixel)
3. Improved logic - now only one `Addtocart` per user session

### AppsFlyer

1. Improved logic for `af_initiated_checkout` - now only one event per user session
