I am using latest release from https://github.com/twitterdev/twitter-python-ads-sdk to fetch analytics data for LineItems. Is there a way for me to get data in more granular level?
Since each LineItem could have MediaCreative, PromotedTweet or PromotedAccount, I am trying to get my data at those breakdowns. So end result would be something like this:
line_item_id_1, promoted_tweet_id_1, 100, 20, 5
line_item_id_2, promoted_tweet_id_2, 200, 40, 10