Skip to content

Commit

Permalink
Fixed stats for promoted tweets
Browse files Browse the repository at this point in the history
  • Loading branch information
hborras committed Feb 7, 2021
1 parent 92ce2b7 commit 36148e0
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/TwitterAds/Creative/PromotedTweet.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,6 @@ class PromotedTweet extends Analytics
{
const RESOURCE_COLLECTION = 'accounts/{account_id}/promoted_tweets';
const RESOURCE = 'accounts/{account_id}/promoted_tweets/{id}';
const RESOURCE_STATS = 'stats/accounts/{account_id}/promoted_tweets/{id}';

const ENTITY = 'PROMOTED_TWEET';

Expand Down

0 comments on commit 36148e0

Please sign in to comment.