Skip to content
This repository has been archived by the owner on Sep 27, 2024. It is now read-only.

Commit

Permalink
fix(posts): account feed events engagement_type's
Browse files Browse the repository at this point in the history
  • Loading branch information
jpezninjo committed Nov 7, 2023
1 parent 39e3647 commit 503c6ba
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions telemetry/engagementPostEvents.js
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,22 @@ export const postEvents = {
'post.report': {
engagement_type: 'general',
},
// Account feed
'account.feed.post.open-reply': {
engagement_type: 'reply',
},
'account.feed.post.reblog': {
engagement_type: 'boost',
},
'account.feed.post.favorite': {
engagement_type: 'favorite',
},
'account.feed.post.bookmark': {
engagement_type: 'bookmark',
},
'account.feed.post.report': {
engagement_type: 'general',
},
// Home feed
'home.feed.post.open-reply': {
engagement_type: 'reply',
Expand Down

0 comments on commit 503c6ba

Please sign in to comment.