The hardware and bandwidth for this mirror is donated by METANET, the Webhosting and Full Service-Cloud Provider.
If you wish to report a bug, or if you are interested in having us mirror your free-software or open-source project, please feel free to contact us at mirror[@]metanet.ch.

rtiktokads

R Пакет для работы с TikTok Marketing API.

Функционал пакета

На данный момент в rtiktokads 0.1.0 доступен очень ограниченный функционал:

Пример работы с пакетом

library(rtiktokads)

# авторизация
tik_set_username('a.seleznev@netpeak.group')
tik_auth()

# запрос данных
bc <- tik_get_business_centers()
advertisers <- tik_get_advertiser_accounts()
budgets <- tik_get_advertiser_balance('7418551027034587137')
advertisers_info <- tik_get_advertiser_info(advertisers$advertiser_id)

# запрос отчётов
report <- tik_get_report(advertiser_id = '7499750467069771792')
reports <- tik_get_report(advertiser_ids = advertisers$advertiser_id)

These binaries (installable software) and packages are in development.
They may not be fully stable and should be used with caution. We make no claims about them.