Overview
This guide goes over how to install the Wunderkind Smart Tag and Conversion Pixel for your Shopify website. Both the Tag and Pixel are code snippets that are specific to a website, and can be found accompanying the initial integration email you received from your Wunderkind point of contact.
The Tag is placed on all pages of a site, while the Pixel is only placed on pages that represent a successful order and/or user conversion. In Shopify, you’ll need to add the Tag to your theme.liquid file, and the Tag and Pixel to the Additional Scripts section of Checkout.
Table of Contents
- Add Tag & Pixel to Checkout, Additional Scripts
- Add Tag to your theme.liquid file
- [Shopify+ Only] Add Tag to your checkout.liquid file
1. Add the Tag & Pixel to the Checkout, Additional Scripts section
Step 1: Login to Shopify and click “Settings,” then “Checkout
Step 2: Scroll down to the “Additional Scripts” section, and then copy/paste the Tag and Pixel under the “Order Status Page” text box
-
- Make sure the Tag is placed first, followed by the Conversion Pixel
- If you have a post-purchase page, copy and paste the tag and pixel there as well
2. Add the Tag to your theme.liquid file
Step1: Click “Online Store,” then “Themes”
Step 2: Click on the “Actions” button of the theme you’d like to add the Smart Tag to. Usually you’ll choose your Live Theme. Then, “Edit code”.
Step 3: In the layout section on the left, click into the theme.liquid file.
Step 4: Copy only the Wunderkind Smart Tag as provided and paste it directly into the <head> section of the code. Click “Save”.
3. For Shopify+ sites only, you’ll also need to add the Smart Tag to your checkout.liquid file in order for it to fire on the checkout page.
**Note that this step will not be relevant for websites that have upgraded to Shopify Checkout Extensibility. See this page for Checkout Extensibility instructions.
- Back in the Themes section, click into the checkout.liquid file of your Theme.
- Copy only the Smart Tag and paste it directly into the <head> section of the code. Click “Save”.
Note: this is done in addition to the Tag in the theme.liquid file.