

Methodology
Veritonic’s platform gathered Marketing Response Data from a census-representative panel of over 300 Americans in August, prior to the beginning of the football season, to see what emotions and feelings each network’s football telecast theme music evoked. The platform also examined the aided brand recall for each track.What Did We Learn?
The first and most obvious takeaway is that there are two clear leaders: Fox and ESPN (current home of the venerable Monday Night Football franchise), and everyone else. Panelists were able to correctly associate their theme music 21% and 20% of the time, respectively. Second, brand awareness for the individual networks (other than Fox) is relatively low. Even Fox and ESPN’s MNF music are associated with the wrong network 80% of the time. [caption id="attachment_1897" align="alignright" width="935"]
Longevity Matters
The Monday Night Football music has been essentially unchanged since inception. It’s even stayed the same as the franchise moved across networks.Repetitions Count
The Fox music is also notable for being the same music that Fox uses for MLB baseball and for Nascar. That’s several hundred additional chances the Fox music has throughout the year to ingrain itself with the audience.Next, Take The Quiz
Now it’s YOUR turn. Take the quiz below to see how well you can identify each network’s music. We’ll keep the poll open throughout the football season. Check back to see if the brand associations change over the course of the season!Match the Audio Logo to the Network
Listen
Track A
Track B
Track C
Track D
Track E
Match
We've closed the quiz.
If you've already submitted results, thanks for playing! If not, listen to the tracks on the left, then check out the answers below!- Track A: CBS
- Track B: ESPN
- Track C: FOX
- Track D: NBC
- Track E: NFL
function play1() {
var audio = document.getElementById('audio1');
if (audio.paused) {
audio.play();
document.getElementById("play1").classList.remove('fa-play');
document.getElementById("play1").classList.add('fa-pause');
}else{
audio.pause();
audio.currentTime = 0
document.getElementById("play1").classList.add('fa-play');
document.getElementById("play1").classList.remove('fa-pause');
}
}
function play2() {
var audio = document.getElementById('audio2');
if (audio.paused) {
audio.play();
document.getElementById("play2").classList.remove('fa-play');
document.getElementById("play2").classList.add('fa-pause');
}else{
audio.pause();
audio.currentTime = 0
document.getElementById("play2").classList.add('fa-play');
document.getElementById("play2").classList.remove('fa-pause');
}
}
function play3() {
var audio = document.getElementById('audio3');
if (audio.paused) {
audio.play();
document.getElementById("play3").classList.remove('fa-play');
document.getElementById("play3").classList.add('fa-pause');
}else{
audio.pause();
audio.currentTime = 0
document.getElementById("play3").classList.add('fa-play');
document.getElementById("play3").classList.remove('fa-pause');
}
}
function play4() {
var audio = document.getElementById('audio4');
if (audio.paused) {
audio.play();
document.getElementById("play4").classList.remove('fa-play');
document.getElementById("play4").classList.add('fa-pause');
}else{
audio.pause();
audio.currentTime = 0
document.getElementById("play4").classList.add('fa-play');
document.getElementById("play4").classList.remove('fa-pause');
}
}
function play5() {
var audio = document.getElementById('audio5');
if (audio.paused) {
audio.play();
document.getElementById("play5").classList.remove('fa-play');
document.getElementById("play5").classList.add('fa-pause');
}else{
audio.pause();
audio.currentTime = 0
document.getElementById("play5").classList.add('fa-play');
document.getElementById("play5").classList.remove('fa-pause');
}
}
</script>