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.
(#100) Current combination of data breakdown columns (action_type, platform_position) is invalid
I didn't get any error message with any other breakdown value. Seems just "platform_position" has an issue. I'm not sure if this is caused by the package or a glitch on Facebook's end.
The text was updated successfully, but these errors were encountered:
I don't have any experience with R lang, I had this same issue with API explorer but combining publisher_platform and platform_position fetches the data. You can give a try
Sign up for freeto subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Hi,
fb_insights() is not working when breakdowns = "platform_position".
insights_list <- fb_insights(target=campaign_id, level="ad", date_preset = "lifetime", fields=c("ad_name"), breakdowns = "platform_position")
I get this error message:
(#100) Current combination of data breakdown columns (action_type, platform_position) is invalid
I didn't get any error message with any other breakdown value. Seems just "platform_position" has an issue. I'm not sure if this is caused by the package or a glitch on Facebook's end.
The text was updated successfully, but these errors were encountered: