Skip to content
Snippets Groups Projects
Charts.php 757 B
Newer Older
  • Learn to ignore specific revisions
  • <?php
    
    /**
     * @copyright  2020 Podlibre
     * @license    https://www.gnu.org/licenses/agpl-3.0.en.html AGPL3
     * @link       https://castopod.org/
     */
    
    return [
        'by_player' => 'Podcast downloads by player (for the past week)',
        'unique_daily_listeners' => 'Daily unique listeners',
        'unique_monthly_listeners' => 'Monthly unique listeners',
        'by_browser' => 'Website usage by browser (for the past week)',
        'podcast_by_day' => 'Podcast daily downloads',
        'podcast_by_month' => 'Podcast monthly downloads',
        'episodes_by_day' =>
            '5 latest episodes downloads (during their first 60 days)',
        'by_country' => 'Podcast downloads by country (for the past week)',
        'by_domain' => 'Website visits by origin (for the past week)',
    ];