am_top_soft_launches: Get Top Soft Launches

View source: R/am_top_soft_launches.r

am_top_soft_launchesR Documentation

Get Top Soft Launches

Description

Get Top Soft Launches <https://api.appmagic.rocks/v1/docs#operation/getTopSoftLaunches>

Usage

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
)

Arguments

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


muzerow/rappmagic documentation built on July 1, 2024, 7:50 a.m.