Skip to content

Commit

Permalink
feat(wallet-tour-analytics): made events more specific.
Browse files Browse the repository at this point in the history
  • Loading branch information
jjBlockchain committed Sep 16, 2019
1 parent ffc1cab commit fa1d4cf
Showing 1 changed file with 20 additions and 8 deletions.
28 changes: 20 additions & 8 deletions packages/blockchain-wallet-v4-frontend/src/data/analytics/model.js
Original file line number Diff line number Diff line change
Expand Up @@ -156,14 +156,26 @@ export const AB_TESTS = {
export const GENERAL_EVENTS = {
VIEW_WHATS_NEW: ['general', 'view_whats_new'],
VIEW_FAQ: ['general', 'view_faq'],
WALLET_INTRO_DISMISSED: ['general', 'wallet_intro_dismissed'],
WALLET_INTRO_OFFERED: ['general', 'wallet_intro_offered'],
WALLET_INTRO_STARTED: ['general', 'wallet_intro_started'],
WALLET_INTRO_PORTFOLIO_VIEWED: ['general', 'wallet_intro_portfolio_viewed'],
WALLET_INTRO_REQUEST_VIEWED: ['general', 'wallet_intro_request_viewed'],
WALLET_INTRO_SEND_VIEWED: ['general', 'wallet_intro_send_viewed'],
WALLET_INTRO_SWAP_VIEWED: ['general', 'wallet_intro_swap_viewed'],
WALLET_INTRO_BUYSELL_VIEWED: ['general', 'wallet_intro_buysell_viewed']
WALLET_INTRO_DISMISSED: ['general', 'wallet_intro_tour', 'dismissed'],
WALLET_INTRO_OFFERED: ['general', 'wallet_intro_tour', 'offered'],
WALLET_INTRO_STARTED: ['general', 'wallet_intro_tour', 'started'],
WALLET_INTRO_PORTFOLIO_VIEWED: [
'general',
'wallet_intro_tour',
'step_view_portfolio'
],
WALLET_INTRO_REQUEST_VIEWED: [
'general',
'wallet_intro_tour',
'step_view_request'
],
WALLET_INTRO_SEND_VIEWED: ['general', 'wallet_intro_tour', 'step_view_send'],
WALLET_INTRO_SWAP_VIEWED: ['general', 'wallet_intro_tour', 'step_view_swap'],
WALLET_INTRO_BUYSELL_VIEWED: [
'general',
'wallet_intro_tour',
'step_view_buysell'
]
}

export const ADS_EVENTS = {
Expand Down

1 comment on commit fa1d4cf

@SAMPAUI
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

CAROS AMIGOS : O BLOCKCHAIN ESTA AO SERVICO DO CRYPTO LAB BRAUSER ,,,todavia , EU PRETENDO QUE OS MEUS GANHOS SSEJAM TRANSFERIDOS NA MOEADA DE CRIPTOGRAFIS , PARA O NEXO BANKING , E COM A CONTA EM MEU NOME , JOSE SAMPAIO, C/ MORADA NA AV.FRANCISCO SA CARNEIRO , 120-1º.ESQ. 5070-013 ALIJO - VILA REAL .

Please sign in to comment.