I'm goign to be building an email list, but not sure where to go to for trackign purposes. i need to gather email - > landing page - > send to offer. can i do this with prosper202? maybe i'd to set it up as 2 different campaigns?
i think cpvlab does this... but would rather not pay for it right now unless i have to.
thanks.
I gotta bump this thread since I need the same help. There was a Youtube video that explained exactly this and it showed how to track with prosper202 through aweber for optimizepress. Lost the video and now I'm kicking myself in the head.
Hey guys,
Hope you're both well. A great easy place to start is with http://www.launchrock.com/
Basically it’s similar to wix- you can drag and drop to create template. The data capture is supported by the site; so it’s a one stop shop!
The next step from here would be to create something in the likes of wordpress and add plugins and get data support.
Hope this helps.
Cheers,
Masimas
Depends on what your setup double or single opt-in.
For a single opt-in that goes straight to the offer, there will be no spot for a confirmation page so one place to put the pixel is on the welcome email. That way when they open up the email for the first time the conversion is tracked. This is not foolproof since many email clients blog images by default.
For double opt-in you can use the above method and or put it on the conversion page when the confirmation link is clicked.
Why not to put a simple redirect page between opt-in and offer and place pixel on it?
JS redirect (3000 = delay 3 sec, can be 0)
<script type="text/javascript"> setTimeout('location.replace("http://yoururl.com")', 3000); </script>
<noscript> <meta http-equiv="refresh" content="3; url=http://yoururl.com"> </noscript>