I am using the Ruby Ads Api SDK and when I add parameters for start_time, end_time and granularity it doesn’t affect the number of responses I get, and the response doesn’t include a reference to the relevant date for those stats. I’m using something like…
TwitterAds::LineItem.stats(account, [line_item.id], [‘ENGAGEMENT’], start_time: ‘2017-03-12T00:00:00Z’, end_time: ‘2017-03-14T00:00:00Z’, granularity: ‘DAY’)
And it returns the reponse[:data], excluding the request information.
Please help or let me know how I can get metrics for a line item between a range of dates, broken down by day.