I am using the Rfacebook package to retreive total impressions a facebookpost had. This works fine, however, this method does not split paid and organic impressions. I use the following code:
getInsights(object_id="post_id", token= token, metric='post_impressions')
Does anyone know how I can differentiate between organic and paid impressions/reach?