Home > Tracking Campaigns > FunnelFlux

Redirect Based on Repeat Visit (5)


10-18-2017 07:03 AM #1 weekendwarrior (Member)
Redirect Based on Repeat Visit

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.


10-18-2017 08:40 AM #2 erikgyepes (Moderator)

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.


10-18-2017 10:46 AM #3 vitavee ()

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)


10-18-2017 12:05 PM #4 weekendwarrior (Member)

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.


10-23-2017 08:27 AM #5 weekendwarrior (Member)

Implemented this - it's super straightforward with the TAG function - takes a couple of minutes. Definitely the way to go.


Home > Tracking Campaigns > FunnelFlux