mirror of
https://github.com/lingble/chatwoot.git
synced 2025-11-22 22:14:59 +00:00
chore: Add analytics event for insert article feature (#8393)
This commit is contained in:
committed by
GitHub
parent
9c7148e2ad
commit
96add30331
@@ -624,6 +624,8 @@ export default {
|
|||||||
`${this.$t('CONVERSATION.REPLYBOX.INSERT_READ_MORE')} ${url}`
|
`${this.$t('CONVERSATION.REPLYBOX.INSERT_READ_MORE')} ${url}`
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
this.$track(CONVERSATION_EVENTS.INSERT_ARTICLE_LINK);
|
||||||
},
|
},
|
||||||
toggleRichContentEditor() {
|
toggleRichContentEditor() {
|
||||||
this.updateUISettings({
|
this.updateUISettings({
|
||||||
|
|||||||
@@ -9,6 +9,7 @@ export const CONVERSATION_EVENTS = Object.freeze({
|
|||||||
SEARCH_CONVERSATION: 'Searched conversations',
|
SEARCH_CONVERSATION: 'Searched conversations',
|
||||||
APPLY_FILTER: 'Applied filters in the conversation list',
|
APPLY_FILTER: 'Applied filters in the conversation list',
|
||||||
CHANGE_PRIORITY: 'Assigned priority to a conversation',
|
CHANGE_PRIORITY: 'Assigned priority to a conversation',
|
||||||
|
INSERT_ARTICLE_LINK: 'Inserted article into reply via article search',
|
||||||
});
|
});
|
||||||
|
|
||||||
export const ACCOUNT_EVENTS = Object.freeze({
|
export const ACCOUNT_EVENTS = Object.freeze({
|
||||||
|
|||||||
Reference in New Issue
Block a user