We have a funnel where we're getting the same users re-using the funnel repeatedly and biasing the stats.
To get around this we want to redirect anyone who has previously visited the funnel to a different lander.
I know in version 1.6 we could achieve this via TAGs, and then an IF condition to pickup that tag. We're still upgrading.
Wandering if there is another/ perhaps simpler way I haven't seen to redirect repeat visitors? (i.e. without need to add tags in the funnel).
Any thoughts/ ideas appreciated.
You can solve this by using cookies:
Every time someone visits your landing page "tag" them with a custom cookie.
Then you check for this cookie, if it exists, it means they already been on your landing page and you can redirect them to another landing page/campaign/funnel/whatever.
If not, let them stay on the page.
Erik's solution would work - you could manage the cookie in a PHP node and route the visitor to a different lander via that same PHP node.
But it's better/simpler to get your FunnelFlux upgraded and use the TAG node. Visitor tags also work cross-devices unlike cookies (granted you pass the visitor id to your tracking url when you send an email)
Thanks vitavee and Erik for the input. I'll get the upgrade/ tags implemented for this.
Yes, we're already passing the visitor ID in emails so this makes more sense.
Implemented this - it's super straightforward with the TAG function - takes a couple of minutes. Definitely the way to go.