maraujo / pySocialWatcher

Social Watcher on Facebook Marketing API
MIT License
109 stars 49 forks source link

Updated to new MAU ranges (lower and upper bound) #28

Closed mfatehkia closed 2 years ago

mfatehkia commented 2 years ago

Hi Matheus,

FB API now returns a range of MAU values (one lower bound and one upper bound) and the single MAU estimate will be deprecated from November 15th. This update enables the library to save these range estimates as two new columns in the output dataframe.

https://developers.facebook.com/blog/post/2021/09/30/updates-potential-reach-pre-campaign-estimates/

Also updated to the latest API version 12.0

maraujo commented 2 years ago

Dear @mfatehkia , thank you very much for the updated.