am_apps_ads: Get Application Ads

View source: R/am_apps_ads.r

am_apps_adsR Documentation

Get Application Ads

Description

Get Application Ads <https://api.appmagic.rocks/v1/docs#operation/getApplicationAds>

Usage

am_apps_ads(
  appIds,
  country,
  dateFrom,
  dateTo,
  sort,
  aggregation,
  count = NULL,
  offset,
  adNetwork = NULL,
  platform = NULL,
  type = NULL,
  signature,
  accept = "text/csv"
)

Arguments

appIds

Application store ID

country

Country

dateFrom

Start date (minimum date is 2015-01-01)

dateTo

End date (minimum date is 2015-01-01)

sort

Sorting type

aggregation

Aggregation type

count

The number of returned items

offset

Offset of returned items

adNetwork

Ad network

platform

Platform

type

Ad type

signature

Authentication token

accept

Accept header value


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