Get download numbers by application for a show
op3_top_show_apps.Rd
op3_top_show_apps()
obtains the download numbers for individual
podcast applications over the last three calendar months
for a specific show.
Value
tibble
data frame with the following columns:
show_uuid
: OP3 show UUIDapp_name
: Name of podcast applicationvalue
: Number of downloads in the last three calendar months
Examples
# Requires API token
op3_top_show_apps(show_id = "bb28afcc-137e-5c66-b231-4ffad7979b44")
#> # A tibble: 33 × 3
#> app_name value show_uuid
#> <chr> <int> <chr>
#> 1 Apple Podcasts 778 c008c9c7cfe847dda55cfdde54a22154
#> 2 Overcast 550 c008c9c7cfe847dda55cfdde54a22154
#> 3 Pocket Casts 350 c008c9c7cfe847dda55cfdde54a22154
#> 4 gPodder 339 c008c9c7cfe847dda55cfdde54a22154
#> 5 Podcast Addict 265 c008c9c7cfe847dda55cfdde54a22154
#> 6 YouTube Music 188 c008c9c7cfe847dda55cfdde54a22154
#> 7 Google Podcasts 158 c008c9c7cfe847dda55cfdde54a22154
#> 8 AntennaPod 139 c008c9c7cfe847dda55cfdde54a22154
#> 9 Snipd 93 c008c9c7cfe847dda55cfdde54a22154
#> 10 Unknown Apple App 89 c008c9c7cfe847dda55cfdde54a22154
#> # ℹ 23 more rows