Skip to main content

Custom platform integration

For platforms other than WooCommerce or Shopify, use the generic JavaScript integration. This works with any website, whether it’s built with Next.js, Nuxt, Ruby on Rails, Django, or plain HTML.

Quick setup

What you need to implement

Required

Optional

Order webhook

To track conversions, send a webhook when an order is placed:

Server-side product data

If your product data lives server-side, render it into the page and pass it to the SDK:

Headless CMS / API-driven

For headless setups where product data is fetched client-side:

Full reference

For the complete list of options and methods, see the SDK Reference.