TV202 Prosper202 Tracking202 Export202 WorldProxy202 Meetup202 | Blog Forum Newsletter Twitter | Advertise
Login · Register
Home About Docs Scripts Blog Forums Hosting Donate Download
Before Posting, Have You Read the FAQ? And Have You Searched? If Not Please Do!

Tracking conversions from Aweber followups ???

Post new topic Reply to topic Prosper202 Forum Index » Prosper202 General Discussion
New Posts Search Forum
Author Message
neonlights


Joined: Jul 27th, 2008
Posts: 22

Post Posted: Oct 9th, 2009 at 9:49am Post subject: Tracking conversions from Aweber followups ??? Reply with quote

I've asked this question before without really understanding the question.

I feed my traffic sources into aweber optin mailers. I can track which keywords get the optins just fine. But when I make CPA sales from the follow-up emails I get no subID recorded.

Should I be using POST/GET to pull the subID from the original optin? Can I pass the variable through hidden variables in the aweber forms?

If anyone has any idea about the problems I'm having PLEASE get back to me! Even if it requires custom scripting by a freelancer.

Thanks,

Neonmike.

Back to top
Jackfitz
Website Twitter AIM


Joined: Feb 1st, 2009
Posts: 53

Post Posted: Oct 30th, 2009 at 2:43am Post subject: Re: Tracking conversions from Aweber followups ??? Reply with quote

How did you go with this? I'm trying to do the same thing

Back to top
Jackfitz
Website Twitter AIM


Joined: Feb 1st, 2009
Posts: 53

Post Posted: Oct 30th, 2009 at 2:43am Post subject: Re: Tracking conversions from Aweber followups ??? Reply with quote

How did you go with this? I'm trying to do the same thing

Back to top
dconstrukt
AIM


Joined: Nov 27th, 2009
Posts: 5

Post Posted: Nov 27th, 2009 at 6:29pm Post subject: Re: Tracking conversions from Aweber followups ??? Reply with quote

this is very interesting to me as well....

i don't use aweber but still. i'm breaking even on the first visit but collecting a TON of emails, so my profits are coming via the autoresponder....

but i need to track WHICH ads are getting the sale, and how long its taking for the traffic to convert.

any suggestions would be GREATLY appreciated.

Back to top
ntforall1
AIM


Joined: Sep 24th, 2009
Posts: 2

Post Posted: Dec 5th, 2009 at 4:26am Post subject: Re: Tracking conversions from Aweber followups ??? Reply with quote

Seems like this is a hot topic. Add me to the list of those interested in knowing how to do this.

I know the Tracking202 guys will currently be consumed by the Bloosky acquisition but if someone could answer this I'm sure there would be quite a few happy marketers out there!

Back to top
neonlights


Joined: Jul 27th, 2008
Posts: 22

Post Posted: Dec 6th, 2009 at 7:30pm Post subject: Re: Tracking conversions from Aweber followups ??? Reply with quote

Glad to see other people had trouble with this and not just me! I did work out a pretty complicated workaround. It seems tricky but once you get it then it all works VERY smoothly and I now miss very few subIDs.

There are a few important steps here. If anyone can tell me a simpler way of doing it PLEASE tell me!

1) Firstly you MUST have an initial redirect (META redirect, not HEADER) that looks like this:

index.php (with prosper cookie)

-->

lander (with aweber form)

You MUST use this redirect or the whole thing won't work. For some reason (I don't know why) the tracking code that is set by the prosper cookie will not pass to the aweber form unless you redirect first.

2) On the aweber form, use aweber's meta_adtracking to pass the prosper tracking ID into aweber's optin database.

Remember this code is the tracking ID. NOT the subID yet.

3) Send your subscribers to a redirect from your followups using a link something like this:

www.yourdomain.com/offer.php?tracking={!ad_tracking}

This should pass the tracking ID to the prosper redirect which will covert it to a subID. BUT instead of using a $_COOKIE you MUST use $_GET.

For example, instead of this:

&pci='.$_COOKIE['tracking202pci'];

use this code:

&pci='.$_GET['tracking'];

And this is it! It SHOULD work if you follow these steps. Let me know if you need help getting this to work :)

Back to top
Post new topic Reply to topic Page 1 of 1

Creative Commons License This work (Prosper202, Tracking202 and Export202) is licensed under a
Creative Commons Attribution-Noncommercial-Share Alike 3.0 Unported License.