| st_app_tag | R Documentation |
Retrieves apps filtered by custom fields and tags from Sensor Tower. This function uses the /v1/app_tag/apps endpoint.
st_app_tag(
app_id_type,
custom_fields_filter_id,
name = NULL,
value = NULL,
global = TRUE,
last_known_id = NULL,
auth_token = NULL,
base_url = "https://api.sensortower.com"
)
app_id_type |
Character string. Operating System. Must be one of "itunes" (iOS) or "unified". Required. |
custom_fields_filter_id |
Character string. ID of a Sensor Tower custom field filter. Required. Use the filter ID from relevant endpoint. |
name |
Optional. Character string. Name of Custom or Global Field. Defaults to "Stock Ticker". |
value |
Optional. Character string. Tag value for custom or global field provided. Leave blank to fetch all possible apps. |
global |
Optional. Logical. Filter by global or organization custom fields. Defaults to TRUE (false means organization custom fields). |
last_known_id |
Optional. Character string. Supply last_known_id from previous request to get next page. Leave blank to get first page. |
auth_token |
Optional. Character string. Your Sensor Tower API token. |
base_url |
Optional. Character string. The base URL for the API. |
A [tibble][tibble::tibble] with app data including IDs and metadata.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.