Google Apps
Overview
Contains metadata related to apps available in the Google Play Store.
Dataset
| Field | Type | Description |
|---|---|---|
| id | integer | Primary key and unique identifier for each Google Play Store app in the dataset. |
| url | string | App store landing page for app. |
| last_scanned | datetime | The last time the Play Store URL was scanned by the Sincera platform. |
| languages | array | Array of languages this app is available in. |
| google_sitemap_id | integer | Foreign key mapping to Google’s sitemap directory for the Play Store. |
| times_errored | integer | Number of errors encountered when scanning Play Store URL. |
| store_id | string | Synonymous with app ID, serves as a unique identifier for a given app in the 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 Play Store. |
| description | string | A short sentence that describes the app being viewed on the Google Play store. |
| meta_description | string | A short summary of the app. |
| image | string | The app logo in icon form. |
| full_image | string | The full-sized logo for the app. |
| developer_url | string | URL of the app developer. |
| publisher_id | integer | Maps to our publisher domain list. |
| category | string | The vertical the app belongs to. |
| content_rating | string | The minimal maturity level of content in the app. |
| data_usage | string | URL provided by app developer that describes how data is used within the app. |
| ranking_tag | string | The associated Google Play store ranking of the app. |
| rating | string | The rating of the app based on user feedback. |
| reviews | integer | Count of reviews submitted on the app. |
| downloads | integer | Count of downloads of the app. |
| in_app_purchases | boolean | Indicates whether the app contains in-app purchases. |
| contains_ads | boolean | Indicates whether the app contains ads. |
| editors_choice | boolean | Indicates whether the app has been selected as an ‘Editor’s Choice’. |
| created_at | datetime | Date when the app was added to the Google Play Store. |
| updated_at | datetime | Date when the app was last updated in the Google Play Store. |