Vizio Apps
Overview
Contains metadata related to apps available in the Vizio App Store.
Dataset
| Field | Type | Description |
|---|---|---|
| id | integer | Primary key and unique identifier for each app in the dataset. |
| publisher_id | integer | A foreign key to our publishers table. |
| bundle_id | string | The app store’s bundle ID for the given app. |
| app_name | string | Name of the given app in the app store. |
| description | string | A short sentence that describes the app being viewed on the app store. |
| categories | string | A comma separated list of categories the app belongs to. |
| image | string | The main app icon image as displayed in the app store. |
| url | string | App store landing page for app. |
| seller_url | string | The seller’s url as seen on the app store’s UI. |
| app_status | string | The app’s status on the app store. |
| created_at | datetime | Date when the app was added to the DB. |
| updated_at | datetime | Date when the app was last updated in the DB. |