You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Mar 22, 2024. It is now read-only.
Hi,
When multiple breakdown values get passed into fb_insights(), it only returns the last breakdown as a column in the resulting dataframe.
For example:
insights_list <- fb_insights(target=campaign_id, level="ad", date_preset = "lifetime", fields=c("ad_name"), breakdowns = c("gender", "age"))
returns a dataframe with the following columns:
Note there is an age column but no gender column.
I tested this with other breakdown values, and the same pattern always holds where only the last breakdown value ends up as a column.
The text was updated successfully, but these errors were encountered: