<?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"
	>

<channel>
	<title>WordBay</title>
	<atom:link href="http://www.itsgottabered.com/wordbay/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.itsgottabered.com/wordbay</link>
	<description>The quickest way to start earning from Wordpress and eBay!</description>
	<pubDate>Tue, 02 Mar 2010 12:34:22 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.5</generator>
	<language>en</language>
			<item>
		<title>NEW VERSION 1.25 SEMI-CRITICAL - RSS changes and geotargetting now definitely OFF!</title>
		<link>http://www.itsgottabered.com/wordbay/2010/new-version-125-semi-critical-rss-changes-and-geotargetting-now-definitely-off/</link>
		<comments>http://www.itsgottabered.com/wordbay/2010/new-version-125-semi-critical-rss-changes-and-geotargetting-now-definitely-off/#comments</comments>
		<pubDate>Tue, 02 Mar 2010 12:34:22 +0000</pubDate>
		<dc:creator>markowe</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.itsgottabered.com/wordbay/?p=74</guid>
		<description><![CDATA[Please download the new version of WordBay via your admin dashboard or the link on the site sidebar. This update is critical if you have geotargetting switched OFF! There were two major areas of fixes:
RSS-related &#8220;fixes&#8221;
After continued discussions about the possibility of WordBay somehow not generating RSS feeds properly and possibly accounting for a reduction [...]]]></description>
			<content:encoded><![CDATA[<p>Please download the new version of WordBay via your admin dashboard or the link on the site sidebar. This update is critical if you have geotargetting switched OFF! There were two major areas of fixes:</p>
<h2>RSS-related &#8220;fixes&#8221;</h2>
<p>After continued discussions about the possibility of WordBay somehow not generating RSS feeds properly and possibly accounting for a reduction in clicks on the part of some users, I sat down on Sunday and took another in-depth look at the RSS feed parameters and the results produced by them. I do want to point out once again that the RSS feed is NOT properly (or at all!) documented by eBay, thus all scripts using the eBay RSS feed have effectively reverse-engineered the feed to one extent or another to determine the function of the different parameters. After painstaking work I now have a detailed list of many of the parameters and what they do. I had never actually written them out like that before and you will not find this list anywhere on the net to my knowledge - my &#8220;competitors&#8221; are probably keeping it to themselves, but I plan to publish these in a subsequent post. But what I wanted to know, and some users too, was <strong>is there anything about the RSS url generated by WordBay</strong> <strong>which could cause &#8220;rover&#8221; (affiliate) links to not be generated or tracked properly?</strong></p>
<p>The upshot of my investigation was as follows. Comparing the feed url (the &#8220;rss.api&#8221; one) produced by the EPN feed generator, with the feed url produced by WordBay, and remembering that each parameter affects the results of the RSS search in some way there are the following difference:</p>
<p><strong>Category 1 (differences in parameters with known function)</strong></p>
<p>- some 6 parameters supported by the EPN generator that are not supported by WordBay, e.g. &#8220;Search description as well as title&#8221;, &#8220;Auction only/Bin only&#8221; etc. (I just never got round to including these) and thus are omitted</p>
<p>- some 6 parameters supported by WordBay but not by the feed gen, e.g. &#8220;Min/max price&#8221;, &#8220;Min no. of bids&#8221;. These I originally reverse-engineered from the eBay Advanced Search page and appear to work as advertised. They are probably omitted from the feed gen for simplicity&#8217;s sake.</p>
<p>I believe neither of the above category of parameter can have any effect whatsoever on click tracking.</p>
<p>Also, however, there were:</p>
<p><strong>Category 2 (differences in parameters of unknown function)</strong></p>
<p>- 2 or 3 parameters (<strong>catref</strong>, <strong>from</strong> and <strong>saaff</strong><strong></strong>) that are present in both, but whose function is unknown (like I say, no docs). <strong>saaff</strong> appears to specify the affiliate network, i.e. it is always set to <strong>afepn</strong> in the feed, and I though, hey-ho, what if this is not set in WB, THAT could affect tracking! However, a brief check confirmed this has long been present in WB - false alarm.</p>
<p>- 2 parameters present in the feed gen URL that were NOT present in WordBay&#8217;s URL and whose significance is undocumented, together with the meaning of the the values assigned to them. <strong>These I added</strong>, with the values supplied by the feed gen (which do not appear to vary).</p>
<p>- 5 parameters present in the WB URL (reverse-engineered from Advanced Search) but not present in the feed gen URL which are undocumented and which I thus deemed unnecessary and <strong>dropped</strong>.</p>
<p>In this second category of parameters of unknown function I can be less sure that one of them does not have anything to do with tracking. However, I think it <em>unlikely</em> that the changes I made will change anything: a) we still have no firm evidence that invalid (untrackable) links are being produced through the feed in WordBay and b) it is likely that provided the campaign ID, i.e. the <strong>afepn</strong> parameter (and probably <strong>saaff</strong>) are specified, rover links are being produced correctly.</p>
<p>In addition, I took this new version of the plugin and refreshed a listings test page a total of 30 times - 10 times each for US, UK and DE eBay sites, and did not get anything but valid &#8220;rover&#8221; links every time. I also tried this (though somewhat fewer times) with v1.22 and got the same result.</p>
<p>I also created a test campaign and tried to get some clicks tracked (yes, clicking my own links - so ban me) but these were not tracked at all, probably because I was logged in to eBay or something, so this proves nothing really.</p>
<p>But if there is any chance that this will make any difference I am glad I took the time to investigate this and clean up the code in WB. Keep me posted. At the moment I still tend to be of the opinion that EPN&#8217;s tracking is up the spout. I have tried to be as transparent as possible regarding the WB code, whereas we have no insight whatsoever into the workings of EPN and QCP&#8230;</p>
<h2>Geo-targetting-related fix</h2>
<p>Oh man! Hangs head in shame! It turns out that geotargetting has been fixed permanently ON for all users ever since it was introduced way back when, and all for the want of a single &#8220;=&#8221; in the code. That&#8217;s quite a biggie, and does explain some vague complaints from way back when that it was behaving oddly. So SORRY!! In my defence, it is very hard to test and debug geotargetting as obviously I cannot hop over to another country to do so, and also I live in a non-eBay country, but I am surprised this was not picked up sooner.</p>
<p>In my opinion this is not a major disaster - the IP database IS fairly accurate on the whole, perhaps you might have lost a very small percentage of visitors who were wrongly targetted, and on the other side perhaps you had some Norwegian visitors who might have bought from US eBay (say!) but I don&#8217;t think there are too many of those.</p>
<p>Anyway, it&#8217;s fixed now.</p>
<p>I have also added (from 1.22 actually, but cleaned it up a bit) a strong suggestion in the admin backend for people to subscribe to the feed for this blog as these kinds of critical updates are happening frequently, yet there are people out there still using some absolutely ancient versions of WordBay, which can&#8217;t be good!</p>
<p>Let&#8217;s stay in touch, I have a feeling the RSS click-tracking saga is not over yet&#8230;</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsgottabered.com/wordbay/2010/new-version-125-semi-critical-rss-changes-and-geotargetting-now-definitely-off/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NEW VERSION: v1.22 - &#8220;Minor&#8221; bug correction</title>
		<link>http://www.itsgottabered.com/wordbay/2010/new-version-v122-minor-bug-correction/</link>
		<comments>http://www.itsgottabered.com/wordbay/2010/new-version-v122-minor-bug-correction/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 20:43:16 +0000</pubDate>
		<dc:creator>markowe</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.itsgottabered.com/wordbay/?p=73</guid>
		<description><![CDATA[Please make sure you get v1.22 if you have not already (use download link on left). I made a &#8220;small&#8221; ommission in v1.21 which meant that Sign up and &#8220;Search eBay&#8221; links were not forwarding properly (well, not at all in fact). This is fixed now.
Sorry these updates are so haphazard - it&#8217;s what happens [...]]]></description>
			<content:encoded><![CDATA[<p>Please make sure you get v1.22 if you have not already (use download link on left). I made a &#8220;small&#8221; ommission in v1.21 which meant that Sign up and &#8220;Search eBay&#8221; links were not forwarding properly (well, not at all in fact). This is fixed now.</p>
<p>Sorry these updates are so haphazard - it&#8217;s what happens when I only have one day to work on WordBay and I try to rush things. Hope you will now be up and running, with all the recent bugs ironed out and a couple of little new features. But if you see anything untoward happening I just know you will let me know!</p>
<p>There was an odd little quirk where links were appearing that were in the format cgi.ebay.com and not the rover.ebay&#8230; affiliate link type. This would happen if a campaign ID had not been specified - the feed API would return non-affiliate, &#8220;cgi&#8221; links, as was the case with the user who complained of this. But I managed to reproduce the problem too a couple of times and can&#8217;t work out why, since the site I tested on DOES have the campaign ID specified. Right now I am still at little jumpy because of the click tracking problems some people were reporting and that eBay partly admitted to, so I would like to keep an eye on that. If you see links on your product listings forwarding to a short link like <em>http://cgi.ebay.com/ws/eBayISAPI.dll?ViewItem&amp;item=370325891590</em> instead of the longer <em>http://rover.ebay.com/rover/1/711-53200-19255-0/1?</em>&#8230; etc. then let me and other users know as it could be important!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsgottabered.com/wordbay/2010/new-version-v122-minor-bug-correction/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NEW VERSION: v1.21 - bug fixes and minor new features</title>
		<link>http://www.itsgottabered.com/wordbay/2010/new-version-v121-bug-fixes-and-minor-new-features/</link>
		<comments>http://www.itsgottabered.com/wordbay/2010/new-version-v121-bug-fixes-and-minor-new-features/#comments</comments>
		<pubDate>Wed, 24 Feb 2010 12:29:27 +0000</pubDate>
		<dc:creator>markowe</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.itsgottabered.com/wordbay/?p=72</guid>
		<description><![CDATA[A thousand apologies to anyone who happened to download my initial 1.21 version and got their CSS file chewed - I somehow managed to delete a vital line of code, arrrghhh! Should be fixed now. Sorry, sorry, sorry! If it&#8217;s any consolation I did the same to two of my sites before realising&#8230;

After a flurry [...]]]></description>
			<content:encoded><![CDATA[<p><strong>A thousand apologies to anyone who happened to download my initial 1.21 version and got their CSS file chewed - I somehow managed to delete a vital line of code, arrrghhh! Should be fixed now. Sorry, sorry, sorry! If it&#8217;s any consolation I did the same to two of my sites before realising&#8230;<br />
</strong></p>
<p>After a flurry of error reports and lots of really helpful comments from users, I have revised the WordBay code and eliminated some small (for some people not so small) bugs and added a couple of little features I hope you will appreciate. Man, I haven&#8217;t spent this much time on WordBay development for a long time..! Many of the bugs are a result of some scrappy coding on my part from way back in the early versions of WB, so I am surprised they haven&#8217;t surfaced sooner!</p>
<p>Download the new version from the link on the left, or update from your WP panel.</p>
<p>Changes are as follows:</p>
<p><strong>Bugs eliminated (we hope):</strong></p>
<p>- the problem some users were having with path to the countries.txt file not working. Now believed fixed, see end of this post for explanation.</p>
<p>- some changes to ensure the WordBay plugin path is got properly in other places too, like when saving the CSS file. Might be the cause of some errors people have been having with 404 errors when saving the CSS, but need to continue to monitor that, please let me know.</p>
<p>- removed a spurious part of the url obfuscation routine that I realised COULD cause a potential bug (in a very small minority of cases). Now WB no longer tacks &#8220;buy&#8221; and &#8220;cheap&#8221; on the end of the URL. I never liked that anyway. At some point I would like to add a better encryption routine, but no time now&#8230;</p>
<p>- fixed the SILLY bug where every time you update your setting some more forward slashes get added to the single quotes in the css file, and those only in my comments! I finally discovered <code>stripslashes()</code>, sigh&#8230;</p>
<p><strong>Features added</strong>:</p>
<p>- FINALLY added the product title to the URL, so now the URL looks like:</p>
<blockquote><p>http://www.mysite.com/wp-content/plugins/wordbay/buy.php?buyurl=<strong>Alpine-IDA-X303-iPod-Sat-HD-Ready-AM-FM-CD-Car-Deck___</strong>aHR0cDovL3JvdmVyLm&#8230;</p></blockquote>
<p>People asked me to do this aaages ago as it could have a positive effect on SEO (though I doubt it - a Google-slap is a Google-slap) and it also has the added benefit of pushing the ugly bit of the URL a way off the end of the browser address box. Maybe I should add another long line of &#8220;______&#8221; and push it right off!</p>
<p>- also added the product title to the &#8220;title&#8221; tooltip for links, so now when you hover over any of the product links, you get the little tooltip. Helpful and could have SEO benefits too (again, call me sceptical&#8230;) I could have added &#8220;Buy &#8221; before this, or &#8220;&#8230;for sale&#8221; on the end or something, but that would be a matter of taste&#8230;</p>
<p>Hope this does indeed fix your bugs and I hope you like the new features too. Plenty more feature requests and ideas out there, but they will have to be done as and when my regular job, hobbies, not to mention 4-month old son allow me!</p>
<p>Oh, and if you want an explanation of the countries.txt path bug, well I was specifying a full http:// path to the file. However, when using the PHP file() function, not all servers allow you to specify a full URL for security reasons, because it could be used to access an external file. Specifically, <a class="link" href="http://www.php.net/manual/en/filesystem.configuration.php#ini.allow-url-fopen">fopen wrappers</a> is disabled on some hosts in the php.ini file, so I had to use a native PHP method of finding the &#8220;internal&#8221; path. This also applies to put_file_contents, which is also subject to this limitation. This function is used by the CSS retention routine, so COULD be the reason for some bugs that have been happening there.</p>
<p>This SHOULD have eliminated some of those major bugs! But I am sure you will let me know if it hasn&#8217;t, though <img src='http://www.itsgottabered.com/wordbay/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsgottabered.com/wordbay/2010/new-version-v121-bug-fixes-and-minor-new-features/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Faulty RSS link generation?</title>
		<link>http://www.itsgottabered.com/wordbay/2010/faulty-rss-link-generation/</link>
		<comments>http://www.itsgottabered.com/wordbay/2010/faulty-rss-link-generation/#comments</comments>
		<pubDate>Sun, 21 Feb 2010 09:24:34 +0000</pubDate>
		<dc:creator>markowe</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.itsgottabered.com/wordbay/?p=71</guid>
		<description><![CDATA[There is some concern from users about the possibility that WordBay IS affected by the recent Great RSS Change, despite my relative confidence that it was not. This includes Dennis&#8217; report that earnings from specifically WordBay campaigns are down as compared to others scripts. Of course, if there is an issue I want to resolve [...]]]></description>
			<content:encoded><![CDATA[<p>There is some concern from users about the possibility that WordBay IS affected by the recent Great RSS Change, despite my relative confidence that it was not. This includes Dennis&#8217; report that earnings from specifically WordBay campaigns are down as compared to others scripts. Of course, if there is an issue I want to resolve it, this affects my earnings too, after all! I can confirm a definite plunge in earnings after around the 11th February 2010, and a seeming general downward trend in clicks too. However, to be honest, that is not the first time that has happened since QCP, know what I mean?</p>
<p>To recap the Great RSS Change, eBay (see their blog post <a href="http://www.ebaypartnernetworkblog.com/en/news/rss-feed-is-being-updated/" target="_blank">here</a>) have slightly changed the form of the &#8220;rover&#8221; links generated by the RSS feed from this old form:<br />
<code>http://rover.ebay.com/rover/1/707-53477-19255-0/1?campid=xxxxxxxxxx&amp;customid=&amp;toolid=10005&amp;<br />
mpre=http%3A%2F%2Fcgi.ebay.de%2FElmo-Elchmeter-Bpz-Magicsport-Magic-Sport-2-2008-TOP_<br />
W0QQitemZ220551167382QQcmdZViewItemQQssPageNameZRSS%3AB%3ASRCH%3ADE%3A102</code></p>
<p>&#8230;to this new form:<br />
<code>http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&amp;toolid=10005&amp;campid=xxxxxxxxxx<br />
&amp;customid=&amp;icep_item=350310730839&amp;ipn=psmain&amp;icep_vectorid=238401&amp;kwid=9020<br />
99&amp;mtid=824&amp;kw=rss</code></p>
<p>We don&#8217;t need to go into the nitty-gritty of these links, you can see that the &#8220;new&#8221; form doesn&#8217;t have that garbled code on the end, but a set of parameters like icep_vectorid=238401, kwid=902099 etc. eBay have not really explained what these are for, they appear to be for some future expansion. However, you can see that the parameter campid=xxxxxxxxxx remains the same, that is the important one that tracks your sales (or should do). By the way, the difference between the two codes <code>707-53477-19255-0</code> and <code>711-53200-19255-0</code> is immaterial - the former is the code for Germany (you can also see the link <code>cgi.ebay.de</code> within the first link), the latter is the code for US, they were just being sloppy in their example. I mean, if you are going to show the difference between the old and new style links then use the same parameters! I will show that this is not important in my real-life example below.</p>
<p>But the point is this, that the only eBay RSS scripts affected by this change were those actually manipulating the old style link in order to &#8220;cloak&#8221; it. WordBay merely &#8220;base64 encodes&#8221; (a completely non-destructive form of encoding) the link<em> exactly as received</em> from the RSS feed, with the exception that it replaces the words &#8220;rover&#8221; and &#8220;ebay&#8221; with &#8220;buy&#8221; and &#8220;cheap&#8221; (but then changes them back again before clicking through). I will consider removing even these simple forms of cloaking if these concerns continue, particularly this latter one, where I can now see some possible situations where it might go wrong. However, again, this is not related to changes to the RSS, this feature has been present since the very first version of WordBay and would have reared its head anyway, and would only have caused the problem I am thinking of in a very few cases.</p>
<p><strong>WordBay versus link generator</strong></p>
<p>But I wanted to be sure, so I did a little experiment to make sure WordBay is producing its links correctly, so I created a feed within the EPN RSS Generator, and then created exactly the same feed with WordBay, and compared the uncoded links. And here are the results:</p>
<p>Link produced by feed from RSS Generator (UK):</p>
<p><code>http://rover.ebay.com/rover/1/710-53481-19255-0/1?icep_ff3=2&amp;toolid=10005&amp;campid=xxxxxxxxxx&amp;customid=test&amp;icep_item=230430578964&amp;ipn=psmain&amp;icep_vectorid=238431&amp;kwid=902099&amp;mtid=824&amp;kw=rss</code></p>
<p>and now the link produced by WordBay with the same parameters, for UK:</p>
<p><code>http://rover.ebay.com/rover/1/710-53481-19255-0/1?icep_ff3=2&amp;toolid=10005&amp;campid=xxxxxxxxxx&amp;customid=test&amp;icep_item=230430578964&amp;ipn=psmain&amp;icep_vectorid=238431&amp;kwid=902099&amp;mtid=824&amp;kw=rss</code></p>
<p>I have pored over these but cannot see any difference&#8230;</p>
<p>However, some people also mentioned (and discussions on the EPN forum and blog have suggested this) that this may be a country-related issue. So just in case, I did this with US too, with two identical sets of parameters:</p>
<p>Link produced by feed from RSS Generator (US):</p>
<p><code>http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&amp;toolid=10005&amp;campid=xxxxxxxxxx&amp;customid=test&amp;icep_item=190373520609&amp;ipn=psmain&amp;icep_vectorid=238401&amp;kwid=902099&amp;mtid=824&amp;kw=rss</code></p>
<p>and now the link produced by WordBay with the same parameters, for US:</p>
<p><code>http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&amp;toolid=10005&amp;campid=xxxxxxxxxx&amp;customid=test&amp;icep_item=190373520609&amp;ipn=psmain&amp;icep_vectorid=238401&amp;kwid=902099&amp;mtid=824&amp;kw=rss</code></p>
<p>Again, identical&#8230; Just for good measure, I made sure the encoded and decoded link, the one that actually gets followed to eBay, was OK:</p>
<p><code>http://rover.ebay.com/rover/1/711-53200-19255-0/1?icep_ff3=2&amp;toolid=10005&amp;campid=xxxxxxxxxx&amp;customid=test&amp;icep_item=190373520609&amp;ipn=psmain&amp;icep_vectorid=238401&amp;kwid=902099&amp;mtid=824&amp;kw=rss</code></p>
<p>Once again, the link produced by the RSS Generator and by WordBay appear identical.</p>
<p><strong>Conclusion</strong></p>
<p>People, I spent an hour or two more on this and I don&#8217;t know what more I can do - I hear your concerns, but if this is a problem with WordBay and RSS then I haven&#8217;t found it this way either. Quite simply, WordBay is sending your visitors where they are supposed be going, using the exact same link that eBay&#8217;s own RSS generator is producing. Could it be that the fall in WordBay-specific earnings is a fluke? Or else Google slapping those sites (which it is very good at doing)? Or else it&#8217;s eBay bugs under the mysterious QCP once again depriving us of earnings.</p>
<p>If you have ANY report of this problem, please let me know in the comments. If we can build up a picture of when this might be happening, perhaps we can narrow down the problem and solve it, if indeed it can be solved from the WordBay end. Thanks for your continued input.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsgottabered.com/wordbay/2010/faulty-rss-link-generation/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Version 1.20: fixed eBay sign-in bug and added beta &#8220;widget&#8221; functionality</title>
		<link>http://www.itsgottabered.com/wordbay/2010/version-120-fixed-ebay-sign-in-bug-and-added-beta-widget-functionality/</link>
		<comments>http://www.itsgottabered.com/wordbay/2010/version-120-fixed-ebay-sign-in-bug-and-added-beta-widget-functionality/#comments</comments>
		<pubDate>Sat, 20 Feb 2010 20:30:12 +0000</pubDate>
		<dc:creator>markowe</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.itsgottabered.com/wordbay/?p=70</guid>
		<description><![CDATA[As promised I have put some work into WordBay today (more than I have in a loooong time) and come up with version 1.20 (download from the link on the left). Changes:
- corrected the bug where the &#8220;Click for details&#8221; icon was taking visitors to an eBay sign-in page instead of to the item clicked [...]]]></description>
			<content:encoded><![CDATA[<p>As promised I have put some work into WordBay today (more than I have in a loooong time) and come up with version 1.20 (download from the link on the left). Changes:</p>
<p>- corrected the bug where the &#8220;Click for details&#8221; icon was taking visitors to an eBay sign-in page instead of to the item clicked on. Many thanks and well done to ChuckMcB, a faitfhul WordBay user and frequent contributor, who spotted this problem and its cause. We might all see a slight increase in sales after this, who knows!<br />
- found some legacy Wordpress functions I was using that needed changing. You won&#8217;t notice the difference!<br />
- corrected a small potential security problem - not sanitising $_GET data. Big &#8220;no-no&#8221; usually, but it&#8217;s unlikely this could have been exploited here since WordBay merely passes this data on to eBay. Still, better safe&#8230;</p>
<p><strong>It&#8217;s got a widget, a lovely widget</strong></p>
<p>You might remember that ad if you are from the UK. Anyway, I also added something people have asked about intermittently ever since the early versions of WordBay: - I added rudimentary &#8220;widget&#8221; functionality, i.e. the possibility to add posts to your template rather than to content. Now this is DEFINITELY <strong>BETA</strong>! I just want to run it past you guys to see if you can get any results from this.</p>
<p>It works like this:</p>
<p>Put this code:</p>
<p><code>&lt;?php echo wbwidget(array ('searchterms' =&gt; 'ipod') )?&gt;</code></p>
<p>&#8230;wherever you want in your template, say the sidebar.php (careful not to add the PHP start and end tags if you are placing this within existing PHP code!).</p>
<p>Replace &#8216;ipod&#8217; with your search terms, using the same search criteria as you would if you were inserting between the &#8216;[wordbay]&#8217; tags.</p>
<p><strong>Now please note!!</strong> <strong>It is hard to get good results with this</strong> because eBay preformats the feed (using some horrible tables etc.) and there is not much we can do to change that. Hence you need a good minimum width to display the feed, and you probably want to turn off the &#8220;Click for details&#8221; icon. Maybe you can get better results than me with some judicious css. I certainly didn&#8217;t manage to get it looking decent! Let me know how you get on.</p>
<p>Oh and by the way, at the moment you have to rely on the existing settings in your admin panel, which doesn&#8217;t help of course. It&#8217;s unlikely you&#8217;ll manage to get your settings so they look right in both the &#8220;widget&#8221; and the post&amp;page content, so it&#8217;s probably one or t&#8217;other. In particular you will want to set the display to a single column, I&#8217;d imagine! I have not yet added the possibility of adding per-post settings, that&#8217;s another thing people have been on at me for ages, but I am reluctant to take that on right now. It&#8217;s the next big job, though, for sure.</p>
<p>Well, as ever, all the best, and keep earning with Wordpress, WordBay and EPN! (and let the rest of us in on the secret if you know it!)</p>
<p>Oh, P.S. WordBay is now tested up to the latest version of Wordpress, 2.9.2 - finally!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsgottabered.com/wordbay/2010/version-120-fixed-ebay-sign-in-bug-and-added-beta-widget-functionality/feed/</wfw:commentRss>
		</item>
		<item>
		<title>RSS changes - WordBay update coming ASAP</title>
		<link>http://www.itsgottabered.com/wordbay/2010/rss-changes-wordbay-update-coming-asap/</link>
		<comments>http://www.itsgottabered.com/wordbay/2010/rss-changes-wordbay-update-coming-asap/#comments</comments>
		<pubDate>Thu, 18 Feb 2010 08:19:11 +0000</pubDate>
		<dc:creator>markowe</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.itsgottabered.com/wordbay/?p=69</guid>
		<description><![CDATA[Thanks to all the users who have flagged up problems with WordBay (and other eBay RSS-based software) caused by changes to the eBay RSS feed. I am sorry I did not get to grips with this sooner - it seemed to me initially that the problems were not affecting WordBay, but on further investigation there [...]]]></description>
			<content:encoded><![CDATA[<p>Thanks to all the users who have flagged up problems with WordBay (and other eBay RSS-based software) caused by changes to the eBay RSS feed. I am sorry I did not get to grips with this sooner - it seemed to me initially that the problems were not affecting WordBay, but on further investigation there <em>are</em> some strange behaviours. Most notably, links to eBay items do not take you to the item itself but to an eBay login screen, which obviously significantly reduces the chances of sales (though strangely, my sales don&#8217;t seem affected that much). This appears to be due to some kind of change in the structure of the so-called &#8220;rover&#8221; links produced by the RSS feed, in turn maybe caused by a change to the RSS call itself.</p>
<p>I need to look into this ASAP and get it fixed - I hope it is not a complicated issue that would mean major changes, and that it will be a matter of a day or two. So please hold tight and sorry once again that this was not fixed sooner.</p>
<p><strong>Problem with countries.txt file?</strong></p>
<p>One user has also complained of a problem with WordBay not finding the <strong>countries.txt</strong> file (giving a 403 error) and preventing the countries being displayed in the drop-down lists in the admin panel (the <strong>countries.txt</strong> file simply contains a delimited list of all the country names). This is an issue entirely unrelated to that of the RSS feed, I am pretty sure of that, but if anyone else has had this problem please let me know. It sounds to me like the file might either be missing or have the wrong file permissions (no read permissions), but it could be some other issue relating to server configuration which I cannot really fix on an individual basis. This might only relate to v1.16 which I put out a few days ago specifically to deal with how WordBay figures out the path to the countries.txt file. The plugin now gets the path &#8220;properly&#8221;, i.e. the valid Wordpress way, so there should not be a problem as Wordpress uses these same functions internally too.As a &#8220;first resort&#8221; please do check that the <strong>countries.txt </strong>is actually present in your <strong>wp-content/plugins/wordbay </strong>directory. And make sure the plugin is installed to that directory too!</p>
<p>Back with a new version very soon I hope!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsgottabered.com/wordbay/2010/rss-changes-wordbay-update-coming-asap/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Are eBay RSS feed problems affecting WordBay users?</title>
		<link>http://www.itsgottabered.com/wordbay/2010/are-ebay-rss-feed-problems-affecting-wordbay-users/</link>
		<comments>http://www.itsgottabered.com/wordbay/2010/are-ebay-rss-feed-problems-affecting-wordbay-users/#comments</comments>
		<pubDate>Tue, 02 Feb 2010 11:53:32 +0000</pubDate>
		<dc:creator>markowe</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.itsgottabered.com/wordbay/?p=68</guid>
		<description><![CDATA[There has been quite a hubbub around the net concerning some kind of change to the eBay RSS feed that WordBay is based on. In particular you can read the thread on the EPN forum here. It seems that many product links were ending up at some kind of &#8220;not found&#8221; page and obviously this [...]]]></description>
			<content:encoded><![CDATA[<p>There has been quite a hubbub around the net concerning some kind of change to the eBay RSS feed that WordBay is based on. In particular you can read the thread on the EPN forum <a href="http://forums.ebay.com/db2/topic/Ebay-Partner-Network/Rss-Feed-Bug/520181276&amp;start=60" target="_blank">here</a>. It seems that many product links were ending up at some kind of &#8220;not found&#8221; page and obviously this was drastically affecting people&#8217;s sales and earnings.</p>
<p>While I haven&#8217;t quite figured out what the actual problem was it seems to have something to do with the way certain plugins &#8220;cloak&#8221; links by encoding them, and the problem seems to have most notably afflicted <a href="http://markowe.nichestore.hop.clickbank.net/" target="_blank">BANS</a>-based sites. As far as I could determine, all my WordBay-based sites are working fine, BUT I DO notice a big slump in clicks and earnings from around the time these changes apparently took place.</p>
<p>I would like to hear if any WordBay users have had this problem - while I am not actively developing WordBay at the moment due to the &#8220;<a href="http://www.itsgottabered.com/wordbay/2009/quality-click-pricing-evil-or-good/" target="_self">QCP crisis</a>&#8221; I don&#8217;t want to leave WB users in the lurch if there is some kind of problem.</p>
<p>As for further development of WordBay, well, as I say it is on hold at the moment (so apologies to any support queries I have not answered, though I try to get back to you all). I am currently working on some completely different stuff which is for my own consumption! However, I am improving my coding skills along the way, and I can still see WordBay getting a major re-write at some point. Just don&#8217;t hold your breath <img src='http://www.itsgottabered.com/wordbay/wp-includes/images/smilies/icon_smile.gif' alt=':)' class='wp-smiley' /> </p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsgottabered.com/wordbay/2010/are-ebay-rss-feed-problems-affecting-wordbay-users/feed/</wfw:commentRss>
		</item>
		<item>
		<title>Quality Click Pricing - evil or good?</title>
		<link>http://www.itsgottabered.com/wordbay/2009/quality-click-pricing-evil-or-good/</link>
		<comments>http://www.itsgottabered.com/wordbay/2009/quality-click-pricing-evil-or-good/#comments</comments>
		<pubDate>Mon, 05 Oct 2009 19:26:02 +0000</pubDate>
		<dc:creator>markowe</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.itsgottabered.com/wordbay/?p=67</guid>
		<description><![CDATA[Your response to this will no doubt depend largely on how your earnings have been affected by EPN&#8217;s new QCP system, which officially came on line at the beginning of October. I assume you are up-to-date with these changes - if not, then wander over to the official EPN forum to see what all the [...]]]></description>
			<content:encoded><![CDATA[<p>Your response to this will no doubt depend largely on how your earnings have been affected by EPN&#8217;s new QCP system, which officially came on line at the beginning of October. I assume you are up-to-date with these changes - if not, then wander over to the <a href="http://forums.ebay.com/db2/forum/Ebay-Partner-Network/1000000047">official EPN forum</a> to see what all the fuss is about.</p>
<p>I have kept quiet on the subject so far, but am now interested to hear how WordBay users are faring under the new system. Since our <em>model</em> is very similar I wonder whether there are any similarities in our performance (that&#8217;s assuming almost <em>everyone</em> has not suffered under QCP, as the cynical amongst us might be inclined to think) or whether the <em>niche</em> has more influence over our performance under QCP than the business model.</p>
<h3>My experience so far</h3>
<p>Here is a summary of what I have seen with QPC since the preview earnings appeared on August 18th. I am just showing figures for US eBay as my earnings with other programs are far less. Bear in mind I am paid in pounds sterling, so multiply my EPC by about 1.6 to get USD (at time of writing and rock-bottom pound!)</p>
<p><strong>August </strong>seemed positive as it turned out my real EPC was pretty appalling - <strong>0.01 GBP</strong> - and QCP was set to almost double my earnings, at least for that part of August, as it was showing an overall QCP EPC of <strong>0.02</strong>, though I now realise this was pretty dire still. I have never been a big EPC-watcher (hey, who cares, as long as I am earning a few shekels every month, right?) but I now see that my EPC has been averaging about <strong>0.03 GBP</strong> since EPN began.</p>
<p>Weird things noticed: strange patterns in QCP EPC over August, with almost all campaigns showing the same EPC for any given day, but varying over the month, so that EPC was a high as 0.04 some days, but ended August on 0.01 again for all campaigns. Now how can that be possible? Surely QCP is calculated on a per campaign basis! So how can all my campaigns show the same EPC on a given day, including my &#8220;generosity&#8221; campaign, which lumps together earnings from all &#8220;generous&#8221; users of WordBay who share revenue with me and operate an extremely diverse range of niche sites which cannot all be performing the same!</p>
<p>One theory was that this is the &#8220;pooling&#8221; effect, whereby small publishers are lumped together and given a default EPC which could display this behaviour, but I soon found out that a small publisher is defined as having an average of 20 clicks or less per day and I certainly have a BIT more than that (though not exponentially more)!</p>
<p>Still, I could handle my earnings doubling under QCP, was my overall assessment!</p>
<h3>September</h3>
<p>Started off with a terrible EPC of <strong>0.01</strong>, but gradually rose until I had a couple of days with <strong>0.08 </strong>and <strong>0.09</strong>, i.e. about <strong>$0.14 USD</strong> - FAR more respectable - but then things slid back to <strong>0.02 </strong>by the last day of the month, giving me an average of <strong>0.04</strong>, as compared to a &#8220;real&#8221; EPC of <strong>0.05</strong> (strange improvement there in my actual EPC). So I was only going to be down 15% or so, I could still live with that. However, the strange pattern of consistent daily EPC across campaigns continued, and no explanation has been forthcoming on the EPN forums, despite a number of other publishers reporting the same effect.</p>
<h3>October</h3>
<p>QCP is live! What is going to happen, we wonder. It would be nice to see mostly those <strong>0.08</strong> days happening but&#8230; what do you know? EPC has kicked off at <strong>0.02</strong> and just peaked at <strong>0.03 </strong>the first few days of October, dropped back to <strong>0.01</strong> and I have a sinking feeling&#8230; Whatever the explanation for those big paying days, it seems that a maximum of <strong>0.03 </strong>EPC is going to be the order of the day for me under QCP. Downloading the transaction reports (make sure you download the All Events one), I see that this is considerably less than I would have earned, with a number of good-paying Winning Bids starting the month off. The most I can hope is that these will translate to an improved EPC later in the month&#8230;</p>
<h3>So what now?</h3>
<p>Well, the jury is still out on QCP for me. I can wait a few more months to see where this is <em>really </em>going but I am not entirely optimistic. Yes, like most EPN publishers I think the system is unfair, untransparent and ultimately less rewarding for many (most?) publishers. EPN WAS a very generous affiliate program, I must admit - easily my best earner and one of the highest-paying out there. I imagine eBay were getting robbed blind by black-hatters gaming the ACRU system and probably there has been a very common-sense business decision behind the introduction of the new system - simply put, they were probably paying out too much to affiliates and not seeing the best return, and this is their way of taking control of this, and in a way, one can&#8217;t blame them for this.</p>
<p>However, what will grate with many of us is the lack of transparency and the disconnect between the sales we are bringing in and what EPN is actually paying us. Ultimately many of us will NOT be encouraged to invest further in trying to figure out what on earth is being asked of us with QCP, and we will vote with our feet - frankly I can make a lot more than 0.03 EPC from good old Adsense, without standing on my head trying to figure out QCP&#8230;</p>
<h3>What now for WordBay?</h3>
<p>It DOES seem that the business model of sites using WordBay (which is pretty similar whatever the niche, let&#8217;s face it) does not bring in the mysterious &#8220;quality&#8221; that eBay is looking for, though maybe you will set me straight. I am surprised at this. The visitor Googles for &#8220;buy antique Persian love-god figurines&#8221;, comes to your site, clicks the exact item they are interested in, bids for this item on eBay soon after clicking through&#8230; Surely this is &#8220;quality&#8221;, as opposed to sending random potential customers through banner links? From my results it seems not&#8230;</p>
<p>So I have to apologise to all those who are waiting for me to add their favourite feature to WB, or to correct their favourite bug (I know, I know, there are a few emails and comments I have not responded to) - until I see what is going to happen with my EPN earnings in the next few months I am really not motivated to invest time in WordBay. At the moment Wordbay seems to work fine, with no major bugs, and no changes I introduce now are likely to affect QCP EPC greatly (well, what does affect it, we wonder&#8230;), so I hope you can live with that for now.</p>
<p>On the plus side, I am looking into what I could adapt Wordbay for - something similar could be written to work with Commission Junction, Amazon, or a host of other affiliate programs which offer web services. But it would take a bit of work, and I would have to find a way to monetise it, otherwise I cannot justify the work put in - especially not with a baby due very soon and the budget about to get a whole lot tighter! My wild coding days are over, I fear!</p>
<p>I would love to hear your experiences so far with QCP, your moans and gripes, your amazing success stories, and your ideas of how we as small-time niche-site owners can survive this and perhaps take the Wordbay idea somewhere else, where it will earn us enough to keep us in Persian love-god figurines for many years to come!</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsgottabered.com/wordbay/2009/quality-click-pricing-evil-or-good/feed/</wfw:commentRss>
		</item>
		<item>
		<title>EPN now includes Germany, Austria, Switzerland and Ireland - WordBay believed ready</title>
		<link>http://www.itsgottabered.com/wordbay/2009/epn-now-includes-germany-austria-switzerland-and-ireland-wordbay-believed-ready/</link>
		<comments>http://www.itsgottabered.com/wordbay/2009/epn-now-includes-germany-austria-switzerland-and-ireland-wordbay-believed-ready/#comments</comments>
		<pubDate>Tue, 01 Sep 2009 17:36:29 +0000</pubDate>
		<dc:creator>markowe</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.itsgottabered.com/wordbay/?p=66</guid>
		<description><![CDATA[If you are an eBay Partner Network member then you will probably have received an email from EPN announcing the following,
&#8220;&#8230;from today, 1st September, four new programs have opened on eBay Partner Network for the eBay sites in Germany, Austria, Switzerland and Ireland.&#8221;
This should be good news, both for people wanting to target these countries, [...]]]></description>
			<content:encoded><![CDATA[<p>If you are an eBay Partner Network member then you will probably have received an email from EPN announcing the following,</p>
<blockquote><p>&#8220;&#8230;from today, 1st September, four new programs have opened on eBay Partner Network for the eBay sites in Germany, Austria, Switzerland and Ireland.&#8221;</p></blockquote>
<p>This should be good news, both for people wanting to target these countries, and for those using geotargetting and sending the odd bit of traffic to these eBay sites, increasing the earnings potential. In particular, the email states that Germany is the second largest eBay site, hence there are many new sales to be had. However, note that you do need to apply for the new programs, which I must admit I am not sure about doing - I feel like I want to attract as little attention from the EPN powers-that-be for fear they will start reexamining my account and do something nasty to me. Now why would I feel that way&#8230;</p>
<p>Anyway, be that as it may, to the best of my knowledge, WordBay is <em>already set up</em> to handle these countries - there is no need for a new version. All four new countries are available in the back end in the drop-down lists, and all four countries are actively targetted when using geotargetting (you just never got any commission for such sales before). The only thing I need to change in a future version are the brackets around those country names in the drop-down lists which indicate that these countries are (were) not supported by EPN.</p>
<p>Of course, feedback is always appreciated - if you are targetting these countries, let us know if everything is working as it should be.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsgottabered.com/wordbay/2009/epn-now-includes-germany-austria-switzerland-and-ireland-wordbay-believed-ready/feed/</wfw:commentRss>
		</item>
		<item>
		<title>NEW VERSION 1.15: WordBay.css preservation revisited!</title>
		<link>http://www.itsgottabered.com/wordbay/2009/new-version-115-wordbaycss-preservation-revisited/</link>
		<comments>http://www.itsgottabered.com/wordbay/2009/new-version-115-wordbaycss-preservation-revisited/#comments</comments>
		<pubDate>Tue, 25 Aug 2009 17:43:21 +0000</pubDate>
		<dc:creator>markowe</dc:creator>
		
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://www.itsgottabered.com/wordbay/?p=65</guid>
		<description><![CDATA[OK, sorry to all of you (and thanks for letting me know) who got version 1.1 of WordBay only to discover that it did not work as advertised, i.e. did not preserve your lovingly-crafted WordBay.css file. This happened due to an oversight on my part: when using the Wordpress automatic plugin update in the backend, [...]]]></description>
			<content:encoded><![CDATA[<p>OK, sorry to all of you (and thanks for letting me know) who got version 1.1 of WordBay only to discover that it did not work as advertised, i.e. did not preserve your lovingly-crafted <strong>WordBay.css</strong> file. This happened due to an oversight on my part: when using the Wordpress automatic plugin update in the backend, Wordpress deletes the contents of the plugin directory before installing the new one, thus leaving no CSS file to preserve! The CSS file would only be preserved if you installed manually, but obviously a great number of users will be relying on the automatic plugin update feature so I have completely rewritten that feature now so as to store the file in the WordPress database, which means that your css file is now edited <strong>in the backend</strong> (which is starting to look very cluttered). One proviso straight away:</p>
<p style="text-align: center;"><span style="color: #ff0000;"><strong>The first time you install this new version, you still need to back up your WordBay.css file first! </strong>Keep it safe somewhere! Unfortunately, I cannot stop Wordpress deleting it if you update automatically.</span></p>
<p style="text-align: left;">Also, I realised from a user bug report that this version of the plugin will unfortunately not work with PHP4 - sorry guys, it&#8217;s really time to upgrade to PHP5 if at all possible (may be as simple as choosing PHP5 in your hosting control panel, though make sure all your sites work after!). It&#8217;s not really practical to keep providing back-compatibility with earlier versions of PHP - I am suprised that something like this has not happened sooner. If you get a failure like &#8220;<strong>Call to undefined function: file_put_contents() in&#8230;</strong>&#8221; that&#8217;s what that is. If you can&#8217;t upgrade to PHP5 then I suggest rolling back to <a href="http://downloads.wordpress.org/plugin/wordbay.1.05.zip">WordBay v1.05</a> and sticking with it until you can upgrade PHP&#8230;</p>
<p><strong>Instructions</strong></p>
<p>1) You HAVE backed up your existing WordBay.css file, right?!</p>
<p>2) Update the plugin either automatically or manually. If you do it manually, you can skip the next step, since your old <strong>WordBay.css </strong>will still be in the plugin directory.</p>
<p>3) Copy your backed-up WordBay.css file into the <strong>wordbay</strong> plugin directory if necessary.</p>
<p>4) NOW, when you go into the WordBay settings in your admin backend, you will see, near the bottom, an area where you can edit your CSS file. From now on, <strong>do not edit the WordBay.css file directly - use the back-end</strong>, otherwise your changes will just be overwritten the next time you change any WordBay settings.</p>
<p>The plugin checks all the scenarios I could think of:</p>
<p>- there is no existing WordBay.css file (for some reason) and you were using a version prior to v1.1 thus none was saved to memory: a new WordBay.css file will be created using the <strong>Wordbay.css.default</strong> file</p>
<p>- there is an existing <strong>WordBay.css</strong> file (that you either copied in from a backup or was left after a manual update): this file will be used and again, you should edit it in the back-end from now on</p>
<p>- <em>(and this is the bit we all want to work properly now!)</em> there is no existing <strong>WordBay.css</strong> file because it got overwritten by the automatic update, <strong>but</strong> you had been using v1.15 (this new version) or above, and so the <strong>WordBay.css</strong> file was stored in the Wordpress database and is lovingly restored as soon as you go into the backend. Yes, for now you WILL have to pay the backend a visit every time you update - all these checks are done by the backend not by the plugin frontend - I didn&#8217;t really want the plugin bogged down with all these checks every time the plugin cycles, though I&#8217;m sure there would be a simple way to do this.</p>
<p>OK, this was inevitably more complicated than I expected so please let me know how things work - I have tested it quite extensively, but I know you guys can always find some scenario I didn&#8217;t plan for! And of course, this feature only really comes into its own once I put out a NEW version of WordBay, but you can try it out by maybe uninstalling WordBay and reinstalling it if you want.</p>
<p>Let me know how you get on.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.itsgottabered.com/wordbay/2009/new-version-115-wordbaycss-preservation-revisited/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>
