How to get LTV (lifetime value) of your leads
Zeno
Last Update 2 months ago
-
lead capture
-
autoresponder
-
When you create your optin offer in FunnelFlux, add the {visitor-id} token to your url, it will look like this:
your-optin-url.com/?vid={visitor-id}
You can use any field name for vid. You could name it visitor, vis or anything as long as you use that same field in the next step.
-
When you create your optin form, add an HTML hidden field for the visitor id, and populate the value of that hidden field with the visitor id token that was added to your optin url.
That way, when someone subscribes to your list, your autoresponder software will save that person's visitor id along his email and other details.
-
When you send emails to your leads and want to redirect them to a funnel, append this to your funnel url:
&flux_visitor=##TOKEN-GIVEN-TO-YOU-BY-YOUR-AUTORESPONDER-FOR-VISITOR-ID##
Of course, replace ##TOKEN-GIVEN-TO-YOU-BY-YOUR-AUTORESPONDER-FOR-VISITOR-ID## with the appropriate token - it depends on which autoresponder you use, ask the autoresponder support if you are not sure.