Installation

Tilda

Add Clickyard tracking to your Tilda website using the built-in HTML block or site settings.

Estimated time: 1 minute

Choose Your Method

Method 1: Site Settings

This method adds the tracking code to all pages on your Tilda website automatically.

1 Open Site Settings

In your Tilda dashboard:

  1. Open your project
  2. Click "Site Settings" in the top menu
  3. Go to the "More" tab
  4. Find the "HTML code for <head> section" field

2 Paste the Tracking Code

Copy your tracking code from the Clickyard dashboard and paste it into the field:

<script src="https://s.clickyard.ai/v1.js"></script>
<script>Clickyard.init({ id: 'YOUR-WEBSITE-ID' })</script>

3 Save and Republish

Click "Save", then republish all pages of your website.

Important: You must republish your pages for the changes to take effect. Go to each page and click "Publish" or use "Publish All" in project settings.

Done! Clickyard is now tracking all pages on your Tilda website.

Method 2: HTML Block (T123)

Use this method if you want to add tracking to specific pages only, or if you need to add custom event tracking.

1 Add HTML Block

On the page you want to track:

  1. Click "Add Block" (+)
  2. Select "Other" category
  3. Choose "T123 - HTML code"

2 Configure the Block

Click "Content" on the block and paste your tracking code into the "Before </head>" field:

<script src="https://s.clickyard.ai/v1.js"></script>
<script>Clickyard.init({ id: 'YOUR-WEBSITE-ID' })</script>

3 Save and Publish

Save the block and publish the page.

Note: You'll need to add this block to every page where you want tracking. For site-wide tracking, use the Site Settings method instead.

Tracking Tilda Forms

To track form submissions as conversions, you can set up a Page Goal for your thank-you page, or use a custom event.

If your Tilda form redirects to a thank-you page after submission:

Create a Page Goal for:

https://yoursite.tilda.ws/thank-you

For forms without redirect, see Custom Events.

Next Steps