![]() | | ||||||||
| | #1 |
| JohnYeo.name War Room Member Join Date: Jul 2008 Location: Singapore
Posts: 2,640
Blog Entries: 2 Thanks: 464
Thanked 241 Times in 126 Posts
|
Hi, I need help. I want to track which url and which aff id my leads come from. How can I do it? It is for a contest and for me to count the number of opt ins. And I can track which affiliate id they come from. Thanks in advance. John |
| | |
| | |
| | #2 |
| Active Warrior Join Date: Oct 2009 Location: Acapulco, Mexico
Posts: 53
Thanks: 3
Thanked 5 Times in 5 Posts
|
If your aff ids look like ?aff=123456 type of thing you can use php to GET the id when they come to your site and insert something in a database or text file a count of sorts There is a http referrer for php but its not 100% as some browsers don't pass this data |
|
not here to sell or convince only to learn and interact
| |
| | |
| | #3 | |
| JohnYeo.name War Room Member Join Date: Jul 2008 Location: Singapore
Posts: 2,640
Blog Entries: 2 Thanks: 464
Thanked 241 Times in 126 Posts
| Quote:
John | |
| | ||
| | |
| | #4 |
| Active Warrior Join Date: Oct 2009 Location: Acapulco, Mexico
Posts: 53
Thanks: 3
Thanked 5 Times in 5 Posts
|
In the case of that you could just capture the entire referrer link and have it stored in a database. Have a query that checks to see if its in the database yet and if its not have it put a entry in. If its in the database have it add a count to that particular ID. like Code: INSERT INTO affiliates SET id = '' ON DUPLICATE KEY UPDATE count=count+1 |
|
not here to sell or convince only to learn and interact
| |
| | |
| | #5 |
| GarrieWilson.com War Room Member Join Date: Jul 2006 Location: Mount Vernon, IL
Posts: 4,366
Blog Entries: 20 Thanks: 550
Thanked 342 Times in 208 Posts
|
John, A much better way, so they only get credit for actual opt-ins AND ones that confirm, is to use the php command GET to add the affiliate ID to a hidden custom field in the GetResponse form. Then at GR, turn on pass custom variables and then on the page after people confirm, use GET to add it to a database. If you arent using double opt-in, GR will still pass the data to the follow-up page for you to GET and add to the database. A programmer (worth anything) should be able to do this in 30 minutes or less. Garrie |
| | |
| | |
| | #6 | |
| JohnYeo.name War Room Member Join Date: Jul 2008 Location: Singapore
Posts: 2,640
Blog Entries: 2 Thanks: 464
Thanked 241 Times in 126 Posts
| Quote:
How have you been? Btw, what is GET? Thanks, John | |
| | ||
| | |
| | #7 | |
| Active Warrior Join Date: Oct 2009 Location: Acapulco, Mexico
Posts: 53
Thanks: 3
Thanked 5 Times in 5 Posts
| Quote:
| |
|
not here to sell or convince only to learn and interact
| ||
| | |
| | #8 | |
| JohnYeo.name War Room Member Join Date: Jul 2008 Location: Singapore
Posts: 2,640
Blog Entries: 2 Thanks: 464
Thanked 241 Times in 126 Posts
| Quote:
yep...need them to confirm optin and it is a double optin. sounds easy though...will see what help I can get... Thanks! ![]() John | |
| | ||
| | |
| | #9 |
| GarrieWilson.com War Room Member Join Date: Jul 2006 Location: Mount Vernon, IL
Posts: 4,366
Blog Entries: 20 Thanks: 550
Thanked 342 Times in 208 Posts
|
I attached the code for the first step but I dont know anything about the database part. (Forum wouldnt let me add it to the message.) Garrie code.txt |
| Last edited by GarrieWilson; 10-17-2009 at 08:34 PM. Reason: attached better code/instructions | |
| | |
![]() |
|
| Tags |
| aff, getresponse, ids, leads, track, urls, users |
| Thread Tools | |
| |
![]() |