GDPR by Clym

Clym can help make your website fully compliant with ADA, CCPA, GDPR, and LGPD requirements. Clym’s script is automatically placed on all your Checkout Champ pages. You can fully customize the user experience through Clym, with no need to edit the pages.

See clym.io for full information

The steps below must be followed for each Checkout Champ domain on which to install Clym. There is a charge of $10/month per domain using Clym. The charge will be included in your Checkout Champ monthly billing.

There is no compliance information stored in Checkout Champ. All compliance inquiries should be reviewed with Clym.

https://www.clym.io/contact/

Step 1

Check the box on the Checkout Champ domain configuration page. Clym script is automatically added to all your pages that use that domain. It is not required to publish funnels. The necessary scripts are also automatically placed on any new pages as pages are published.

Step 2

Clym will send an introductory email to the email address of the user that enables Clym in Step 1. Look in your junk folder if that email is not received. Follow instructions in that email to create your Clym account.

Step 3

Follow configuration instructions at Clym

The Clym widget may not display on your site upon page load. Widget display is customizable at Clym. By default it is based on your geographic location, and many locations do not have display requirements.

Step 4

Optional. Add Clym Privacy and Do Not Sell My Information links to your site. These links are optional. If added they give a direct way for consumers to access the Clym widget. If your funnel has a common footer then follow these steps on the Common page.

Add a link to your page footer using standard Checkout Champ functionality. Set Link = #. Go to the code editor. Add onclick="Clym.showWidget('', '', event);" after the href value in the anchor tag. The final result should look something like this.

<a href="#" onclick="Clym.showWidget('', '', event);">Privacy Center</a>

Add a second link to your page footer. Set Link = #. Go to the code editor. Add onclick="Clym.showWidget('/requests/new/do_not_sell_my_information', '', event);" after the href value in the anchor tag. The final result should look something like this.

<a href="#" onclick="Clym.showWidget('/requests/new/do_not_sell_my_information', '', event);">Do not sell or share my personal information</a>