xdevplatform/twitter-ruby-ads-sdk

Missing TwitterAds::OrganicTweet

Closed this issue · 1 comments

Bug

Missing TwitterAds::OrganicTweet, it is used in analytics.rb map

ANALYTICS_MAP = {
      'TwitterAds::Campaign' => 'CAMPAIGN'.freeze,
      'TwitterAds::LineItem' => 'LINE_ITEM'.freeze,
      'TwitterAds::OrganicTweet' => 'ORGANIC_TWEET'.freeze,
      'TwitterAds::Creative::PromotedTweet' => 'PROMOTED_TWEET'.freeze
    }.freeze

But the class is not implemented. Am I missing anything?

fixed by #131