Skip to main content
Funnelish Integration

Learn how to setup the funnelish integration with Cometly.

Updated this week

👋 Start Here

The Funnelish integration streamlines your tracking by automatically sending purchase data to Cometly. For funnels with upsells, the total upsell value is automatically combined with the original purchase amount. This ensures that the entire transaction is recorded as a single purchase in Cometly and sent to ad platforms via the Conversion API. Additionally, you’ll be able to view the upsell details within the customer journey for complete transparency.

Our direct Funnelish integration will automatically send Purchase events. You can use Cometly Webhooks to send form submissions as leads or send any other event from your funnel.

If you have not already installed the Cometly Pixel on your Funnelish funnels, please follow the pixel installation guide below.


Add the Cometly Webhook URL to Funnelish

In your Cometly account, navigate to the Integrations page in your Cometly space and scroll down to the Connections section.

Click Add Integration

Select Funnelish as your integration and click Next

Activate Funnelish integration

Copy the webhook

Login to your Funnelish account and and navigate to Automations

Click Create a new automation

For the automation, select 'Start from scratch' and click Create. Name your Automation 'Cometly Webhook' and click + New Trigger and select On purchase

Keep the 'Run only once per customer?' toggled OFF so we can track returning customers to your funnel. Ensure that Trigger on funnel(s) is set to 'All Funnels'. Click Create.

Click the + button to add an action

Select Webhook

Copy your Funnelish Webhook URL in Cometly and paste into the Postback endpoint, click Add.

You are now successfully integrated with Funnelish and all purchases will be send directly to Cometly as a purchase event.


Tracking Add To Cart & Initiate Checkout Events

To trigger the 'Add to Cart' and 'Initiate Checkout' events as soon as specific funnel pages load, you should insert the ATC (Add to Cart) and IC (Initiate Checkout) browser codes just before the closing </body> tag on the particular pages where you want these events to activate.

Add To Cart

<script>
comet('add_to_cart');
</script>

Initiate Checkout

<script>
comet('initiate_checkout');
</script>

Did this answer your question?