What is `mt=8` in iTunes links for the App Store?

Viewed 37614
8 Answers

The mt = Media Type. mt=8 == media=software

Valid media types are : movie, podcast, music, musicVideo, audiobook, shortFilm, tvShow, software, all

presumably, movie = 1, podcast=2, music=3, musicVideo=4 and so on until software=8

I think anything other numeric value (>8) than those valid ones will return all.

Related