<?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>Internet Business &#38; Marketing Strategy - Andy Beard &#187; buzz marketing</title>
	<atom:link href="http://andybeard.eu/tag/buzz-marketing/feed" rel="self" type="application/rss+xml" />
	<link>http://andybeard.eu</link>
	<description>Internet Marketing, Lead Acquisition, Online Business Strategy and Social Media with Original Opinion and Loads of Attitude</description>
	<lastBuildDate>Sun, 12 Feb 2012 06:16:17 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	
		<item>
		<title>Why Tweetmeme Sucks For Marketers</title>
		<link>http://andybeard.eu/1583/why-tweetmeme-sucks-for-marketers.html</link>
		<comments>http://andybeard.eu/1583/why-tweetmeme-sucks-for-marketers.html#comments</comments>
		<pubDate>Sat, 09 May 2009 17:40:53 +0000</pubDate>
		<dc:creator>Andy Beard</dc:creator>
				<category><![CDATA[marketing]]></category>
		<category><![CDATA[buzz marketing]]></category>
		<category><![CDATA[split testing]]></category>
		<category><![CDATA[tweetmeme]]></category>
		<category><![CDATA[tweetmeme plugin]]></category>
		<category><![CDATA[twitter]]></category>
		<category><![CDATA[viral marketing]]></category>
		<category><![CDATA[wordpress plugin]]></category>

		<guid isPermaLink="false">http://andybeard.eu/?p=1583</guid>
		<description><![CDATA[The emergence of <a title="Tweetmeme, a meme tracker for Twitter" href="http://tweetmeme.com" target="_blank">Tweetmeme</a> during the period I wasn't blogging was interesting - I spent a fair amount of time reading content on sites, and even clicked the tweet buttons occasionally.

<blockquote><strong>This post has now been updated with an official response from Tweetmeme - the features have now been added to the development timeline.</strong></blockquote>

The Tweetmeme site is a useful content source, but this article is mainly about the Tweetmeme buttons.

Adding something to your blog, especially something that can encourage viral behavior and add social proof is highly beneficial, and doing it correctly, without asking for passwords offers huge advantages.

Twitter is also a medium that is marketing content tollerant, as long as the people following you are marketers, unlike Digg, Reddit, and to a lesser extent Stumbleupon. 

Thus I have spent some time delving into the code and API for Tweetmeme and the existing WordPress plugin.  It has just been updated, thus if you <a href="http://wordpress.org/extend/plugins/tweetmeme/">download the Tweetmeme plugin</a>, it will be the latest version.
<h2>Important New Features</h2>
<ul>
	<li>Cleaned up cookie use a little, but it would be better if they set a cookie based on an action, rather than a display.
The original <a href="http://www.ietf.org/rfc/rfc2109.txt">RFC for cookies</a> states that browser support for cookies should be a <em>minimum</em> of:-   
<ul>
	<li>300 cookies in total</li>
	<li>20 cookies per domain</li>
	<li>4095 bytes per cookie</li>
</ul>
To be perfectly honest, I don't want all those cookies, whether they are 1st party or 3rd party.</li>
	<li>Ability to brand the retweets with @andybeard etc, though you still get "via @tweetmeme" at the end</li>
	<li>The button is removed from excerpts using a filter on get_the_excerpt() - more on that to follow</li>
</ul>
<strong>However essential features of Tweetmeme and Tweetmeme Button are missing if it is going to be used by serious marketers.</strong>]]></description>
			<content:encoded><![CDATA[
<p>The emergence of <a title="Tweetmeme, a meme tracker for Twitter" href="http://tweetmeme.com" target="_blank">Tweetmeme</a> during the period I wasn&#8217;t blogging was interesting &#8211; I spent a fair amount of time reading content on sites, and even clicked the tweet buttons occasionally.</p>
<blockquote><p><strong>This post has now been updated with an official response from Tweetmeme &#8211; the features have now been added to the development timeline.</strong></p></blockquote>
<p>The Tweetmeme site is a useful content source, but this article is mainly about the Tweetmeme buttons.</p>
<p>Adding something to your blog, especially something that can encourage viral behavior and add social proof is highly beneficial, and doing it correctly, without asking for passwords offers huge advantages.</p>
<p>Twitter is also a medium that is marketing content tollerant, as long as the people following you are marketers, unlike Digg, Reddit, and to a lesser extent Stumbleupon. </p>
<p>Thus I have spent some time delving into the code and API for Tweetmeme and the existing WordPress plugin.  It has just been updated, thus if you <a href="http://wordpress.org/extend/plugins/tweetmeme/">download the Tweetmeme plugin</a>, it will be the latest version.</p>
<h2>Important New Features</h2>
<ul>
<li>Cleaned up cookie use a little, but it would be better if they set a cookie based on an action, rather than a display.<br />
The original <a href="http://cdn5.andybeard.name/wp-content/uploads/rfc2109.txt">RFC for cookies</a> states that browser support for cookies should be a <em>minimum</em> of:-    </p>
<ul>
<li>300 cookies in total</li>
<li>20 cookies per domain</li>
<li>4095 bytes per cookie</li>
</ul>
<p>To be perfectly honest, I don&#8217;t want all those cookies, whether they are 1st party or 3rd party.</li>
<li>Ability to brand the retweets with @andybeard etc, though you still get &#8220;via @tweetmeme&#8221; at the end</li>
<li>The button is removed from excerpts using a filter on get_the_excerpt() &#8211; more on that to follow</li>
</ul>
<p><strong>However essential features of Tweetmeme and Tweetmeme Button are missing if it is going to be used by serious marketers.</strong></p>
<p>Whilst I am not a huge fan of the @tweetmeme at the end of button tweets, it is something that users can just delete.  However I have some additional problems / requirements / feature requests</p>
<h3>1. The latest incarnation of Tweetmeme prevents the button, as standard, appearing on custom excerpts.</h3>
<p>I can understand this from a user perspective:-</p>
<ul>
<li>Most bloggers are using automatic generated excerpts that might include the button javascript</li>
<li>This appears ugly on the page, and is useless if they are also using that for their page descriptions</li>
</ul>
<p>However some people use custom excerpts and custom meta descriptions, and like displaying tweet buttons on their front page without adding custom filters to functions.php or hacking theme files.  Can the options be expanded with a separate set for use on the_excerpt?  I can also see people wanting to use different buttons on full page, excerpt and rss, and only have one button on the_excerpt, but top/bottom on both feeds and posts.</p>
<h3>2. The Headlines Used</h3>
<p>Currently there is no way to define the text that is being used within a tweet &#8211; the text used is the Title tag from the header of a page.  Many blogs use various titles for different purposes</p>
<ul>
<li>In the header for SEO</li>
<li>For the title of a post</li>
<li>Various navigation elements</li>
<li>Custom titles for RSS feeds</li>
<li>Calls to action for Social Media</li>
<li>Calls to action for Twitter, or what Tim wrote about a few months ago, <a title="Social Bites Are Like Sound Bites, But For Social Media" href="http://collective-thoughts.com/2009/02/20/social-bites-like-sound-bites-but-different/" target="_blank">Social Bites</a></li>
</ul>
<p>I really need to be able to define the text dynamically for each button display.</p>
<h3>3. The Links Used</h3>
<p>Tweetmeme like tracking things. Guess what? So do I&#8230;</p>
<p>I don&#8217;t so much care about branding of the final tweet links &#8211; it would be a bonus, but I need to be able to track the way I want to track.</p>
<ul>
<li>Within my short URL software</li>
<li>Google Analytics for various goals</li>
<li>Possibly for use with affiliates</li>
</ul>
<p>I understand that Tweetmeme need the permalink to associate with tweets, but couldn&#8217;t I provide that, in addition to the link actually used to generate links?  You might end up generating a lot more short links, but you would know in advance, without having to check headers, that all those links are to the same URL.</p>
<h3>4. My Tweeps Like To Track Too</h3>
<p>As a person who might occasionally click on Tweetmeme buttons, there is one fatal flaw.</p>
<p>If I use my own link shortener, I can track the response rate. I like knowing which topics and headlines generate a response from my audience. If something proves to be popular, maybe I will repeat it for people in a different timezone.</p>
<p>Tweetmeem Buttons remove my ability to test the popularity of the content I post.</p>
<p>The solution is actually fairly simple:-</p>
<p>The tweetmeme buttons are quite happy to write cookies all over a users system, why not read just one cookie, a unique user ID for Tweetmeme as well.  The default user ID would identify which URL shortener they prefer, and their API ID.  If you want to be extra secure, you could store both of these in a cookie on the user&#8217;s computer, rather than store them yourself.  Links would ultimately go through the following redirects</p>
<ul>
<li>Tweetmeme Bit.ly</li>
<li>Tweep (any)</li>
<li>Publisher Short (any)</li>
<li>Permalink + parameters</li>
<li>Permalink</li>
</ul>
<p>That is a lot of redirects, it might slow things down a little, and Googlebot might not like so many jumps, but ultimately this provides a better experience for users, and for once any SEO factors aren&#8217;t important &#8211; Google will have to cope.  The 2 URLs to include with the javascript would be</p>
<ul>
<li>Permalink</li>
<li>(optional) Publisher Short (any) / Permalink+Parameters</li>
</ul>
<h3>5. Split-testing</h3>
<p>The observant among you would also notice that with all these parameters being set with each page load, it would be possible to split-test response to some degree.  This level of functionality would add real value, and might even be looked on as a useful, modestly priced, premium feature &#8211; $10 per month/site  or $30 per month/site unlimited?  For tweeps it would have to be free.</p>
<p>Thus I think Tweetmeme is a great idea, but to be turned into something that not only remains on my blog, but which I might even be willing to pay for, it needs significantly more flexibility.</p>
<p>Tweetmeme could be turned into a masterful, measurable viral marketing tool, with just a few tweaks.</p>
<h2>Update: Tweetmeme Marketing Features Coming</h2>
<p>Sarah from Tweetmeme has just left this message in the comments area</p>
<blockquote><p>Hi Andy,</p>
<p>Your suggestions have been added to our todo list here in the office so do look out for the new features you&#8217;ve requested. They will take us a while to do but they are coming.</p>
<p>We&#8217;re using your post as our guidance, and if you are up for it when we have something to show, would you be up for looking over it and seeing if there&#8217;s anything we&#8217;re missing? We would like to get it right and have a really strong offering for marketing experts so feedback and working closely with experts like yourself is essential really.</p>
<p>Lets keep the conversations going between us and if you drop me an e-mail then I&#8217;ll make sure you are on our early adopter program :)</p>
<p>Many thanks<br />
Sarah</p></blockquote>
<p>I think this is a superb response and I want to thank Sarah, Nick and the rest of the Fav.or.it team for accepting my challenging post &#8220;head-on&#8221;.</p>
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fandybeard.eu%252F1583%252Fwhy-tweetmeme-sucks-for-marketers.html%22%2C%20%22shorturl%22%3A%20%22http%3A%2F%2Fbit.ly%2F97ifCn%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Why%20Tweetmeme%20Sucks%20For%20Marketers%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/buzz-marketing" title="buzz marketing" rel="tag">buzz marketing</a>, <a href="http://andybeard.eu/tag/split-testing" title="split testing" rel="tag">split testing</a>, <a href="http://andybeard.eu/tag/tweetmeme" title="tweetmeme" rel="tag">tweetmeme</a>, <a href="http://andybeard.eu/tag/tweetmeme-plugin" title="tweetmeme plugin" rel="tag">tweetmeme plugin</a>, <a href="http://andybeard.eu/tag/twitter" title="twitter" rel="tag">twitter</a>, <a href="http://andybeard.eu/tag/viral-marketing" title="viral marketing" rel="tag">viral marketing</a>, <a href="http://andybeard.eu/tag/wordpress-plugin" title="wordpress plugin" rel="tag">wordpress plugin</a><br />
]]></content:encoded>
			<wfw:commentRss>http://andybeard.eu/1583/why-tweetmeme-sucks-for-marketers.html/feed</wfw:commentRss>
		<slash:comments>72</slash:comments>
		</item>
		<item>
		<title>Sponsored Reviews Now Live &#8211; In Depth Review</title>
		<link>http://andybeard.eu/527/sponsored-reviews-now-live-in-depth-review.html</link>
		<comments>http://andybeard.eu/527/sponsored-reviews-now-live-in-depth-review.html#comments</comments>
		<pubDate>Mon, 12 Mar 2007 20:09:56 +0000</pubDate>
		<dc:creator>Andy Beard</dc:creator>
				<category><![CDATA[blog monetization]]></category>
		<category><![CDATA[blogging tips]]></category>
		<category><![CDATA[marketing]]></category>
		<category><![CDATA[reviews]]></category>
		<category><![CDATA[Affiliate Marketing]]></category>
		<category><![CDATA[Affiliate Program]]></category>
		<category><![CDATA[backlinks]]></category>
		<category><![CDATA[buzz marketing]]></category>
		<category><![CDATA[disclosure]]></category>
		<category><![CDATA[links]]></category>
		<category><![CDATA[Make Money]]></category>
		<category><![CDATA[monetization]]></category>
		<category><![CDATA[paid posts]]></category>
		<category><![CDATA[paid reviews]]></category>
		<category><![CDATA[payperpost]]></category>
		<category><![CDATA[Review Me]]></category>
		<category><![CDATA[SEO Blog]]></category>
		<category><![CDATA[Sponsored Reviews]]></category>
		<category><![CDATA[Website Promotion]]></category>

		<guid isPermaLink="false">http://andybeard.eu/2007/03/sponsored-reviews-now-live-in-depth-review.html</guid>
		<description><![CDATA[
<p>Yep this is a sponsored review, though it was something I was intending to write about anyway, to announced that <a rel="nofollow" href="http://www.sponsoredreviews.com/">Sponsored Reviews</a> is now live and available for both advertisers and bloggers.</p>
<p><a href="http://andybeard.eu/527/sponsored-reviews-now-live-in-depth-review.html" class="more-link">Read more on Sponsored Reviews Now Live &#8211; In Depth Review&#8230;</a></p>
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fandybeard.eu%252F527%252Fsponsored-reviews-now-live-in-depth-review.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Sponsored%20Reviews%20Now%20Live%20-%20In%20Depth%20Review%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/affiliate-marketing" title="Affiliate Marketing" rel="tag">Affiliate Marketing</a>, <a href="http://andybeard.eu/tag/affiliate-program" title="Affiliate Program" rel="tag">Affiliate Program</a>, <a href="http://andybeard.eu/tag/backlinks" title="backlinks" rel="tag">backlinks</a>, <a href="http://andybeard.eu/tag/buzz-marketing" title="buzz marketing" rel="tag">buzz marketing</a>, <a href="http://andybeard.eu/tag/disclosure" title="disclosure" rel="tag">disclosure</a>, <a href="http://andybeard.eu/tag/links" title="links" rel="tag">links</a>, <a href="http://andybeard.eu/tag/make-money" title="Make Money" rel="tag">Make Money</a>, <a href="http://andybeard.eu/tag/monetization" title="monetization" rel="tag">monetization</a>, <a href="http://andybeard.eu/tag/paid-posts" title="paid posts" rel="tag">paid posts</a>, <a href="http://andybeard.eu/tag/paid-reviews" title="paid reviews" rel="tag">paid reviews</a>, <a href="http://andybeard.eu/tag/payperpost" title="payperpost" rel="tag">payperpost</a>, <a href="http://andybeard.eu/tag/review-me" title="Review Me" rel="tag">Review Me</a>, <a href="http://andybeard.eu/tag/seo" title="SEO Blog" rel="tag">SEO Blog</a>, <a href="http://andybeard.eu/tag/sponsored-reviews" title="Sponsored Reviews" rel="tag">Sponsored Reviews</a>, <a href="http://andybeard.eu/tag/website-promotion" title="Website Promotion" rel="tag">Website Promotion</a><br />
]]></description>
			<content:encoded><![CDATA[
<p>Yep this is a sponsored review, though it was something I was intending to write about anyway, to announced that <a rel="nofollow" href="http://www.sponsoredreviews.com/">Sponsored Reviews</a> is now live and available for both advertisers and bloggers.</p>
<p>Whilst they only required me to write 100 words, and they have no requirement to give either a positive or negative review, as always I am going to go into things with as much depth as I can, because that is the kind of content I write, and that will never change whether I am paid to do a review, include an affiliate link or not.</p>
<p>In fact here is the &#8220;contract&#8221; I just accepted to <strong>review</strong> their service:-</p>
<p><img src='http://cdn5.andybeard.name/wp-content/uploads/sponsored-review1.png' alt='Sponsored Reviews' /></p>
<p>Ok lets look at what you see here :-</p>
<ul>
<li><strong>Rating</strong> &#8211; I will show you how that works later</li>
<li><strong>Bid Price</strong> &#8211; that is the price I decided to set myself for reviews, though as you will see later there are methods to negotiate prices for reviews to have a win/win situation</li>
<li><strong>You Get $98</strong> &#8211; yep that is one of the nice parts, a 65% share of the earnings.</li>
<li><strong>Min Words 100</strong> &#8211; I am ignoring that, and I am pretty sure the advertiser knew I would anyway, so I take that as an indication they want me to write a normal review&#8230; go to town as always. If they set a maximum I would actually be upset and would never accept it.</li>
<li><strong>Status / Date</strong> &#8211; I get a full 7 days &#8211; I decided to write the review immediately because I had a chance to look behind the scenes a couple of days ago. I could probably delay the acceptance by a couple of days to stretch things out beyond a week.</li>
</ul>
<h3>Total Transparency</h3>
<p>I think it is important to make things absolutely transparent with this review, so here are the remainder of the instructions I received</p>
<blockquote><p>
<strong>Requirements</strong><br />
# Please provide a link to our homepage. We also strongly suggest that you link to your blog profile page in order to notify your readers (and potential buyers) that if they want to buy a review from you they can sign up at SponsoredReviews. You can find the link to your blog profile page by clicking on the blog in your &#8220;manage blogs&#8221; tab. Here is what a profile page looks like. <a href="http://www.sponsoredreviews.com/blog-190.html" rel="nofollow">http://www.sponsoredreviews.com/blog-190.html</a></p>
<p><strong>Description</strong><br />
# SponsoredReviews is Officially Launched! Monday, 12th</p>
<p>We would love to have you review SponsoredReviews.com.</p>
<p>Here are some facts that separate us from the competition:</p>
<p>We have a low 35% transaction fee. This is the lowest out of all of our competitors.</p>
<p>Our Hybrid system is the only one that allows both advertisers and bloggers to search for each other.</p>
<p>Our bidding system allows bloggers and advertisers to negotiate pricing.</p>
<p>Bi-Weekly payout for bloggers means your hard work pays off quickly.</p>
<p><strong>Accepted Review Information</strong><br />
# You have until 3/19/2007 10:57:55 AM to provide us with the URL to the completed review on your blog. If we do not receive the URL by the due date, the review will be cancelled.
</p></blockquote>
<p>They asked for a link, but technically it wouldn&#8217;t I suppose have to be a followable one ;)<br />
I am sure someone would pick holes in them asking for a link, but if someone is looking for buzz and to drive traffic to a website, a link is a logical thing to have on a review.<br />
I doubt I would ever review a site that I wouldn&#8217;t link to, and if I did, that is one viable use of nofollow or true dynamic links (but this review isn&#8217;t the place for nofollow and links are a pointer not a vote discussions)</p>
<p>They make a suggestion of a way to turn this review into more cash by including a link to my order page &#8211; very smart, and something similar could be done with affiliate links. In fact as reviews can be negotiated, the possibility of additional monetization down the road is a good incentive to do cheaper reviews.</p>
<h3> Sponsored Reviews In Depth</h3>
<p>When submitting a new blog you have to make sure it conforms to the Sponsored Reviews minimal requirements.</p>
<blockquote><p>
<strong>Requirements and Important Information:</strong></p>
<p>    * Your blog must contain at least 10 posts with 200 words of unique content each.<br />
    * Your blog must not be completely automated or appear to be created solely for search engine traffic.<br />
    * Your blog must have at least a 3:1 ratio of non-paid to paid content.<br />
    * You must complete all accepted reviews within 7 days, or your account will be suspended.<br />
    * Foreign Language blogs (non-english) must clearly state in the title which language the blog is written in. i.e. &#8220;Jose&#8217;s Blog &#8211; Spanish&#8221;. You must also state (in the description) whether you will write the review in English or another language.<br />
    * Blogs with very little traffic and/or links, may be rejected .
</p></blockquote>
<p>They are looking for real blogs, not made for Adsense sites. Blogs that have subscribers<br />
Blogs are not automatically approved, there is a manual check done on each site, and that might take a day or so (at least it did for me though that was during beta)</p>
<p>Information is gathered about your blog when you sign up</p>
<p><img src='http://cdn5.andybeard.name/wp-content/uploads/sr-wpplugins.png' alt='Register' /></p>
<p>I just entered my WordPress Plugins site to grab a screenshot, I won&#8217;t be doing any reviews on that site of 3rd party products.<br />
Unfortunately I haven&#8217;t found a way of refreshing the stats for a site, which hopefully will be included in the future. Site statistics change over time, and there is no mention of a refresh interval.</p>
<p>After you have waited a few seconds you are presented with the following screen.</p>
<p><img src='http://cdn5.andybeard.name/wp-content/uploads/sponsored-review2.png' alt='Sponsored Reviews Setup' /></p>
<p>When I first signed up I believe the price they suggested for a review was $30 &#8211; now if my typical review was just 100-200 words, with the 65% payment that might be almost workable, provided there was an affiliate link available or other way to monetize the content. But I get the choice to set my own price, so I set it to $150, and I will probably increase that to $200 the same as I have promised for ReviewMe.</p>
<p>With paid reviews you aren&#8217;t just buying links, buzz and traffic, but some may only be looking for that, and if that is all you are after, then please don&#8217;t buy a review from me.</p>
<p>What I hope I can provide is:-</p>
<ul>
<li>Expert (?) opinion &#8211; or I just fake it extremely well, maybe I should become a Wikipedia editor</li>
<li>Targeted Highly Qualified Traffic &#8211; I have very few tire kickers in my readership</li>
<li>More than just the typical buzz &#8211; if there is something right or wrong with your service, from my perspective, which might relate to the perspective of my audience, you are going to hear about it, and so will my readers.</li>
</ul>
<p><strong>So $150 it is &#8211; bah I am worth it</strong></p>
<p>On the screenshot you will also see &#8220;<strong>Status: Public</strong>&#8221; &#8211; you can also set that to private, or what I would call &#8220;<strong>Lurker Mode</strong>&#8220;.</p>
<p>Lurker mode would allow you to be included with the system, but not have your blog on public display for everyone to grab screenshots and point a finger at you. It would however prevent advertisers finding you. You would have to make approaches to advertisers who have posted a review opportunity.</p>
<p>I prefer being in a strong negotiation position with advertisers, so not having to approach them I believe is of benefit.</p>
<h4>Category Selection</h4>
<p>Here are the available categories:-  (alongside is the current tag list)</p>
<div style="float:right;"><img src='http://cdn5.andybeard.name/wp-content/uploads/sponsored-reviews-tags.png' alt='Sponsored Reviews Tag List' /></div>
<p>Art<br />
Autos<br />
Baby<br />
<strong>Books</strong><br />
<strong>Business</strong><br />
College<br />
Current Events<br />
Education<br />
Entertainment<br />
Environment<br />
Fashion<br />
Food<br />
Gadgets<br />
Games<br />
Health<br />
House &#038; Home<br />
Humor<br />
Kids<br />
Law<br />
<strong>Marketing</strong><br />
<strong>Media</strong><br />
<strong>Money</strong><br />
Movies &#038; Film<br />
Music<br />
Personal<br />
Photography<br />
Politics<br />
<strong>Programming</strong><br />
Real Estate<br />
Religion<br />
Science<br />
Sports<br />
<strong>Technology</strong><br />
Travel<br />
<strong>Web Design</strong><br />
Women</p>
<p>In bold are the categories I write about among others, yet I can only select one category. My blog is actually fairly well niched on specific topics that tend to branch into other things quite naturally, yet the current category selection system doesn&#8217;t allow for that.</p>
<p>A saving grace is that the system also supports tagging, and I included lots of tags. I think I will have to increase the number of tags I used to cover some more of these broader topics.<br />
Tags are used within the blog browsing section heavily, and in fact I think they are merged with the categories, so whilst you can only include one category currently, if you include tags for the categories you can&#8217;t select, you effectively get the same.</p>
<p><img src='http://cdn5.andybeard.name/wp-content/uploads/sponsored-reviews-available.png' alt='Sponsored Reviews Available' /></p>
<p>Already there are a few reviews available with a great variety of prices.</p>
<p>One of those listed was actually for Sponsored Reviews, and it had been there for a couple of days with a lower price than I eventually received, though I didn&#8217;t have to haggle for a higher price, which would have been fun and a good test of the system, or it might have highlighted one of the current flaws.</p>
<h4>No Messaging</h4>
<div style="float:left;"><img src='http://cdn5.andybeard.name/wp-content/uploads/sponsored-reviews-bidding.png' alt='Sponsored Reviews Bidding' /></div>
<p>Negotiation is a discussion process, not just firing prices backwards and forwards. There are all kinds of aspects to a deal that might require some additional form of contact, and it would be best to have that on record within the interface.<br />
This would actually be of benefit both to Sponsored Reviews and to myself &#8211; for me to ensure things are all in one place, and for Sponsored Reviews to ensure that negotiations take place there, and not off-site where private deals could be negotiated for more favourable terms.</p>
<h4>Advertiser Advantages</h4>
<p>I love the 2 way negotiation concept, and it allows advertisers to negotiate a review based on other factors. That could just be the advertiser providing a sample of the product you could keep should you wish &#8211; yes I know that the blogosphere was up in arms about Microsoft and review units of nice laptops, but that was unwarranted. This system does require true messaging to be viable however.</p>
<p>I would love to be able to offer a showcase to advertisers for reviews I have completed for others in the past &#8211; not just for Sponsored Reviews, but also other services. They don&#8217;t want to see the general type of blog content, but the type of review you would write for them.<br />
If they are looking for reviews as consultation in some way, rather than just buzz marketing or links, then some idea of what they can expect would be great.</p>
<h4>Attention To Detail</h4>
<p>I am actually amazed to have found so few bugs or missing features with the system. There are a few things hidden away that are very good touches such as a support ticket system which should be available with all such systems, but aren&#8217;t.</p>
<p>Here is something I like, a configuration for notification of new review opportunities hidden in the Account Settings.<br />
<img src='http://cdn5.andybeard.name/wp-content/uploads/sponsored-reviews-account-settings.png' alt='Sponsored Reviews Account Settings' /></p>
<h4>Payment</h4>
<p>Brand new service, so how can you tell?</p>
<p>They are not unknown however, because they are a sister service to Text Link Brokers who have a good payment reputation.</p>
<p>Billing Cycles are every 2 weeks, which sounds great to me, and payments are made by Paypal which also gets a thumbs up.</p>
<h4>Disclosure</h4>
<p>You have to disclose, though I think they need to be a little more specific on how, where, why.<br />
As an example I believe my general disclosure might be enough for legal purposes with the FTC, but Sponsored Reviews might prefer a disclosure as I have done here, in the first line.</p>
<h4>Comparison To Other Services</h4>
<p><strong>PayPerPost</strong> &#8211; currently only have fixed price opportunities, but a lot more of them. Whilst many would say that PPP have different disclosure terms, I believe the required disclosure for PPP is within the law, and is far beyond what most affiliate networks require, and the disclosure most affiliates use on a day to day basis (I don&#8217;t count &#8220;(aff)&#8221; as full disclosure for casual visitors)<br />
PPP do have higher value gigs, up to $1000 currently, but they are really aimed at buzz marketing and possibly just link acquisition. I believe they have over 15,000 reviewers, so certainly have first mover advantage and economy of scale. I am not sure of the exact percentage of review fee that goes to reviewers, but I seem to remember it was much more than 50%.<br />
Pay Per Post is very much automated, providing reviewers with exact link code &#8211; they even handle fine detail such as rotation of anchor text and destination URL, and for those looking for more precise data, they have tracking of review page views and click-through tracking using redirects.<br />
They have some great concepts of their own such as their &#8220;Review My Post&#8221; affiliate program, which pays out to both the affiliate and the reviewer. (<strong>see my comment section and get paid to review this post</strong>)</p>
<p><strong>ReviewMe</strong> &#8211; I believe it is a very similar program in intentions to Sponsored Reviews. They recently introduced a way for reviewers to set their own prices which was desperately needed for sites like mine that do extensive reviews rather than short buzz articles. They take a slightly bigger cut of the pie (50%) and pay on a monthly basis. They do however have an affiliate program for signing up new advertisers, but that is a one-off payment.<br />
They have an advantage over Sponsored Reviews because they have been on the market longer, but whilst this is only a guess, I would think both services have a lot of work cut out to catch Pay Per Post for the mass market.<br />
It wouldn&#8217;t require rocket science for ReviewMe to add the features that currently differentiate them from Sponsored Reviews, such as the negotiation of fees, although a pricing change might be harder to stomach. <a rel="nofollow" href="http://www.reviewme.com/?ref=500"><strike>Get Reviewed At ReviewMe!</strike></a></p>
<h4>Choices</h4>
<p>If I am promoting someone to buy a review from my site, it has now become a very hard choice.</p>
<ul>
<li>Sponsored Reviews offers me a bigger cut</li>
<li>Sponsored Reviews potentially pays me faster</li>
<li>Sponsored Reviews provides some level of negotiation</li>
<li>Sponsored Reviews allows me to look for reviews</li>
</ul>
<p>It is hard for me to judge the difference in quality of landing page and the &#8220;feel&#8221; an advertiser would have working with each company.</p>
<p>If I am receiving review requests, it doesn&#8217;t matter which service provides them. Both companies have their own existing client relationships from selling text links &#8211; it is going to be interesting.</p>
<h4>Affiliate Program and Mind Share</h4>
<p>A lot will come down to the affiliate program offerings.</p>
<p>Affiliates will want (to make a difference)</p>
<ul>
<li>Income from Advertisers</li>
<li>Income from New Publishers</li>
<li><strong>Recurring Income</strong></li>
</ul>
<p>ReviewMe currently offer $25 fixed payment for a signup &#8211; that isn&#8217;t too bad for a CPA program, but I am a greedy affiliate who likes recurring income.</p>
<p>ReviewMe have a lot more of the pie available to share out if they wanted to. Giving out 15-20% of the income on a recurring basis for new sign ups, either Advertisers or Publishers would be quite painful for Sponsored Reviews, but I have a feeling they could still reciprocate, and with the sums of money involved for the higher priced reviews, it would still be profitable for both.</p>
<p>With potentially more than half my audience having already heard of ReviewMe and signed up, <strong>Sponsored Reviews</strong> seems like the better program to promote for site reviews currently.</p>
<p>So if you want a product reviewed, here is my <a rel="nofollow" href="http://www.sponsoredreviews.com/blog-190.html">Sponsored Reviews page</a>.<br />
Yes I wish it was an affiliate link, but it is more of a win/win thing with the advertisers. Customer satisfaction is important, as long as they know they can&#8217;t buy my opinion.</p>
<p>Flexibility and negotiation in pricing owns &#8211; <a rel="nofollow" href="http://www.sponsoredreviews.com/blog-190.html">give it a try</a>.</p>
<div class="topsy_widget_data topsy_theme_brick-red" style="float: right;margin-left: 0.75em; background: url(data:,%7B%20%22url%22%3A%20%22http%253A%252F%252Fandybeard.eu%252F527%252Fsponsored-reviews-now-live-in-depth-review.html%22%2C%20%22style%22%3A%20%22small%22%2C%20%22title%22%3A%20%22Sponsored%20Reviews%20Now%20Live%20-%20In%20Depth%20Review%22%20%7D);"></div>


	Tags: <a href="http://andybeard.eu/tag/affiliate-marketing" title="Affiliate Marketing" rel="tag">Affiliate Marketing</a>, <a href="http://andybeard.eu/tag/affiliate-program" title="Affiliate Program" rel="tag">Affiliate Program</a>, <a href="http://andybeard.eu/tag/backlinks" title="backlinks" rel="tag">backlinks</a>, <a href="http://andybeard.eu/tag/buzz-marketing" title="buzz marketing" rel="tag">buzz marketing</a>, <a href="http://andybeard.eu/tag/disclosure" title="disclosure" rel="tag">disclosure</a>, <a href="http://andybeard.eu/tag/links" title="links" rel="tag">links</a>, <a href="http://andybeard.eu/tag/make-money" title="Make Money" rel="tag">Make Money</a>, <a href="http://andybeard.eu/tag/monetization" title="monetization" rel="tag">monetization</a>, <a href="http://andybeard.eu/tag/paid-posts" title="paid posts" rel="tag">paid posts</a>, <a href="http://andybeard.eu/tag/paid-reviews" title="paid reviews" rel="tag">paid reviews</a>, <a href="http://andybeard.eu/tag/payperpost" title="payperpost" rel="tag">payperpost</a>, <a href="http://andybeard.eu/tag/review-me" title="Review Me" rel="tag">Review Me</a>, <a href="http://andybeard.eu/tag/seo" title="SEO Blog" rel="tag">SEO Blog</a>, <a href="http://andybeard.eu/tag/sponsored-reviews" title="Sponsored Reviews" rel="tag">Sponsored Reviews</a>, <a href="http://andybeard.eu/tag/website-promotion" title="Website Promotion" rel="tag">Website Promotion</a><br />
]]></content:encoded>
			<wfw:commentRss>http://andybeard.eu/527/sponsored-reviews-now-live-in-depth-review.html/feed</wfw:commentRss>
		<slash:comments>38</slash:comments>
		</item>
	</channel>
</rss>

<!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Page Caching using disk: basic
Database Caching 32/52 queries in 0.010 seconds using disk: basic
Object Caching 1079/1120 objects using disk: basic
Content Delivery Network via cdn5.andybeard.name

Served from: andybeard.eu @ 2012-02-13 06:23:37 -->
