Skip to content

Commit

Permalink
Изменил лимиты в fbGetAdSets()
Browse files Browse the repository at this point in the history
  • Loading branch information
selesnow committed Mar 27, 2024
1 parent 0cd3e45 commit 6f2ccf7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion R/fbGetAdSets.R
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ fbGetAdSets <- function(accounts_id = getOption("rfacebookstat.accounts_id"),

for( account_id in accounts_id ) {

QueryString <- paste0("https://graph.facebook.com/",api_version,"/",account_id,"/adsets?fields=id,name,account_id,bid_amount,bid_strategy,billing_event,budget_remaining,campaign_id,configured_status,effective_status,status,optimization_goal,pacing_type,destination_type,daily_budget,created_time,source_adset_id&limit=1000",
QueryString <- paste0("https://graph.facebook.com/",api_version,"/",account_id,"/adsets?fields=id,name,account_id,bid_amount,bid_strategy,billing_event,budget_remaining,campaign_id,configured_status,effective_status,status,optimization_goal,pacing_type,destination_type,daily_budget,created_time,source_adset_id&limit=500",
"&filtering=[{'field':'adset.delivery_info','operator':'NOT_IN','value':['stupid_filter']}]",
"&access_token=",access_token)

Expand Down

0 comments on commit 6f2ccf7

Please sign in to comment.