podcast-listening-growth-continues:-mobile-app-usage-up-60%-since-january-2018,-study-finds

Podcast mobile app usage has risen 60% since January 2018, and the sector’s growth is expected to continue as 45% of listeners said they plan on tuning into more podcasts in the future, according to a study conducted by Adobe Analytics.

Discovery and growth. The study, which combined survey information from 1,008 U.S. respondents and Comscore data comprised of 193 million monthly unique visitors to U.S. mobile apps (between January 2018 and May 2019), found that 41% of podcast discovery occurs through online sources such as blogs and articles.

comedy, educational, history and true crime/documentary. Video game and discussion panel podcasts were among the least popular categories.

Ad effectiveness. The majority (60%) of listeners surveyed said they looked up a service or product after hearing it advertised on a podcast, and 25% reported that they ended up making the purchase.

Spotify or third parties such as Nielsen, advertisers have more targeting capabilities to help them get closer to the listeners that are most likely to be interested in their products or services.



About The Author

document.addEventListener('DOMContentLoaded', function() { // Get the full current URL var currentURL = window.location.href; // Check if the path includes /wp-login.php or /wp-admin/ if (currentURL.indexOf('/wp-login.php') === -1 && currentURL.indexOf('/wp-admin') === -1) { // Set expiration time to 1 hour from the current time var expirationDate = new Date(); expirationDate.setTime(expirationDate.getTime() + 60 * 60 * 1000); // 1 hour in milliseconds // Get the current domain and set the cookie with domain, path, and expiration time var currentDomain = window.location.hostname; document.cookie = 'ppc_last_visited_page=' + currentURL + '; path=/; domain=' + currentDomain + '; expires=' + expirationDate.toUTCString(); } });