How It Works

Find out how our solution helps you turn browsers into buyers.

Features

GrowReclaim

Integrations

From Shopify to Klaviyo, explore over 80 integrations.

Support

Access guides, troubleshooting, and expert assistance.

About Us

Hear our origin story and meet our team.

Partnership

Become an official Retention.com Partner.

Affiliate Program

Learn more about our Affiliate Program.

Careers

Explore career opportunities with Retention.com.

Events

See upcoming events we’re hosting or attending.

Referrals

Got a referral? Let us know here.

Product Support

privacy-red-circle

Add revenue tracking script to Recharge

You can use your Retention.com's revenue tracking script to capture order information for your Retention.com contacts that land on your Recharge page. Tracking codes typically are used on the order status page. The data will be displayed on your Retention.com dashboard once it is collected.

What you'll need

Your revenue tracking script from Retention.com. From your Retention Dashboard, click Code Script.  Then, click View Your Script. Check the box next to Revenue Tracking, and click Copy Code.

Add script to Recharge

1. Go to Storefront > Checkout in Recharge. Scroll down to Thank you page, and paste the revenue tracking script from Retention.com in the box below any existing code.

2. You will need to replace ORDER_NUMBER, DOLLAR VALUE, and ORDER EMAIL in the script with Recharge's variables.

Replace ORDER_NUMBER with order_number. Replace DOLLAR VALUE with total_price. And replace ORDER EMAIL with email.

So this section should look like this:

<script>geq.trackOrder({order_number: "{{ order_number }}", order_amount: "{{ total_price }}", order_email: "{{ email }}"})</script>

Note: If you are using custom revenue tracking variables, insert those instead of the ones shown here.

3. Click Save.

Have questions? Message us on chat, or email support[at]retention.com!

chevron-down