Installation

Install SourceTag on Carrd

Add SourceTag’s tracking script to your Carrd site using the embed element. This requires a Carrd Pro plan (Pro Standard or above), which supports custom code.

Step 1: Copy your script tag

In your SourceTag dashboard, go to your site’s detail page and copy the script tag. It looks like:

<script src="https://cdn.sourcetag.io/scripts/YOUR_SITE_ID/st.js" async></script>

Step 2: Add to Carrd

  1. Open your Carrd site in the editor
  2. Click the + button to add a new element
  3. Select Embed from the element list
  4. Set the type to Code
  5. Set the style to Hidden and the placement to Head
  6. Paste the script tag into the code field
  7. Click Done

Step 3: Publish

Publish your Carrd site. The tracking script is now active.

Step 4: Test

Visit your published site with UTM parameters:

https://yoursite.com/?utm_source=test&utm_medium=cpc&utm_campaign=carrd-test

Submit a form on your site and check wherever your form submissions are received. The submission should include hidden fields with attribution data.

Notes

  • The script works with Carrd’s built-in form elements. Hidden fields are added automatically.
  • Carrd is a single-page builder, so the script only needs to load once per visit. Attribution data is captured on page load and attached to any form on the page.
  • Custom code (embeds) requires a Carrd Pro plan. The free plan does not support this feature.
  • Browser cookies are limited to 7 days on Carrd (no server-side cookie option available for Carrd sites currently).