GoFuckYourself.com - Adult Webmaster Forum

GoFuckYourself.com - Adult Webmaster Forum (https://gfy.com/index.php)
-   Fucking Around & Business Discussion (https://gfy.com/forumdisplay.php?f=26)
-   -   someone help... probably need a php programmer in here. (https://gfy.com/showthread.php?t=934981)

Wolfy 10-23-2009 03:17 PM

someone help... probably need a php programmer in here.
 
I'm in need of a way to track referrals to my email newsletter.

I want to run a contest, where the members refer friends to the website. When the friends join the newsletter, the member gets credit.

Ultimately, I need to track referrals and completed joins, and I don't want to make people sign up or register to participate - they are already on my email list, so they should be able to simply forward the email to their contacts.

I'm using aweber and the site runs on wordpress... any ideas?

(myfreepaysite comes to mind. Affiliates promote "http://www.myfreepaysite.com?aid=trackingid" and all submissions are tracked, along with completed signups, etc.

If I had a custom php page, I could tell my users to forward the email, which would contain a link like this: http://www.mysite.com/refer-contest.php?referid={[email protected]}. aweber allows me to use custom inputs...

meh. Help.)

Wolfy 10-23-2009 03:19 PM

So my email will need to look like this:

=============
Hi member!

This is the email! Simply forward this to your friends, tell them to click this link, and you'll be working towards winning this contest! Here's the link they need to click:

http://www.mysite.com/contest.php?referral={user-email}

===============================

Make sense?

Si? No?

Adraco 10-23-2009 04:07 PM

A simple mail merge with Excel and Word?
Having all the users in an Excel list, and then move over to Word, design your email and then do Mailings > Mail Merge.

Read up on it a bit, but that's exactly what you want. There are also guides and walk throughs inside Word on how to do it. Have a look at it!

Wolfy 10-26-2009 05:14 AM

How would that track referrals?

AIbenjamink 10-26-2009 05:58 AM

Seems like the first issue would be determining if/how aweber supports dynamic tags in your email newsletter.

For example, when creating a new message for mass sending, do you have any tags available for placement in the message that will be replaced for each subscriber when the message is sent? Maybe [EMAIL] would be replaced by each email, etc..

Relentless 10-26-2009 06:07 AM

www.adultcoder.com

Wolfy 10-26-2009 06:10 AM

yes, that is available. I can give a link like this:

http://www.mysite.com/referal.php?id="useremail"

then on that page the refered person can sign up.

If I am collecting info from those attempts, I should be able to sort through the referral email ids. if I was able to sort them via sql or excel or other, to see which id's sent the most referals, and then manually verify that the attempted referrals actually confirmed with aweber.

Obviously I need help clarifying this process... it's hard to explain something when you don't understand how it actually works. :D

AIbenjamink 10-26-2009 06:54 AM

Gotcha, sounds like you are on the right track.

Your next step would be to create the database on your server to store the referral information. In the simplest case, your database table would contain columns along the lines of "RefID", "RefCount", "JoinCount". When the referral link is initially visited, the visit would be added to "RefCount". After the visitor signs up, you would increment the "JoinCount". In the end, you would have a database containing the referrer IDs, the number of people referred to the signup, and the actual number of signups processed.

There are additional tracking features and checks you may wish to implement, but hopefully this gets you started:thumbsup

Wolfy 10-26-2009 07:00 AM

Quote:

Originally Posted by AIbenjamink (Post 16465680)
Gotcha, sounds like you are on the right track.

Your next step would be to create the database on your server to store the referral information. In the simplest case, your database table would contain columns along the lines of "RefID", "RefCount", "JoinCount". When the referral link is initially visited, the visit would be added to "RefCount". After the visitor signs up, you would increment the "JoinCount". In the end, you would have a database containing the referrer IDs, the number of people referred to the signup, and the actual number of signups processed.

There are additional tracking features and checks you may wish to implement, but hopefully this gets you started:thumbsup

Actually, that does piece it together for me a little better. Aweber allows me to specify a "success" page, and it also allows me to create custom fields in the join form. If one of my custom fields sent the info to a database, and then the success page tracked the information to the same database, should work perfectly!

So I need someone with sql and php coding knowledge. I am willing to pay, who can help me here?

Wolfy 10-26-2009 09:43 AM

daybump. Money offered here.

Wolfy 10-27-2009 07:38 AM

project closed. Thanks :thumbsup

fatfoo 10-27-2009 08:01 AM

Oh it's closed? I guess no point replying here then.


All times are GMT -7. The time now is 06:06 AM.

Powered by vBulletin® Version 3.8.8
Copyright ©2000 - 2025, vBulletin Solutions, Inc.
©2000-, AI Media Network Inc