2015: The Affiliates’ Assessment
Business Tips
•
2015: The Affiliates’ Assessment
1 min read •Raya Stoilova
We said goodbye to a very successful 2015 and the collaboration with our affiliates had a key role in achieving our great results. We have 100% increase in the number of sales generated by our affiliate partners and have paid out commissions worth 4 million dollars! What’s more, the results from our annual affiliate survey results proved that our affiliates are extremely happy with both our service and program features! Read on for the rest of the survey findings.
Our Service Quality is Top Reason to Join the Program. Again!
In the 2014 edition of our survey we were thrilled to see huge majority of our affiliates were motivated to recommend SiteGround because of our service quality. 2015 results again show hosting quality reigns as the top reason to join the program. It’s great news that 97% of our affiliates value our service standards and consider this the most important factor to endorse us.
90% and Above Satisfaction with Our Program Features
Back in 2014 along with the positive feedback affiliate responses also revealed areas we can improve like, stats data and promotional materials. To address that, last year we introduced quite a lot new features including affiliate link customizer, campaign tracking, detailed commission reports, promo guide, and more. Affiliates’ ratings for 2015 show stellar satisfaction above 90% with all our new program features and we couldn’t be happier!
The Majority of New Affiliates Join Based on an Existing Affiliate Recommendation
This one was probably the most interesting finding. The second biggest group of new affiliates joined based on a recommendation from an existing affiliate and this channel has the highest growth compared to the other ones. In addition, there is an increase in the percentage of affiliates who identify themselves as professional affiliate marketers. The combination of high quality service and a great affiliate program makes it worth spreading the word and we are really thankful to all our partners who kept recommending us!
Thanks!
Please check your email to confirm your subscription.


Sign Up For More Awesome Content!
Sign up for our newsletters with the latest content and offer updates. You can unsubscribe at any time.
Google reCAPTCHA used. Privacy Policy and Terms of Service apply
var blog_subscribing_started = false;
var blog_subscribing_rendered = false;
var formSubmitBtn = $(‘form.subscribe-form’).find(‘.btn-submit’);
$(document).ready(function(ev) {
formSubmitBtn.on(‘click’, function(ev) {
ev.preventDefault();
let form = $(this).closest(‘.subscribe-form’);
if (blog_subscribing_started || $(this).hasClass(‘btn-disabled’)) {
return;
}
blog_subscribing_started = true;
blog_subscription_hide_errors(form);
grecaptcha.ready(function() {
grecaptcha.execute(r3k, {action: ‘submit’}).then(function(token) {
document.querySelectorAll(‘#rt3’).forEach(function(e) { e.value = token; })
blog_subscription_send_form(form);
});
});
});
})
function renderRecaptcha2(form) {
if (!$(‘#recaptcha2_challenge’).length) {
let verifyCallback = function(response) {
document.querySelectorAll(‘#rt2’).forEach(function(e) { e.value = token; })
};
$(‘