Roku Apps
Overview
Contains metadata related to apps available in the Roku’s App Store.
Dataset
| Field | Type | Description |
|---|---|---|
| id | integer | Primary key and unique identifier for each Google Play Store app. |
| url_id | string | Unique URL parameter for the app. |
| country_codes | array | List of countries this app is available in. |
| url | string | App store landing page for app. |
| last_scanned | string | The last time the Roku Store URL was scanned by the Sincera platform. |
| store_id | string | Synonymous with app ID, serves as a unique identifier for a given app in the Roku Play Store. |
| bundle_id | string | Equivalent to the team ID, tied to developers and often used for tracking, billing and installs. |
| app_name | string | Name of the given app in the Roku App Store. |
| description | string | A short sentence that describes the app being viewed on the Roku Play store. |
| developer_url | string | URL of the app developer. |
| publisher_id | integer | Maps to the publisher_id primary key in the publishers dataset. |
| keywords | string | Comma separated list of descriptors for the app. |
| screenshots | array | Screenshots of the full app. |
| locale | string | Originating country for the app. |
| privacy_policy | string | Link to the app’s privacy policy that describes how user data is used within the app. |
| categories | array | List of category IDs (i.e. primary, secondary) that the app belongs to. |
| channel_description | string | A short sentence that describes the app being viewed on the Roku Play store. |
| total_user_ratings | integer | Count of reviews submitted on the app. |
| current_user_rating | float | Average of app ratings submitted on the app on a 5-point scale. |
| created_at | datetime | Date when the app was added to the Roku App Store. |
| updated_at | datetime | Date when the app was last updated in the Roku App Store. |
| error_reason | string | Will return null if Sincera scan is unable to retrieve the app landing page (i.e. page not found, too many redirects). Otherwise, will return NULL. |