Skip to main content
All CollectionsAccount & Datasource Set-UpAttribution
Setting up the Klar Pixel for WooCommerce
Setting up the Klar Pixel for WooCommerce

How to set up the Klar tracking pixel by validating your domain, implementing the tracking script, and adjusting UTM parameters.

Nico Stappen avatar
Written by Nico Stappen
Updated over 5 months ago

Do you want to start using the attribution report in Klar? Great choice 🎉

To power our fully integrated attribution solution, you need to configure the Klar Pixel datasource in Klar and implement a tracking script on your site. This should only take a few minutes.

If you want to implement the Klar Pixel via Google Tag Manager, please consider this article

1. Adding the Klar Pixel Datasource

If you have multiple WooCommerce instances, with separate domains, connected to Klar, you should create a unique Pixel datasource for each of these stores.

  • Go to your Store Configurator page in Klar and click Connect Data Source

  • Select the Datasource Klar Pixel

  • Enter a name for the datasource - eg. Klar Tracking Script

  • Decide if you want to implement the tracking script via a domain-validated tracking script (first-party script) or basic tracking script (third-party script) and press configure.

  • Make sure to select Other as Shop System.

We strongly recommend using our Domain Validated tracking script. You have to setup a subdomain for your shop's domain with your DNS provider and we'll deliver the Klar Attribution JavaScript snippet via this subdomain. This will lead to more tracked conversions because some browsers are blocking third-party

JavaScripts by default.

  • If you selected basic tracking, you will now see the tracking script that you need to add to your site. For that, skip ahead to the next section.

  • If you selected Domain Validated Pixel please enter the domain name of the site on which you want to implement the pixel. Please exclude the https:// and www.

  • You will now see two boxes containing DNS records that you need to add to your DNS settings with your hosting provider.

  • Simply copy and paste the content of the fields by clicking on the copy icon next to it and adding them to the DNS settings.

  • If you are not familiar with how to do that, please reach out to the Klar support via the chat in the bottom right corner. We are happy to assist you.

2. GoDaddy/WebGo/All Inkl/Strato hosted domain

As written above Klar provides you with values, that you can copy & paste into your DNS settings.

The “name” field for the two entries usually looks something like this:

123456789.your-shop.com

However, the domain validation process only works if you are excluding your domain in the name field. So, make sure that you edit the name field the following way:

CNAME:

WRONG: 123456789.your-shop.com

RIGHT: 123456789

CNAME IPV4:

WRONG: 123456789-4.your-shop.com

RIGHT: 123456789-4

  • After the records have been added, please click the button "Verify Integration". In general it can take anywhere from a few hours up to 2 days in extreme cases for the entries to be validated. Once verified, a green check icon will appear next to the record.

  • Once all entries have been validated, a box called Tracking Script will appear that contains your tracking script which you need to implement on your site.

3. Implementing the Klar script in your WooCommerce store

WooCommerce - Klar Pixel

Summary
This section describes the step to add the three necessary custom events that need to be fired for Klar Attribution to your custom WooCommerce theme.

Step 1 - Embed JS

Create a Klar Pixel data source in Klar and embed the generated JavaScript into the HEAD section of your WooCommerce store template.

This can be accomplished in many ways. If you need support, please get in touch with our support team.

Step 2 - Modify current template / add custom shortcodes

Find out which template your store is currently using by navigating to Appearance > Themes and check the name of the active theme.

The theme is usually located in:

Upload the file custom-shortcodes.php into the root folder of your theme.

Modify the following files by adding the content of the corresponding file from this repository:

If the file checkout/thankyou.php does not exist yet in your theme, please copy the

content of the original WooCommerce template, located in

wp-content/plugins/woocommerce/templates/checkout/thankyou.php into your theme's folder. The new file path should be

wp-content/themes[your-theme]/checkout/thankyou.php

Now add the content of the file provided in this repository to the file.

Step 3 - Add custom shortcodes to pages


In WooCommerce navigate to Pages > Basket. Add a new Shortcode block.

Now navigate to Pages > Checkout.

Add a new Shortcode block.

Debugging

Once the script has been installed correctly, you can open your browsers console and inspect the content of the following variable:

q

The variable should contain an array of the events that have beeen triggered.

4. Adding Data Privacy Snippets

Make sure to add our data privacy snippet in your privacy policy to inform your customers about the usage of Klar’s tracking pixel. You can find a German and English snippet in the Klar Pixel data source under the tracking script in a collapsed section called “Data Protection Snippet”.

5.Implementing Klar URL Parameters

To ensure that conversions and costs can be matched as accurately as possible, you need to implement the pre-defined Klar tracking codes in your ad accounts.

Here are guides on how to do that for each marketing channel:

What Happens Next?

Starting now, we will be able to track visitors on your site and their purchase activity to power our attribution reporting.

Starting tomorrow you will start seeing data in your reports but only from the point in time you added the script.

Did this answer your question?