Skip to content

Commit

Permalink
Миграция на API v20.0
Browse files Browse the repository at this point in the history
  • Loading branch information
selesnow committed Oct 15, 2024
1 parent 6f2ccf7 commit f8bba1e
Show file tree
Hide file tree
Showing 5 changed files with 8 additions and 5 deletions.
3 changes: 3 additions & 0 deletions CRAN-SUBMISSION
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
Version: 2.11.0
Date: 2024-07-11 15:28:07 UTC
SHA: 6f2ccf783f7de91e50ec63eeef55f06daa1afc52
2 changes: 1 addition & 1 deletion DESCRIPTION
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
Package: rfacebookstat
Type: Package
Title: Load Data from Facebook API Marketing
Version: 2.10.0.9000
Version: 2.11.0
Authors@R:
c(person(given = "Alexey",
family = "Seleznev",
Expand Down
3 changes: 2 additions & 1 deletion NEWS.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
# rfacebookstat (development version)
# rfacebookstat 2.11.0

* Исправлена ошибка, при которой в функции `fbGetMarketingStat()` не работал аргумент `use_unified_attribution_setting` если не использовался аргумент `fetch_by`.
* Пакет переведён на работу с Facebook Marketing API v.20.

# rfacebookstat 2.10.0

Expand Down
2 changes: 1 addition & 1 deletion R/zzz.R
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ rfacebookstatWelcomeMessage <- function(){
}

op <- options()
op.rfacebookstat <- list(rfacebookstat.api_version = "v19.0",
op.rfacebookstat <- list(rfacebookstat.api_version = "v20.0",
rfacebookstat.access_token = fb_token,
rfacebookstat.accounts_id = NULL,
rfacebookstat.business_id = NULL,
Expand Down
3 changes: 1 addition & 2 deletions cran-comments.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,5 +2,4 @@

0 errors | 0 warnings | 1 note

* Migrate to Facebook Marketing API v19.0
* Add new important argument use_account_attribution_setting to fbGetMarketingStat() function.
* Migrate to Facebook Marketing API v.20.

0 comments on commit f8bba1e

Please sign in to comment.