daroczig / fbRads

Analyze and manage Facebook ads from R using this client library to access their Marketing APIs
GNU Affero General Public License v3.0
151 stars 57 forks source link

How to get the date_start and date_stop of when the interactions happened #101

Closed lucasdedavid closed 6 years ago

lucasdedavid commented 6 years ago

Hi. I want to collect Fb Ads data regarding ads performance and filter by the day that the actions happened. When i'm pulling data by date_preset (last 90 days) all the date_start and date_stop are the same. Is there a way to get date right?

daroczig commented 6 years ago

I think you are looking for time_increment @ https://developers.facebook.com/docs/marketing-api/insights/parameters

lucasdedavid commented 6 years ago

That is it! Thank you.