# Supported Conversion Flows

### Supported Conversion Flows

<div data-full-width="true"><figure><img src="/files/l4d7k77rg5tImRDnk9xV" alt=""><figcaption></figcaption></figure></div>

:white\_check\_mark: **We support** flows that start and end on the same root domain

:white\_check\_mark: **We support** flows that incorporate root and subdomains that report to the same Chartbeat dashboard. *Please note this is only possible if you have **not** included* Chartbeat's `cookieDomain` *on your subdomains.*&#x20;

:white\_check\_mark: **We support** flows that start and end on subdomains

### Unsupported Conversion Flows

❌ **We do not support** flows that use the `cookieDomain` configuration on subdomains. See our [cookieDomain](/cbp/tracking/standard-websites/configuration-variables.md#cookie-domain) documentation for more information

❌ **We do not support** flows that span multiple domains without redirect: *We cannot track the same user across different domains, see our* [*Partially Supported Conversion Flows*](#partially-supported-conversion-flows) *for more information.*

❌ **We do not support** sites using Chartbeat's [Cookieless mode](/cbp/tracking/standard-websites/alternative-integrations-web.md#implement-cookieless-tracking).

### Partially Supported Conversion Flows

If you have a cross-domain flow such as a third-party payment system ensure that you implement a redirect page back to the domain where the `Shown` event was fired, and call your `Complete` event there. Do not fire any events on the third-party pages.&#x20;


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.chartbeat.com/cbp/feature-integrations/conversion/supported-conversion-flows.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
