View source: R/am_top_soft_launches.r
am_top_soft_launches | R Documentation |
Get Top Soft Launches <https://api.appmagic.rocks/v1/docs#operation/getTopSoftLaunches>
am_top_soft_launches(
date_from,
date_to,
include_countries,
exclude_countries = NULL,
store,
category_ids = NULL,
only_global_publisher = NULL,
top_publisher = NULL,
sort,
limit = NULL,
signature
)
date_from |
Start date of TOP (minimum date is 2015-01-01) |
date_to |
End date of TOP (minimum date is 2015-01-01) |
include_countries |
Include countries of soft launch |
exclude_countries |
Exclude countries of soft launch |
store |
Store code |
category_ids |
Category IDs |
only_global_publisher |
To include global publishers only |
top_publisher |
Publisher rank |
sort |
Sort by downloads or revenue |
limit |
The number of returned items |
signature |
Authentication token |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.