# NC/RC and FC

#### What is NC/RC?

NC/RC stands for New Customers and Repeated Customers

* New Customers - The customers making their first-ever purchase on your store
* Repeated Customers - The customers who have already purchased before and are now making their second or subsequent order.

More details below on the pre-requisites and the steps to enable NC/RC

#### How does the NC/RC plugin work?

When a purchase event is received by us, we check the email address associated with the 'Purchase' in your CRM

* If that email is not found in the CRM , then the customer is marked as **a New Customer.**
* If the email exists in your CRM, then it is marked as a Repeat Customer.

#### What is FC?

FC stands for **First Click.** It identifies the first advertising source (such as Meta Ads, Google Ads, Snapchat, etc.) that drove a customer’s first interaction leading to the purchase.

This allows an accurate first-click attribution, providing insight into which channel initially influenced the buyer’s journey.

#### What are the steps essential for NC/RC and FC for Purchases?

* It is must to have your CRM connected with EdgeTag. This CRM could be Shopify CRM, WooCommerce CRM, Salesforce CRM or BigCommerce CRM. The guides to connect each CRM integration can be found linked here for [Shopify CRM ](https://docs.edgetag.io/crm-connections/shopify/onboarding) , [WooCommerce CRM ](https://docs.edgetag.io/crm-connections/woocommerce/onboarding) , [BigCommerce CRM ](https://docs.edgetag.io/crm-connections/bigcommerce/onboarding) ,[Salesforce CRM](https://docs.edgetag.io/crm-connections/salesforce-commerce-cloud/onboarding).
* The plugin for NC/RC should be added in the plugins section. You can read the process from our Scaling playbook on when and how to enable this.&#x20;
* EdgeTag tags created after Sept 9th 2025, already have the NC/RC plugin enabled by-default
* For Meta, the NC/RC and FC events are automatically sent to the Pixel
* But for Google the respective conversion actions need to be mapped with the events

#### How do I add the NC/RC Plugin?

For your selected tag from the EdgeTag dashboard, all EdgeTag plugins can be enabled from the plugins section. Please [refer to the detailed steps here. ](https://docs.edgetag.io/onboarding/e-commerce/scaling-playbook/optimize-for-new-customer-acquisition#how-to-setup-using-edgetag)

#### Can I get purchase\_NC and purchase\_RC events if I am on a custom setup with billing on Stripe?

Yes, EdgeTag can support Purchase\_NC and Purchase\_RC events with Stripe billing integration, but this requires custom development work. You will need to send orders on a webhook URL that Edgetag provides you and write code to handle the Event Triggering Part for it. This custom development is required since Stripe integration for new vs. returning customer tracking isn't available as a standard plugin.

#### Does EdgeTag support first-click attribution?

Yes, Edgetag supports First Click attribution. You will need to add the NC/RC plugin for it on your app/dashboard and enable First Click attribution checkbox on it.


---

# 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.edgetag.io/faq/plugins/nc-rc-and-fc.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.
