Giter VIP home page Giter VIP logo

rappsflyer's Introduction

rappsflyer - R Пакет для работы с API AppsFlyer

На данный момент пакет поддерживает загрузку агрегированных и сырых данных из Pull API AppsFlyer.

Установка пакета

rappsflyer можно установить как с GitHub, так и с CRAN:

CRAN: install.packages('rappsflyer') GitHub: devtools::install_github('selesnow/rappsflyer')

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

  • af_set_api_token() - Установить API токен
  • af_get_aggregate_data() - Получить агрегированные данные
  • af_get_raw_data() - Получить сырые данные
  • af_get_ad_revenue_raw_data() - Получить отчёты о доходе с рекламы
  • af_get_targeting_validation_rules() - Получить отчёт о ошибочных установках и событиях
  • af_get_data() - Получить данные из Master API (функция на стадии тестирования)

Подробная справка

Более подробную справку о работе с пакетом можно получить из виньетки: vignette('rappsflyer-intro', rappsflyer)

Автор пакета

Алексей Селезнёв, Head of analytics dept. at Netpeak
telegram channel: R4marketing
email: [email protected]
skype: selesnow
facebook: facebook.com/selesnow
linkedin: linkedin.com/in/selesnow
blog: alexeyseleznev.wordpress.com

rappsflyer's People

Contributors

selesnow avatar

Stargazers

 avatar

Watchers

 avatar  avatar

Forkers

drsterling

rappsflyer's Issues

Additional Fields not working #1

Hello selesnow

I tried several funcitons such as af_get_aggregate_data, af_get_raw_data and others and it seems it's not working the additional fields parameter. Tried to add "Campaign type" and others - ("is_organic" and the columns ) but the data (additional fields) doesn't come.
one example
af_get_aggregate_data( date_from = "2021-08-01",
date_to="2021-08-31",
report_type="daily_report",
app_id = "(my_id)",
additional_fields = c("af_adset",
"af_ad",
"af_ad_type",
"city","state",
"is_organic",
"Conversion type",
"Channel",
"Campaign type"))

colnames(agr_data)
[1] "Date" "Agency/PMD (af_prt)" "Media Source (pid)" "Campaign (c)" "Impressions" "Clicks"
[7] "CTR" "Installs" "Conversion Rate" "Sessions" "Loyal Users" "Loyal Users/Installs"
[13] "Total Cost" "Average eCPI"

Also it only comes non-organic data, is it possible to get organic data from appsflyers with this package?
Thank you,
Felipe

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.