Skip to main content

Planning Center Publishing SQL Queries

Share Your Message With The World

Planning Center Publishing is your church’s media hub - managing sermons, series, speakers, and distribution channels. With Parable’s SQL access to Publishing data, you can analyze content performance, track engagement metrics, optimize distribution strategies, and ensure your message reaches your community effectively.

Quick Start

Ready to explore your publishing data? Here’s your first query to see recent episodes and their engagement:

What You Can Do With Publishing Queries

πŸ“Ί Content Performance Analytics

  • Track view counts and download metrics across episodes
  • Analyze engagement patterns by series, speaker, or topic
  • Identify your most popular content and distribution channels
  • Monitor audience growth and retention trends

πŸŽ™οΈ Speaker Management

  • Track speaker frequency and scheduling
  • Analyze topic coverage by speaker
  • Identify guest speakers vs regular teaching team
  • Plan speaker rotations and sabbaticals

πŸ“… Series Planning

  • Analyze optimal series length based on engagement
  • Track series performance over time
  • Identify seasonal patterns in content consumption
  • Plan future series based on historical data

🌐 Multi-Channel Distribution

  • Monitor performance across different platforms
  • Optimize publishing schedules for maximum reach
  • Track channel-specific engagement metrics
  • Identify best channels for different content types

πŸ“Š Ministry Impact Measurement

  • Correlate online engagement with in-person attendance
  • Track sermon series impact on giving patterns
  • Measure content reach beyond regular attendees
  • Analyze biblical text coverage across teaching

Available Tables

Your Planning Center Publishing data is organized into these primary tables:

Understanding Relationships

Publishing data includes several key relationships:
  • Episodes to Series: Episodes belong to series through series_id
  • Episodes to Channels: Episodes are published to channels via channel_id
  • Episodes to Speakers: Connected through the publishing_speakerships junction table
  • Episodes to Resources: Linked via episode_id in publishing_episode_resources
  • Episodes to Statistics: Performance metrics linked by episode_id

Key Concepts

Episode Status

  • published_live_at - When the episode went live
  • published_to_library_at - When added to the content library
  • Episodes without these dates are draft or scheduled

Distribution Channels

Different platforms where content is published:
  • Church website
  • YouTube channel
  • Podcast platforms
  • Church Center app
  • Social media channels

Content Types

  • Sermons - Weekly messages
  • Series - Multi-week teaching themes
  • Special Events - Holiday services, conferences
  • Resources - Study guides, sermon notes

Metrics and Analytics

  • view_count - Total views across platforms
  • download_count - Audio/video downloads
  • unique_viewers - Distinct audience members
  • Statistics tracked over time for trending

Next Steps

πŸ“š New to SQL? Start with Basic Queries for simple, powerful queries you can use today. πŸš€ Ready for More? Check out Advanced Queries for complex analysis and reporting. πŸ“Š Need Reports? See Reporting Examples for complete, production-ready reports. πŸ” Want Details? Review the Data Model for complete table documentation.

Common Questions

How do I find episodes from a specific series?

How do I see which speakers have taught recently?

How do I track content performance over time?

What’s the difference between channels and series?

  • Channels are distribution platforms (YouTube, Podcast, Website)
  • Series are content collections (sermon series, teaching themes)
  • An episode belongs to one series but can be published to multiple channels

How do I find resources attached to episodes?

Tips for Success

  1. Join Through IDs - Use episode_id, series_id, speaker_id for relationships
  2. Filter by Dates - Use published_live_at to focus on published content
  3. Aggregate Metrics - Sum statistics across time periods for trends
  4. Consider Channels - Different channels may have different performance
  5. Track Over Time - Use episode_statistic_times for historical trends

Integration Opportunities

Combine Publishing data with other Planning Center modules:
  • With People: Track online viewers who become visitors
  • With Giving: Analyze giving patterns during specific series
  • With Groups: Connect sermon topics to small group curricula
  • With Services: Link sermon planning to worship service elements
  • With Check-ins: Correlate online viewing with attendance

Getting Help

  • πŸ› Found an issue? Report it at github.com/getparable/parable-api/issues
  • πŸ“– Need more examples? Check our other query guides in this folder
  • πŸ’¬ Have questions? Reach out to your Parable support team

Your message matters. Let data help you share it more effectively.