bancorprotocol / webapp-v2

https://beta.bancor.network
MIT License
1 stars 2 forks source link

Governance stake/unstake GA #539

Open ashachaf opened 2 years ago

ashachaf commented 2 years ago

Gov Stake Flow

Gov Stake Start Click Gov Stake Click Gov Stake Unlimited Popup Gov Stake Unlimited Popup Select Gov Stake Wallet Confirmation Request Gov Stake Wallet Confirmed Gov Stake Success

{
  "event": "CE {EVENT NAME}",
  "event_properties": {
    "stake_input_type": "Fiat", "Token",
    "stake_token_amount_usd": Nunber as a string,
    "stake_token_portion_percent": "N/A", "25", "50", "75", "100",
  },
  "ga_event": {
    "category": "Gov Stake"
  }
}

Gov Stake Failed

{
  "event": "CE Gov Stake Failed",
  "event_properties": {
    "stake_input_type": "Fiat", "Token",
    "stake_token_amount_usd": Nunber as a string,
    "stake_token_portion_percent": "N/A", "25", "50", "75", "100",
    "error": {THE ERROR MESSAGE}
  },
  "ga_event": {
    "category": "Gov Stake"
  }
}

Gov Unstake Flow

Gov Unstake Start Click Gov Unstake Click Gov Unstake Unlimited Popup Gov Unstake Unlimited Popup Select Gov Unstake Wallet Confirmation Request Gov Unstake Wallet Confirmed Gov Unstake Success

{
  "event": "CE {EVENT NAME}",
  "event_properties": {
    "stake_input_type": "Fiat", "Token",
    "stake_token_amount_usd": Nunber as a string,
    "stake_token_portion_percent": "N/A", "25", "50", "75", "100",
  },
  "ga_event": {
    "category": "Gov Unstake"
  }
}

Gov Unstake Failed

{
  "event": "CE Gov Unstake Failed",
  "event_properties": {
    "stake_input_type": "Fiat", "Token",
    "stake_token_amount_usd": Nunber as a string,
    "stake_token_portion_percent": "N/A", "25", "50", "75", "100",
    "error": {THE ERROR MESSAGE}
  },
  "ga_event": {
    "category": "Gov Unstake"
  }
}