🎯 Conectia Tracking

Track order attribution with custom tracking IDs

👋 Welcome to Conectia Tracking!
To get started and configure your account, please contact our team. We'll help set up tracking IDs, configure your external system integration, and ensure everything works perfectly for your needs.

📧 Contact Support 🌐 Visit Website

Total Orders

-

Tracked Orders

-
-

Last 7 Days

-

Account Status

1
Connected

📋 Setup Instructions

Follow these steps to activate tracking on your store:

✅ Recommended: Enable Theme App Extension

  1. In your Shopify admin, go to Online Store → Themes
  2. Click Customize on your active theme
  3. In the theme editor, click App embeds in the left sidebar (near the bottom)
  4. Find "Conectia Tracking" and toggle it ON
  5. Click Save in the top right

Open Theme Editor

🔧 Alternative: Manual Liquid Code (if you prefer manual installation)

Add this code to your theme's theme.liquid file, just before the closing </head> tag:

<script> (function() { var conectid = new URLSearchParams(window.location.search).get('conectid'); if (conectid) { sessionStorage.setItem('conectid', conectid); document.cookie = 'conectid=' + conectid + '; path=/; max-age=2592000'; } var id = sessionStorage.getItem('conectid') || document.cookie.match(/conectid=([^;]+)/)?.[1]; if (id) { fetch('/cart/update.js', { method: 'POST', headers: { 'Content-Type': 'application/json' }, body: JSON.stringify({ attributes: { conectid: id } }) }); } })(); </script>

📊 Recent Tracked Orders

Loading orders...

💡 How to Use Tracking IDs

Add ?conectid=YOUR_ID to any link:

https://yourstore.com/products/example?conectid=CAMPAIGN_123

Common use cases:

🔧 Advanced Options

Open Theme Editor Integration Guide