How does Podcast PR Compare to Other Forms of Marketing?
There is no shortage of choice when it comes to the ways you can reach new audiences.
Social media, blogging, Facebook advertising, webinar lead gen, speaking, podcast outreach…these are just the tip of the iceberg.
As if the choice of how to spend your time weren’t difficult enough, any of these marketing channels could work for you — as long as you do them consistently.
There is no one right answer, or secret to marketing your work, that once you learn it will change everything for your business.
How do you decide what to spend your time and energy on?
I recently spoke at a conference, where I met Lauren Hom. Lauren is an artist, who makes a living licensing her lettering, teaching online courses, and collaborating with major brands like Starbucks, Google and TIME Magazine.
Lauren has a real passion for launching creative projects, and as an artist, it’s only natural that her work found its natural home on a visual channel like Instagram, where she’s amassed 152,000 followers on her primary account.
Instagram is the ideal place for Lauren to showcase her work and personality. As someone working with brands, it’s important for her to be a social media influencers in her own right.
Hearing this story, you might be tempted to think, “Maybe I need to spend more time on Instagram,” or “It must be nice to have 150K followers! Of course she’s successful!”
But Lauren’s runaway success on Instagram doesn’t really tell you anything about Instagram itself.
The magic was in how Lauren found the right venue for her particular personality and skill set.
If she wasn’t an artist able to create her own images, if she didn’t have an irreverent personality that adds a dash of the unexpected to her medium, and if she weren’t comfortable putting her ideas out there, and sharing what’s going on behind the pretty pictures…
Which marketing channels play to your strengths as a CEO and as a company?
This has all come up for me, because I’ve been forced to re-evaluate what I think about podcasts.
When I first started booking clients podcast interviews two years ago, I was seeing huge traffic bumps from each interview. I was pitching podcasts based on the strength of this traffic — clients were getting 10x the traffic and leads from podcasts than they were getting from guest blog posts and traditional media coverage.
Podcasts still outperform these traditional media channels, but the traffic bump has dropped quite a bit.
So I had to take a hard reckoning.
Could I still in good faith recommend podcast interviews to clients?
This line of inquiry prompted me to review what my clients have told me about the value of their own podcast interviews.
In paying close attention to their feedback, I’ve come to see is that podcasts, like Instagram, are a very specific kind of marketing channel with a very specific set of strengths.
They are amazing for companies in some conditions, but may be a less important channel if none of these apply to you.
What kind of business owner gets the best results with podcasts?
1. When you talk about your business 1-to-1, you have a high close rate.
At the most basic level, what you’re doing on a podcast interview creates a similar set of conditions to 1-to-1 sales. You get an hour to talk to another expert about your work, company structure, and expertise.
If people are routinely sold on your work when you talk about it, podcasts give you the opportunity to have those conversations at scale. You’re still talking 1-to-1 (it’s just you and the host, or in some instances, co-hosts talking), and that conversation is being distributed to thousands of people who are incredibly receptive to hearing what you have to say.
2. You love to have deep, meaningful conversations about your work.
One thing I hear over-and-over again from my PR clients is, “I don’t want to water down my message for the media.”
The challenge with traditional media is that you get, at most, 5-7 minutes in a live interview, or maybe 800 words in a guest post or contribution to a site like Entrepreneur or Fast Company.
There just isn’t space to get into a meaningful discussion about your work.
Even on your blog, where you can write about your topic in depth, only 20 percent of people will read to the end — and these stats are for people who already follow your work.
Compare this to podcast engagement rates, where 35 percent of people who start a podcast interview listen to the entire episode, and 80 percent tune in to most of the episode.
These listeners are typically new to your work, which makes these numbers even more powerful for your company.
Podcasts are the ideal marketing channel, for any CEO who loves to have deep conversations about your work.
3. You want to network with other influencers in your field.
One of the first things you learn running your own business is just how crucial it is to build a strong network.
Other business owners and thought leaders in your industry are an important source of referrals and other partnership opportunities. I’ve had colleagues recommend me for paid speaking gigs, lucrative client projects and even my teaching on CreativeLive!
I cannot overstate this: There is no way I’d have the company I have today without these relationships.
When you go on a podcast as a guest, ultimately what you’re doing is having an hour-long conversation about the work that lights you up to another expert or influencer. It gives you an unparalleled opportunity to cut out months of networking in forming a relationship.
No worrying if they’ll have time to talk with you at a conference, or buttering them up on social media.
You just get to show up and meet them as equals.
4. Referrals are a big revenue source for your company.
The #1 question I get from people who are already lining up interviews for themselves is, “How do I leverage my interviews once they air?”
I know that most people are looking for an answer that helps them use their coverage to draw in and attract more people, so my answer often surprises them.
When you get media coverage of any kind, it’s an opportunity to check in with any open leads.
Your interviews also give your fans and clients an opportunity to share your work with their network. We often forget just how much people want to support our work when they value it. Your interviews give them an opportunity to email a colleague or two, inviting them to get to know you.
This is just the tip of the iceberg, but hopefully you can see how you can start linking your PR efforts with your sales efforts a little more effectively.
Now, let me reiterate that I’m not saying podcasts are a magic bullet for your business.
There are lots of other marketing channels out there, each with their own set of strengths and weaknesses.
Speaking can be amazing if you love being on stage, and want to get paid to generate leads. I’m lukewarm about speaking (although I LOVE panels and workshops), because it is just so much work, but I know many who love it.
Facebook ads are great for people who want to create a consistent formula for churning out leads. But you’re also at the whim of the algorhythm, and with costs rising, I know a lot of people looking to diversify.
The point is that no one channel is perfect — the trick is figuring out which one works with your strengths.
Now that you know a little more about the kinds of companies podcasts work best for, is podcast outreach a good strategy for your company?
Brigitte Lyons is a PR and marketing consultant who helps creative entrepreneurs and small businesses hone their message and get known. Read more.
Get expert advice on topics like “how to leverage your press” and “the key to creating a media plan you’ll actually stick to.”
window.cfields = [];
window._show_thank_you = function(id, message, trackcmp_url) {
var form = document.getElementById('_form_' + id + '_'), thank_you = form.querySelector('._form-thank-you');
form.querySelector('._form-content').style.display = 'none';
thank_you.innerHTML = message;
thank_you.style.display = 'block';
if (typeof(trackcmp_url) != 'undefined' && trackcmp_url) {
// Site tracking URL to use after inline form submission.
_load_script(trackcmp_url);
}
if (typeof window._form_callback !== 'undefined') window._form_callback(id);
};
window._show_error = function(id, message, html) {
var form = document.getElementById('_form_' + id + '_'), err = document.createElement('div'), button = form.querySelector('button'), old_error = form.querySelector('._form_error');
if (old_error) old_error.parentNode.removeChild(old_error);
err.innerHTML = message;
err.className = '_error-inner _form_error _no_arrow';
var wrapper = document.createElement('div');
wrapper.className = '_form-inner';
wrapper.appendChild(err);
button.parentNode.insertBefore(wrapper, button);
document.querySelector('[id^="_form"][id$="_submit"]').disabled = false;
if (html) {
var div = document.createElement('div');
div.className = '_error-html';
div.innerHTML = html;
err.appendChild(div);
}
};
window._load_script = function(url, callback) {
var head = document.querySelector('head'), script = document.createElement('script'), r = false;
script.type = 'text/javascript';
script.charset = 'utf-8';
script.src = url;
if (callback) {
script.onload = script.onreadystatechange = function() {
if (!r && (!this.readyState || this.readyState == 'complete')) {
r = true;
callback();
}
};
}
head.appendChild(script);
};
(function() {
if (window.location.search.search("excludeform") !== -1) return false;
var getCookie = function(name) {
var match = document.cookie.match(new RegExp('(^|; )' + name + '=([^;]+)'));
return match ? match[2] : null;
}
var setCookie = function(name, value) {
var now = new Date();
var time = now.getTime();
var expireTime = time + 1000 * 60 * 60 * 24 * 365;
now.setTime(expireTime);
document.cookie = name + '=' + value + '; expires=' + now + ';path=/';
}
var addEvent = function(element, event, func) {
if (element.addEventListener) {
element.addEventListener(event, func);
} else {
var oldFunc = element['on' + event];
element['on' + event] = function() {
oldFunc.apply(this, arguments);
func.apply(this, arguments);
};
}
}
var _removed = false;
var form_to_submit = document.getElementById('_form_67_');
var allInputs = form_to_submit.querySelectorAll('input, select, textarea'), tooltips = [], submitted = false;
var getUrlParam = function(name) {
var regexStr = '[\?&]' + name + '=([^]*)';
var results = new RegExp(regexStr, 'i').exec(window.location.href);
return results != undefined ? decodeURIComponent(results[1]) : false;
};
for (var i = 0; i < allInputs.length; i++) {
var regexStr = "field\\[(\\d+)\\]";
var results = new RegExp(regexStr).exec(allInputs[i].name);
if (results != undefined) {
allInputs[i].dataset.name = window.cfields[results[1]];
} else {
allInputs[i].dataset.name = allInputs[i].name;
}
var fieldVal = getUrlParam(allInputs[i].dataset.name);
if (fieldVal) {
if (allInputs[i].type == "radio" || allInputs[i].type == "checkbox") {
if (allInputs[i].value == fieldVal) {
allInputs[i].checked = true;
}
} else {
allInputs[i].value = fieldVal;
}
}
}
var remove_tooltips = function() {
for (var i = 0; i < tooltips.length; i++) {
tooltips[i].tip.parentNode.removeChild(tooltips[i].tip);
}
tooltips = [];
};
var remove_tooltip = function(elem) {
for (var i = 0; i < tooltips.length; i++) {
if (tooltips[i].elem === elem) {
tooltips[i].tip.parentNode.removeChild(tooltips[i].tip);
tooltips.splice(i, 1);
return;
}
}
};
var create_tooltip = function(elem, text) {
var tooltip = document.createElement('div'), arrow = document.createElement('div'), inner = document.createElement('div'), new_tooltip = {};
if (elem.type != 'radio' && elem.type != 'checkbox') {
tooltip.className = '_error';
arrow.className = '_error-arrow';
inner.className = '_error-inner';
inner.innerHTML = text;
tooltip.appendChild(arrow);
tooltip.appendChild(inner);
elem.parentNode.appendChild(tooltip);
} else {
tooltip.className = '_error-inner _no_arrow';
tooltip.innerHTML = text;
elem.parentNode.insertBefore(tooltip, elem);
new_tooltip.no_arrow = true;
}
new_tooltip.tip = tooltip;
new_tooltip.elem = elem;
tooltips.push(new_tooltip);
return new_tooltip;
};
var resize_tooltip = function(tooltip) {
var rect = tooltip.elem.getBoundingClientRect();
var doc = document.documentElement, scrollPosition = rect.top - ((window.pageYOffset || doc.scrollTop) - (doc.clientTop || 0));
if (scrollPosition < 40) {
tooltip.tip.className = tooltip.tip.className.replace(/ ?(_above|_below) ?/g, '') + ' _below';
} else {
tooltip.tip.className = tooltip.tip.className.replace(/ ?(_above|_below) ?/g, '') + ' _above';
}
};
var resize_tooltips = function() {
if (_removed) return;
for (var i = 0; i < tooltips.length; i++) {
if (!tooltips[i].no_arrow) resize_tooltip(tooltips[i]);
}
};
var validate_field = function(elem, remove) {
var tooltip = null, value = elem.value, no_error = true;
remove ? remove_tooltip(elem) : false;
if (elem.type != 'checkbox') elem.className = elem.className.replace(/ ?_has_error ?/g, '');
if (elem.getAttribute('required') !== null) {
if (elem.type == 'radio' || (elem.type == 'checkbox' && /any/.test(elem.className))) {
var elems = form_to_submit.elements[elem.name];
no_error = false;
for (var i = 0; i < elems.length; i++) {
if (elems[i].checked) no_error = true;
}
if (!no_error) {
tooltip = create_tooltip(elem, "Please select an option.");
}
} else if (elem.type =='checkbox') {
var elems = form_to_submit.elements[elem.name], found = false, err = [];
no_error = true;
for (var i = 0; i < elems.length; i++) {
if (elems[i].getAttribute('required') === null) continue;
if (!found && elems[i] !== elem) return true;
found = true;
elems[i].className = elems[i].className.replace(/ ?_has_error ?/g, '');
if (!elems[i].checked) {
no_error = false;
elems[i].className = elems[i].className + ' _has_error';
err.push("Checking %s is required".replace("%s", elems[i].value));
}
}
if (!no_error) {
tooltip = create_tooltip(elem, err.join('
'));
}
} else if (elem.tagName == 'SELECT') {
var selected = true;
if (elem.multiple) {
selected = false;
for (var i = 0; i < elem.options.length; i++) { if (elem.options[i].selected) { selected = true; break; } } } else { for (var i = 0; i < elem.options.length; i++) { if (elem.options[i].selected && !elem.options[i].value) { selected = false; } } } if (!selected) { no_error = false; tooltip = create_tooltip(elem, "Please select an option."); } } else if (value === undefined || value === null || value === '') { elem.className = elem.className + ' _has_error'; no_error = false; tooltip = create_tooltip(elem, "This field is required."); } } if (no_error && elem.name == 'email') { if (!value.match(/^[\+_a-z0-9-'&=]+(\.[\+_a-z0-9-']+)*@[a-z0-9-]+(\.[a-z0-9-]+)*(\.[a-z]{2,})$/i)) { elem.className = elem.className + ' _has_error'; no_error = false; tooltip = create_tooltip(elem, "Enter a valid email address."); } } if (no_error && /date_field/.test(elem.className)) { if (!value.match(/^\d\d\d\d-\d\d-\d\d$/)) { elem.className = elem.className + ' _has_error'; no_error = false; tooltip = create_tooltip(elem, "Enter a valid date."); } } tooltip ? resize_tooltip(tooltip) : false; return no_error; }; var needs_validate = function(el) { return el.name == 'email' || el.getAttribute('required') !== null; }; var validate_form = function(e) { var err = form_to_submit.querySelector('._form_error'), no_error = true; if (!submitted) { submitted = true; for (var i = 0, len = allInputs.length; i < len; i++) { var input = allInputs[i]; if (needs_validate(input)) { if (input.type == 'text') { addEvent(input, 'blur', function() { this.value = this.value.trim(); validate_field(this, true); }); addEvent(input, 'input', function() { validate_field(this, true); }); } else if (input.type == 'radio' || input.type == 'checkbox') { (function(el) { var radios = form_to_submit.elements[el.name]; for (var i = 0; i < radios.length; i++) { addEvent(radios[i], 'click', function() { validate_field(el, true); }); } })(input); } else if (input.tagName == 'SELECT') { addEvent(input, 'change', function() { validate_field(input, true); }); } } } } remove_tooltips(); for (var i = 0, len = allInputs.length; i < len; i++) { var elem = allInputs[i]; if (needs_validate(elem)) { elem.value = elem.value.trim(); validate_field(elem) ? true : no_error = false; } } if (!no_error && e) { e.preventDefault(); } resize_tooltips(); return no_error; }; addEvent(window, 'resize', resize_tooltips); addEvent(window, 'scroll', resize_tooltips); window._old_serialize = null; if (typeof serialize !== 'undefined') window._old_serialize = window.serialize; _load_script("//d3rxaij56vjege.cloudfront.net/form-serialize/0.3/serialize.min.js", function() { window._form_serialize = window.serialize; if (window._old_serialize) window.serialize = window._old_serialize; }); var form_submit = function(e) { e.preventDefault(); if (validate_form()) { // use this trick to get the submit button & disable it using plain javascript document.querySelector('[id^="_form"][id$="_submit"]').disabled = true; var serialized = _form_serialize(document.getElementById('_form_67_')); var err = form_to_submit.querySelector('._form_error'); err ? err.parentNode.removeChild(err) : false; _load_script('https://brigitte.activehosted.com/proc.php?' + serialized + '&jsonp=true'); } return false; }; addEvent(form_to_submit, 'submit', form_submit); })();