I’m trying to get pull historic campaign, line item, and tweet information. The documentation and code say that the Analytics module which allows stats calls is included in all 3 classes. Except when I check via:
TwitterAds::Campaign.ancestors.select {|o| o.class == Module }
It’s not included in the list of included modules so I can’t make stats calls for a campaign using the twitter-ads gem.