Visitor Tracking - Unlimited Website Tracking

Product details
james.dunningtonjames.dunnington
james.dunnington
Mar 20, 2024

Q: Great Job curran can i ask for a small feature ?

can you maybe in the future implement tag tracing? something like GA4 UTM feature in that case i can track my campaigns ?

Founder Team
Curran35278

Curran35278

May 14, 2024

A: Yeah, we will look into adding this soon! A decent amount of people have asked about it so seems worth adding in!

Share
Helpful?
2
Log in to join the conversation

hello curran question here are we able to track redirects from websites? say i setup a domain URL https://abc.com/vendor which redirects to https://vendor.com/ i do not see the visitor coming into https://abc.com/vendor as the traffic has been redirected without firing the code? is there a workaround on this ?

It won't track a 301 redirect because the page never actually loads for the Visitor Tracking script to run since the redirect is happening at a server level.

As a solution, you could do an HTML redirect instead of a 301 redirect and I believe that would work as it would load the page first and then redirect. Although it comes with the tradeoff of being slower for the user who's getting redirected.

It won't track a 301 redirect because the page never actually loads for the Visitor Tracking script to run since the redirect is happening at a server level.

As a solution, you could do an HTML redirect instead of a 301 redirect and I believe that would work as it would load the page first and then redirect. Although it comes with the tradeoff of being slower for the user who's getting redirected.