Follow me on LinkedInFollow me on TwitterFollow me on FacebookFollow me on Facebook
Categories
Proof user-generated content works for finance brands

Proof user-generated content works for finance brands

Article

7 years ago

September 20, 2018

Share

User-generated content is a powerful thing. Having proven to be ultra-effective and super-cheap, it has long been the tactic of choice for retailers, travel brands and the fashion industry. But for finance brands with tight compliance regulations, handing over the reins to customers can be problematic.

As social media becomes increasingly important in purchase decisions (74% of shoppers make buying decisions based on social media) user-generated content is too good to ignore.

Uploaded by genuine fans of the brand, rather than paid partners or influencers, user-generated content creates a genuine personal connection between a brand and its customers.

This personal connection is key as it encourages brand trust. The stats don’t lie – 68% of millennials say that user-generated content is generally a good indicator of the quality of a brand or service. 88% of consumers trust online reviews written by other consumers as much as they trust recommendations from their personal contacts.

68% of millennials say that user-generated content is generally a good indicator of the quality of a brand or service.

The finance brands doing it well

Santander curated user-generated videos for its Prosperity campaign. Leveraging the emotions and humour of real-life, the bank compiled short clips demonstrating what ‘prosperity’ means for its customers. The result is a heart-warming and impactful campaign that raised brand image and communications awareness.

Santander – Prosperity from The Engine Group on Vimeo.

Santrander user-generated content

 

My Mint Moment

Financial planning app, Mint made user-generated content the basis of a competition. They asked their social media followers to post a moment they saved up for featuring the hashtag #mymintmoment – the brand received thousands of applications with beautiful pictures and heartfelt stories. The winner received a $1,000 gift card to fund their dream, and Mint received some fantastic free coverage on social media.

Mint user-generated content

Limiting your risk

For risk-averse finance brands there are plenty of tips to help you test the water with user-generated content:

  1. Find yourself a great social media management platform that will allow you to monitor any posted content that mentions your brand. Make sure your social media team is equipped with your brand guidelines and can assess content in real time.
  2. Be specific in your requirements for user-generated content. If it’s a competition, make sure the terms and conditions are tight. Provide clear examples of the types of submissions you are expecting to see – you may choose to engage with influencers to create these.
  3. Make sure you are clear about your brand values and social media guidelines – if content doesn’t align with your business’ values, reserve the right to remove it.
  4. Finally, if you’re going to make user-generated content part of a campaign, make sure you know exactly who is featured in it – do background checks on everyone in the content to avoid any nasty surprises.

Which channels suit user-generated content best?

User-generated content often takes the form of photos, videos or reviews. This makes social media channels like Instagram and Facebook the perfect home. These channels also play to your biggest creators of user-generated content – millennials. Those aged 25 and above are the biggest content drivers — contributing over 70% of all user-generated content.

Related articles

– Finance brands act now or say bye bye bye to millennials
– Reddit: How finance brands can get closer to customers

Related Articles

Subscribe

News and analysis for Financial Marketers

Visit
The Dubs agency

When we're not lovingly crafting finance content, The Dubs Agency works with global clients delivering award winning projects. Check us out to find out more

thedubs.com

The FINANCIALMARKETER is the publishing arm for the dubs

The Dubs is the content marketing agency for the finance sector globally. 
(function() { var divisor = 10; var audios_status = {}; function eventHandler(e) { // Ensure the audio element's status is initialized before proceeding // This is a safeguard, but the main initialization loop should ideally cover this. if (!audios_status[e.target.id]) { initializeAudioStatus(e.target); } switch (e.type) { case 'timeupdate': audios_status[e.target.id].current = Math.round(e.target.currentTime); var pct = Math.floor(100 * audios_status[e.target.id].current / e.target.duration); for (var j in audios_status[e.target.id]._progress_markers) { // Convert j to a number for proper comparison var marker = parseInt(j, 10); if (pct >= marker && marker > audios_status[e.target.id].greatest_marker) { audios_status[e.target.id].greatest_marker = marker; } } if (audios_status[e.target.id].greatest_marker && !audios_status[e.target.id]._progress_markers[audios_status[e.target.id].greatest_marker]) { audios_status[e.target.id]._progress_markers[audios_status[e.target.id].greatest_marker] = true; dataLayer.push({ 'event': 'audio', 'audioPlayerAction': 'Progress %' + audios_status[e.target.id].greatest_marker, 'audioTitle': decodeURIComponent(e.target.currentSrc.split('/').pop()) // Use .pop() for cleaner last segment }); } break; case 'play': dataLayer.push({ 'event': 'audio', 'audioPlayerAction': 'play', 'audioTitle': decodeURIComponent(e.target.currentSrc.split('/').pop()) }); break; case 'pause': dataLayer.push({ 'event': 'audio', 'audioPlayerAction': 'pause', 'audioTitle': decodeURIComponent(e.target.currentSrc.split('/').pop()), 'audioValue': audios_status[e.target.id].current }); break; case 'ended': dataLayer.push({ 'event': 'audio', 'audioPlayerAction': 'finished', 'audioTitle': decodeURIComponent(e.target.currentSrc.split('/').pop()) }); break; default: break; } } function initializeAudioStatus(audioElement) { var audioTagId; if (!audioElement.getAttribute('id')) { audioTagId = 'html5_audio_' + Math.random().toString(36).slice(2); audioElement.setAttribute('id', audioTagId); } else { audioTagId = audioElement.getAttribute('id'); } // Initialize only if not already initialized if (!audios_status[audioTagId]) { audios_status[audioTagId] = {}; audios_status[audioTagId].greatest_marker = 0; audios_status[audioTagId]._progress_markers = {}; for (var j = 0; j <= 100; j += divisor) { // Iterate up to 100, stepping by divisor audios_status[audioTagId]._progress_markers[j] = false; } audios_status[audioTagId].current = 0; } } var audios = document.getElementsByTagName('audio'); for (var i = 0; i < audios.length; i++) { initializeAudioStatus(audios[i]); // Initialize status for each audio element audios[i].addEventListener("play", eventHandler, false); audios[i].addEventListener("pause", eventHandler, false); audios[i].addEventListener("ended", eventHandler, false); audios[i].addEventListener("timeupdate", eventHandler, false); } })();