Skip to content

Commit 1827d32

Browse files
authored
Add back Account entity in Analytics class (#223)
* add back Account entity in Analytics class
1 parent c04923e commit 1827d32

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/twitter-ads/resources/analytics.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,6 +30,7 @@ class Analytics
3030
property :metric_groups, read_only: true
3131

3232
ANALYTICS_MAP = {
33+
'TwitterAds::Account' => Entity::ACCOUNT,
3334
'TwitterAds::Campaign' => Entity::CAMPAIGN,
3435
'TwitterAds::LineItem' => Entity::LINE_ITEM,
3536
'TwitterAds::OrganicTweet' => Entity::ORGANIC_TWEET,

0 commit comments

Comments
 (0)