Go Back   WickedFire - Affiliate Marketing Forum - Internet Marketing Webmaster SEO Forum > Free Section > Newbie Questions

Newbie Questions New to the whole making money online and developing your own sites thing? Post your questions here so that seasoned members can answer your questions. Please keep your questions out of the other categories. We know you're a newbie, but there's no reason to be annoying.


Welcome to the WickedFire - Affiliate Marketing Forum - Internet Marketing Webmaster SEO Forum forums.

You are currently viewing our boards as a guest which gives you limited access to view most discussions and access our other features. By joining our free community you will have access to post topics, communicate privately with other members (PM), respond to polls, upload content and access many other special features. Registration is fast, simple and absolutely free so please, join our community today!

If you have any problems with the registration process or your account login, please contact contact us.

Closed Thread
 
LinkBack Thread Tools Display Modes
Old 10-27-2007, 11:18 AM   #1 (permalink)
Junior Member
 
Join Date: Nov 2006
Posts: 9
husnehpet has a spectacular aura about
Checkthisout How Track with Yahoo Search Marketing

I added two easy ways to implement tracking with YSM. Perfect for the n00b in all of us.

Check the link in my sig.

LOL. Sorry about. Hus Nehpet: Making Money | Make Money With Me

The first method involves a smidge of PHP and about 5 minutes. So you’ll need to make sure your web host has PHP support. I run this method using Azoogle but you can modify it to fit any affiliate program.
First, log into your Yahoo Search Marketing account. Go to Administration tab and Tracking URLs.

Make sure it’s are enabled. Now whenever your ad is clicked on, a custom url will be created and sent to your webpage.

Now you don’t want to give Azoogle your precious keyword conversion data. We could encrypt the key but it’s not necessary since it’s been provided by the url. See OVKWID? This is what we need to grab. We’re going to pass OVKWID to Azoogle as a subid. In Azoogle, there is a subid report that you can view your conversions on.

Okay, now we’re going to use a little bit of PHP to create a custom url. You can modify this code to your liking. I’m using it here as a redirect. Add this code to the very top of your webpage. Make sure to save your page as .php.
<?php
$url = “http://www.x.azjmp.com/ZnXjz”;
if ($_GET[’OVKWID’]) {
$url = “http://www.x.azjmp.com/ZnXjz?sub=” . $_GET[’OVKWID’];
}

header(”location: $url”);
break;

?>
Now your subids will be recorded in Azoogle. When a conversion is made, just match it up to your Yahoo Campaign spreadsheet.
__________________
Watch my online business grow at http://www.husnehpet.com/
husnehpet is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-27-2007, 11:20 AM   #2 (permalink)
emp
 
emp's Avatar
 
Join Date: Jun 2006
Posts: 3,623
emp has a reputation beyond reputeemp has a reputation beyond reputeemp has a reputation beyond reputeemp has a reputation beyond reputeemp has a reputation beyond reputeemp has a reputation beyond reputeemp has a reputation beyond reputeemp has a reputation beyond reputeemp has a reputation beyond reputeemp has a reputation beyond reputeemp has a reputation beyond repute
No link in your sig, for you are n00b.

Share your info here, please.

::emp::
__________________


Blind Ape Seo ¦ My WickedFire articles
emp is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 10-27-2007, 11:33 AM   #3 (permalink)
Domainers...
 
bubbles's Avatar
 
Join Date: Apr 2007
Location: Colorado
Posts: 806
bubbles has a reputation beyond reputebubbles has a reputation beyond reputebubbles has a reputation beyond reputebubbles has a reputation beyond reputebubbles has a reputation beyond reputebubbles has a reputation beyond reputebubbles has a reputation beyond reputebubbles has a reputation beyond reputebubbles has a reputation beyond reputebubbles has a reputation beyond reputebubbles has a reputation beyond repute
I use this script to throw the yahoo keywords in a DB, and associate them with an ID, that way I don't give m keywords away.
Quote:
<?
if(isset($_GET['OVKEY']))
{
$rawkeyword = $_GET['OVRAW'];
$rawkeyword = urldecode($rawkeyword);
$keyword = $_GET['OVKEY'];
$keyword = urldecode($keyword);

$link = mysql_connect('localhost','user','pass');
mysql_select_db("dbname", $link) or die("An error occured while trying to establish a connection to the specified database");

$sql = "SELECT * FROM keywords WHERE keyword = '$keyword'";
$result = mysql_query($sql);
if(mysql_num_rows($result) == 0)
{
$sql = "INSERT INTO keywords (`id` , `keyword` , `raw`, `count`) VALUES ('', '$keyword', '$rawkeyword','0')";
$result = mysql_query($sql);
}
$sql = "UPDATE keywords SET count = count+1 WHERE keyword = '$keyword' LIMIT 1";
$result = mysql_query($sql);
$sql = "SELECT * FROM keywords WHERE keyword = '$keyword'";
$result = mysql_query($sql);
$result = mysql_fetch_row($result);
$subid = $result[0];
mysql_close($link);
}
header("location:http://affiliate.com/track.php?sub=".$subid);
?>
Just connect to your own database and build a similar table.
__________________
Best Regarded
Google Webmaster Mr Khanceff John

bubbles is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-14-2007, 04:12 PM   #4 (permalink)
Senior Member
 
jared's Avatar
 
Join Date: May 2007
Location: Texas
Posts: 104
jared has a spectacular aura about
Is passing the keywords to Azoogle through the subid a bad idea eh?

Guess I'll be reworking the tracking methods I use for my campaigns. Also what's the best way to differentiate and track the traffic between google/msn/yahoo?
jared is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Old 11-14-2007, 07:33 PM   #5 (permalink)
Senior Member
 
Join Date: Nov 2006
Posts: 408
Fewleftstanding has a spectacular aura about
I've previously been sending the keywords to my advertisers through the subid, but I realized that they all have their own in house teams doing ppc too..so I figured I shouldn't give away the keywords that are converting for me.

Thanks for the script
Fewleftstanding is offline  
Digg this Post!Add Post to del.icio.usBookmark Post in TechnoratiFurl this Post!
Closed Thread

Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On

Similar Threads
Thread Thread Starter Forum Replies Last Post
Yahoo Search Marketing - Partner Blocking LIVE!! smaxor Industry News 4 10-16-2007 08:08 PM
Selling a list of 66 Expired Domains listed in Yahoo Directories jsp123 Sell, Buy & Trade 0 05-24-2007 05:14 PM
Yahoo Search Marketing for arbi nogenius Newbie Questions 1 04-17-2007 07:54 AM
Yahoo Search Marketing Bid Quality! Elephant Industry News 1 01-25-2007 01:29 AM
Checkmate vs. Yahoo! Class Action Settlement jerxs Affiliate Marketing 5 08-17-2006 06:39 PM


All times are GMT -4. The time now is 01:07 AM.


Powered by vBulletin® Version 3.7.3
Copyright ©2000 - 2008, Jelsoft Enterprises Ltd.
Search Engine Optimization by vBSEO 3.2.0
WickedFire.com Copyright © 2008 - WickedFire is an international registered Trademark of Coastal Synergy LLC. You may not use any of our trademarks, copyrights, content, or images without a written approval by members of Coastal Synergy LLC.