Get Facebook Ads Insights results in pandas dataframe error

88 Views Asked by At

I am converting a set of Facebook AD APIs to pandas dataframe. They are in facebook adInsights format(facebook_business.api.Cursor).

I went through the solution I went through the solution here of converting it to a list first and then using pd.Dataframe, but I am getting Facebook Bad Object error -

FacebookBadObjectError: Bad data to set object data

Unable to recognize why this is happening and if there is another way to convert the APIs to a dataframe?

0

There are 0 best solutions below