> For the complete documentation index, see [llms.txt](https://help.littledata.io/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://help.littledata.io/sources/recharge/how-to-check-if-the-littledata-recharge-integration-is-working.md).

# How to check if the Recharge connection is working

Littledata's Recharge source plugin automatically tracks Recharge orders and sends that subscription data to your connected destinations.

This is a quick guide to check if the plugin is correctly set up.

{% hint style="info" %}
Before using this guide, check Google Analytics to make sure you've had some orders, and that some of those are recurring orders. Otherwise, there's nothing to validate!
{% endhint %}

## Marketing attribution problems

Please see our separate article on [marketing attribution for Shopify](/advanced/troubleshooting/troubleshooting-marketing-attribution-for-shopify.md).

## First-time payments vs Recurring payments

As you know, a recurring payment does not require another user interaction with your website once the First-time payment has been successfully processed. This is why we split the subscription types (First-time or Recurring) in order to keep the accurate conversion rate for your marketing efforts.

In Google Analytics 4, it's a very straightforward thing to check. The easiest way to do it is to go to your **Property,** check **Real Time View,** and then scroll down until you see the **Conversions** Section. There, you will see your Recharge conversions are marked as *subscriptions.*

Next to the **Conversions** section, you can see **Events.** There you have an overview of all events in the past 30 minutes. If you scroll through the pages, you can see all types of subscription events made on your store recently.

![](/files/354LREUxUzXS7W1mcSED)

Additionally, you can create a custom report that filters only subscription events.

For all subscriptions that started *after* you installed the Littledata app, you will be able to group those payments by subscriber, and group by the marketing channel or campaign that caused them to start subscribing.

If you have any issues, please [contact our support team](https://www.littledata.io/contact-us)!


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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, and the optional `goal` query parameter:

```
GET https://help.littledata.io/sources/recharge/how-to-check-if-the-littledata-recharge-integration-is-working.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
