Enter Traqr, the groundbreaking software that takes QR code engagement to the next level. We're proud to introduce a first-of-its-kind feature: the ability to track revisitors from your QR code campaigns, offering insights into who’s returning to your website—all for free.
How It Works
It’s simple, yet revolutionary:
-
Create and Share QR Codes
Generate QR codes for your print advertisements, posters, flyers, or any offline campaign using Traqr. Each scan captures unique engagement data, including IP addresses.
-
Embed the Code Snippet
We provide you with a ready-to-use JavaScript snippet that you can seamlessly embed into your website. This snippet ensures Traqr tracks revisitors who previously interacted with your QR codes.
-
Get Real-Time Insights
Once a visitor scans your QR code and later visits your website, Traqr identifies them as a revisitor, giving you unparalleled insights into customer behaviour and engagement.
The JavaScript Snippet
Here’s a preview of the snippet you’ll embed into your website:
<script>
// need support call 0330 043 0046 or visit https://traqr.co.uk
async function trackVisitor() {
try {
const domain = window.location.hostname;
const response = await fetch("https://traqr.co.uk/get-ip");
const data = await response.json();
const ip = data.ip;
fetch("https://traqr.co.uk/check-qr-scan", {
method: "POST",
headers: {
"Content-Type": "application/json"
},
body: JSON.stringify({
ip: ip,
domain: domain
})
});
} catch (error) {
console.error("Tracking failed:", error);
}
}
trackVisitor();
</script>
This snippet works effortlessly, empowering businesses to understand their audience and maximise engagement with zero coding expertise.
Why This Feature is a Game-Changer
Traqr isn’t just about generating QR codes; it’s about transforming how you interact with your customers. Here’s why our new feature stands out:
-
First in the Industry: No other software combines QR code analytics with visitor tracking at this level.
-
Completely Free: While other tools charge for similar features, we’re offering this at no cost.
-
Empowering Businesses: Understand who’s engaging with your campaigns and coming back to learn more.
Who Can Benefit?
Whether you’re an entrepreneur, a marketer, or a small business owner, this feature is designed to help you:
- Gain actionable insights from your print campaigns.
- Measure repeat engagement with ease.
- Convert revisitors into loyal customers.
Start Tracking Today!
Join the Traqr revolution and experience the future of QR code analytics. Create your first QR code, embed the snippet, and watch the magic happen—all for free.