<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>Brewsterware</title>
	<atom:link href="http://www.brewsterware.com/feed" rel="self" type="application/rss+xml" />
	<link>http://www.brewsterware.com</link>
	<description></description>
	<lastBuildDate>Sat, 06 Feb 2010 23:20:45 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title>Tracker progress &#8211; part 1</title>
		<link>http://www.brewsterware.com/archives/tracker-progress-part-1.html</link>
		<comments>http://www.brewsterware.com/archives/tracker-progress-part-1.html#comments</comments>
		<pubDate>Sat, 06 Feb 2010 23:08:06 +0000</pubDate>
		<dc:creator>Joe Brewer</dc:creator>
				<category><![CDATA[Evolution of a new tracker]]></category>
		<category><![CDATA[Internet]]></category>
		<category><![CDATA[PHP and MySQL]]></category>

		<guid isPermaLink="false">http://www.brewsterware.com/?p=202</guid>
		<description><![CDATA[So now I can create campaigns for offers, landing pages, offer rotations and landing page rotations.  I&#8217;ve only really tested sending traffic directly to offers, but I&#8217;ve only got one real report (and that is still not 100% finished).
Here is the report for anyone that is interested.

]]></description>
			<content:encoded><![CDATA[<p></p><p>So now I can create campaigns for offers, landing pages, offer rotations and landing page rotations.  I&#8217;ve only really tested sending traffic directly to offers, but I&#8217;ve only got one real report (and that is still not 100% finished).</p>
<p>Here is the report for anyone that is interested.</p>
<p><img class="aligncenter size-medium wp-image-208" title="campaign report" src="http://www.brewsterware.com/images/tracker/campaign-report.jpg" alt="" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.brewsterware.com/archives/tracker-progress-part-1.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Tracking cost data</title>
		<link>http://www.brewsterware.com/archives/tracking-cost-data.html</link>
		<comments>http://www.brewsterware.com/archives/tracking-cost-data.html#comments</comments>
		<pubDate>Sun, 17 Jan 2010 22:03:59 +0000</pubDate>
		<dc:creator>Joe Brewer</dc:creator>
				<category><![CDATA[Evolution of a new tracker]]></category>

		<guid isPermaLink="false">http://www.brewsterware.com/?p=193</guid>
		<description><![CDATA[Although the major three search engines have apis for their PPC engines, PPV engines do not.  This brings up the question of how to track the cost of each impression.
To get accurate stats I could scrape the reports that are available in each of the engines, and I guess this would be the best and [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Although the major three search engines have apis for their PPC engines, PPV engines do not.  This brings up the question of how to track the cost of each impression.</p>
<p>To get accurate stats I could scrape the reports that are available in each of the engines, and I guess this would be the best and most accurate way of doing it.  However to begin with, my tracker can hold average click costs per traffic source per campaign.  As impressions are made the current click cost is looked up from the relevant traffic source and recorded with the click. I&#8217;ll likely implement some kind of scraping code later on when I have got more of the other essential features implemented.</p>
<p style="text-align: center;"><img class="aligncenter" src="http://www.brewsterware.com/images/tracker/clickcost.jpg" alt="" /></p>
<p>What I would really really like is if each engine could pass the click cost back to the tracker in the url, and my tracker could handle this easily with a bit of configuration, but it is very unlikely to be implemented.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brewsterware.com/archives/tracking-cost-data.html/feed</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>More tracker thoughts</title>
		<link>http://www.brewsterware.com/archives/more-tracker-thoughts.html</link>
		<comments>http://www.brewsterware.com/archives/more-tracker-thoughts.html#comments</comments>
		<pubDate>Fri, 08 Jan 2010 22:38:27 +0000</pubDate>
		<dc:creator>Joe Brewer</dc:creator>
				<category><![CDATA[Evolution of a new tracker]]></category>

		<guid isPermaLink="false">http://www.brewsterware.com/?p=189</guid>
		<description><![CDATA[Since I had a few more ideas for features, and the progress of coding my dream tracker is going quite well I thought I&#8217;d post an update.
Here are a few more features that I&#8217;ll be adding in the coming weeks:

The ability to create ads so that the reports can show which ones are performing well.  [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Since I had a few more ideas for features, and the progress of coding my dream tracker is going quite well I thought I&#8217;d post an update.</p>
<p>Here are a few more features that I&#8217;ll be adding in the coming weeks:</p>
<ol>
<li>The ability to create ads so that the reports can show which ones are performing well.  Prosper already does this, but at the moment there is no support for adding pictures, and as platforms like facebook, myspace and the new plenty of fish platform use pictures I thought it would be a good idea to add this in.</li>
<li>The ability to add campaigns that use dayparting.  This would work a bit like the offer rotation execpt it would use mysql&#8217;s date functions to determin which offer to show.  This would enable offers to be show only between specific times, after specific dates, on specific days of the week&#8230;. the dayparting would only be limited by what mysql can do with dates.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://www.brewsterware.com/archives/more-tracker-thoughts.html/feed</wfw:commentRss>
		<slash:comments>4</slash:comments>
		</item>
		<item>
		<title>My tracker requirements</title>
		<link>http://www.brewsterware.com/archives/my-tracker-requirements.html</link>
		<comments>http://www.brewsterware.com/archives/my-tracker-requirements.html#comments</comments>
		<pubDate>Sun, 27 Dec 2009 19:48:47 +0000</pubDate>
		<dc:creator>Joe Brewer</dc:creator>
				<category><![CDATA[Evolution of a new tracker]]></category>
		<category><![CDATA[cpvcoach]]></category>
		<category><![CDATA[ppccoach]]></category>
		<category><![CDATA[Think Visibility]]></category>
		<category><![CDATA[tracker]]></category>
		<category><![CDATA[tracking202]]></category>

		<guid isPermaLink="false">http://www.brewsterware.com/?p=178</guid>
		<description><![CDATA[Thanks to Think Visibility I have been slightly more active in affiliate marketing &#8211; this has inevitably meant tracking where my traffic is coming from, where it is going to, and most importantly what keywords are making or breaking a campaign.
When I first joined ppccoach and cpvcoach (formally called ppvcoach) I was treated (or so [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>Thanks to <a href="http://www.thinkvisibility.com" target="_blank">Think Visibility</a> I have been slightly more active in affiliate marketing &#8211; this has inevitably meant tracking where my traffic is coming from, where it is going to, and most importantly what keywords are making or breaking a campaign.</p>
<p>When I first joined ppccoach and cpvcoach (formally called ppvcoach) I was treated (or so I thought) to trackers that would be able to track all of my campaigns. Both trackers would check to make sure that a valid monthly subsciption had been paid for. Both trackers had been encoded because people had been removing the protection, however just looking at the database tables it&#8217;s easy to see that it has been badly designed &#8211; even for a novice in database design.  Add to that the tracker that comes with ppc coach has reporting that is so slow you might as well go and have a cup of tea before the graphs have finished rendering.  If you join cpvcoach, you&#8217;ll find a dead forum (only a few members are active), and a buggy, unsupported tracker. Other xxxcoach bashing can be found <a href="http://www.clintlenard.com/2009/11/07/ppc-coach-has-class/" target="_blank">here</a> and <a href="http://www.clintlenard.com/2009/09/12/ppc-coach-review-the-most-honest-review-ever/">here</a>.  Rant over.</p>
<p>A great tracker that I have been using can be found at <a href="https://www.tracking202.com/" target="_blank">tracking202.com</a>.  What makes this tracker great is that it is open source and amazing support &#8211; so many people use this tracker.  There is a very active forum, and supporters that watch twitter for people having issues. Although it is great however, I want something a bit more.  Something a bit more special.  Tracking202 doesnt do everything I want, therefore I have started to code my own from scratch.</p>
<p>My features for a dream tracker would start with:</p>
<ol>
<li>Open source</li>
<li>Outstanding support</li>
<li>Pixel tracking and subid updloading for tracking conversions</li>
<li>Fast loading of reports</li>
<li>Plugin system for reports and other features (something similar to wordpress)</li>
<li>A way of rotating between offers from different networks</li>
<li>Optional subid tracking &#8211; many &#8220;inhouse&#8221; affiliate programs dont support subid tracking</li>
<li>An easy intuative way of generating links with different options dependant on the selected traffic source.</li>
</ol>
<p>All of these I have either nearly finished coding, or completed in the tracker I am currently using &#8211; I&#8217;ll post some screen shots soon.</p>
<p>What features would you want in your dream tracker?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brewsterware.com/archives/my-tracker-requirements.html/feed</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>SEO Companies using ethical techniques want me on google page 1</title>
		<link>http://www.brewsterware.com/archives/seo-companies-using-ethical-techniques-want-me-on-google-page-1.html</link>
		<comments>http://www.brewsterware.com/archives/seo-companies-using-ethical-techniques-want-me-on-google-page-1.html#comments</comments>
		<pubDate>Mon, 07 Dec 2009 21:58:53 +0000</pubDate>
		<dc:creator>Joe Brewer</dc:creator>
				<category><![CDATA[Internet]]></category>
		<category><![CDATA[SEO]]></category>

		<guid isPermaLink="false">http://www.brewsterware.com/?p=176</guid>
		<description><![CDATA[I&#8217;ve recently been getting requests from people using the contact form on my blog network small collection of blogs offering to get my sites to page 1 of google.  Here are the emails:
Contact name: Robert Karlson
Contact email: robertkarlson3333@gmail.com
Internet Marketing Services
We would like to get your website on first page of Google.
All of our processes use [...]]]></description>
			<content:encoded><![CDATA[<p></p><p>I&#8217;ve recently been getting requests from people using the contact form on my <span style="text-decoration: line-through;">blog network</span> small collection of blogs offering to get my sites to page 1 of google.  Here are the emails:</p>
<blockquote><p>Contact name: Robert Karlson<br />
Contact email: robertkarlson3333@gmail.com</p>
<p>Internet Marketing Services</p>
<p>We would like to get your website on first page of Google.</p>
<p>All of our processes use the most ethical &#8220;white hat&#8221; Search Engine Optimization techniques that will not get your website banned or penalized.<br />
Please reply and I would be happy to send you a proposal.</p></blockquote>
<p>The following email came from seo.sales.traffic@gmail.com though they say that their page is www.google.com &#8211; a little white lie me thinks.</p>
<blockquote><p>Felicia Sams (http://www.google.com) wrote:<br />
We are interested to increase traffic to your website, please get back to us in<br />
order to discuss the possibility in further detail.</p></blockquote>
<p>I wonder if their ethical white hat techniques that will not get the sites banned or penalised include using xrumer or other automated contact form spamming software.  I wouldnt have thought so, looking at their emails they look very professional.  What do you think?</p>
]]></content:encoded>
			<wfw:commentRss>http://www.brewsterware.com/archives/seo-companies-using-ethical-techniques-want-me-on-google-page-1.html/feed</wfw:commentRss>
		<slash:comments>2</slash:comments>
		</item>
	</channel>
</rss>
