We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c04923e commit 1827d32Copy full SHA for 1827d32
1 file changed
lib/twitter-ads/resources/analytics.rb
@@ -30,6 +30,7 @@ class Analytics
30
property :metric_groups, read_only: true
31
32
ANALYTICS_MAP = {
33
+ 'TwitterAds::Account' => Entity::ACCOUNT,
34
'TwitterAds::Campaign' => Entity::CAMPAIGN,
35
'TwitterAds::LineItem' => Entity::LINE_ITEM,
36
'TwitterAds::OrganicTweet' => Entity::ORGANIC_TWEET,
0 commit comments