Home > Technical & Creative Skills > Tracking Campaigns

How Do You Track Opt Ins? (6)


12-01-2012 08:01 PM #1 wilebert (Member)
How Do You Track Opt Ins?

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.


12-04-2012 12:21 AM #2 rdrdigital (Member)

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.


12-04-2012 12:49 AM #3 masimas (Member)

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


12-04-2012 12:56 AM #4 rdrdigital (Member)

Quote Originally Posted by masimas View Post
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
I'll give you a thanks just because your the only person that has responded in 3 different forums haha. The only problem is that I've already built everything through OptimizePress, I have my offers set up, I have aweber integrated with OptimizePress and the only step is to put a pixel somewhere so I can see if anything converts. So far I've been hearing that CPVLab is really good for funnels like this but I don't know much else. Oh well thanks anyways!


12-04-2012 06:16 AM #5 Mr Baffoe (Veteran Member)

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.


12-04-2012 10:54 AM #6 zalhonan (Member)

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)

HTML Code:
<script type="text/javascript">
setTimeout('location.replace("http://yoururl.com")', 3000);
</script>
Meta redirect (3 = delay 3 sec., can be 0)

HTML Code:
<noscript>
<meta http-equiv="refresh" content="3; url=http://yoururl.com">
</noscript>
You can write on this page something like "searching for whatever in your city" and put a fancy progress bar, or leave it blank with delay 0.


Home > Technical & Creative Skills > Tracking Campaigns