Created
June 15, 2020 13:30
-
-
Save kasnder/32d32788f5a5b55ffb55ecd291b47627 to your computer and use it in GitHub Desktop.
Super genres from "Third Party Tracking in the Mobile Ecosystem" by Binns et al. adopted to iOS
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
super_genres = { | |
'ART_AND_DESIGN': 'Art & Photography', | |
'AUTO_AND_VEHICLES': 'Productivity & Tools', | |
'BEAUTY': 'Health & Lifestyle', | |
'BOOKS_AND_REFERENCE': 'Productivity & Tools', | |
'BUSINESS': 'Productivity & Tools', | |
'COMICS': 'Games & Entertainment', | |
'COMMUNICATION': 'Communication & Social', | |
'DATING': 'Communication & Social', | |
'EDUCATION': 'Education', | |
'ENTERTAINMENT': 'Games & Entertainment', | |
'EVENTS': 'Productivity & Tools', | |
'FINANCE': 'Productivity & Tools', | |
'FOOD_AND_DRINK': 'Health & Lifestyle', | |
'GAME_ACTION': 'Games & Entertainment', | |
'GAME_ADVENTURE': 'Games & Entertainment', | |
'GAME_ARCADE': 'Games & Entertainment', | |
'GAME_BOARD': 'Games & Entertainment', | |
'GAME_CARD': 'Games & Entertainment', | |
'GAME_CASINO': 'Games & Entertainment', | |
'GAME_CASUAL': 'Games & Entertainment', | |
'GAME_EDUCATIONAL': 'Games & Entertainment', | |
'GAME_MUSIC': 'Games & Entertainment', | |
'GAME_PUZZLE': 'Games & Entertainment', | |
'GAME_RACING': 'Games & Entertainment', | |
'GAME_ROLE_PLAYING': 'Games & Entertainment', | |
'GAME_SIMULATION': 'Games & Entertainment', | |
'GAME_SPORTS': 'Games & Entertainment', | |
'GAME_STRATEGY': 'Games & Entertainment', | |
'GAME_TRIVIA': 'Games & Entertainment', | |
'GAME_WORD': 'Games & Entertainment', | |
'HEALTH_AND_FITNESS': 'Health & Lifestyle', | |
'HOUSE_AND_HOME': 'Health & Lifestyle', | |
'LIBRARIES_AND_DEMO': 'Productivity & Tools', | |
'LIFESTYLE': 'Health & Lifestyle', | |
'MAPS_AND_NAVIGATION': 'Productivity & Tools', | |
'MEDICAL': 'Health & Lifestyle', | |
'MUSIC_AND_AUDIO': 'Music', | |
'NEWS_AND_MAGAZINES': 'News', | |
'PARENTING': 'Health & Lifestyle', | |
'PERSONALIZATION': 'Health & Lifestyle', | |
'PHOTOGRAPHY': 'Art & Photography', | |
'PRODUCTIVITY': 'Productivity & Tools', | |
'SHOPPING': 'Health & Lifestyle', | |
'SOCIAL': 'Communication & Social', | |
'SPORTS': 'Games & Entertainment', | |
'TOOLS': 'Productivity & Tools', | |
'TRAVEL_AND_LOCAL': 'Productivity & Tools', | |
'VIDEO_PLAYERS': 'Games & Entertainment', | |
'WEATHER': 'Productivity & Tools', | |
'6018': 'Productivity & Tools', | |
'6000': 'Productivity & Tools', | |
'6017': 'Education', | |
'6016': 'Games & Entertainment', | |
'6015': 'Productivity & Tools', | |
'6023': 'Health & Lifestyle', | |
'6014': 'Games & Entertainment', | |
'6013': 'Health & Lifestyle', | |
'6012': 'Health & Lifestyle', | |
'6021': 'News', | |
'6020': 'Health & Lifestyle', | |
'6011': 'Music', | |
'6010': 'Productivity & Tools', | |
'6009': 'News', | |
'6008': 'Art & Photography', | |
'6007': 'Productivity & Tools', | |
'6006': 'Productivity & Tools', | |
'6024': 'Health & Lifestyle', | |
'6005': 'Communication & Social', | |
'6004': 'Games & Entertainment', | |
'6003': 'Productivity & Tools', | |
'6002': 'Productivity & Tools', | |
'6001': 'Productivity & Tools', | |
'6025': 'Productivity & Tools' | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment