Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement minting funnel in Posthog #731

Closed
1 task done
lukasz-zimnoch opened this issue Feb 5, 2024 · 0 comments
Closed
1 task done

Implement minting funnel in Posthog #731

lukasz-zimnoch opened this issue Feb 5, 2024 · 0 comments
Assignees
Labels
☁️ infrastructure CI, Infrastructure, Workflows
Milestone

Comments

@lukasz-zimnoch
Copy link
Member

lukasz-zimnoch commented Feb 5, 2024

The scope of this issue includes implementing functionality that will send the following minting-related events to Posthog:

  1. Wallet connected (Connect Wallet button clicked)
  2. Deposit address generated (Generate Deposit Address button clicked)
  3. Minting initiated (Bridge button clicked)
  4. Wallet disconnected (Disconnect button clicked)

Additional requirements:

  • The ETH address should be captured at point 1 and attached to all subsequent events. Attributing specific events to the given ETH address will allow to re-create specific user journeys
  • The event generated at point 1 should contain the information about the user's TBTC balance (1e18 precision)
  • The event generated at point 3 should contain the information about the deposited BTC amount (1e18 precision). This can be taken from the detected UTXO.

Relevant Discord thread

Pull Requests

Preview Give feedback
  1. michalsmiarowski
@lukasz-zimnoch lukasz-zimnoch added the ☁️ infrastructure CI, Infrastructure, Workflows label Feb 5, 2024
@lukasz-zimnoch lukasz-zimnoch changed the title Implement minting funnel for Posthog Implement minting funnel in Posthog Feb 5, 2024
@michalsmiarowski michalsmiarowski added this to the v1.16.0 milestone Feb 28, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
☁️ infrastructure CI, Infrastructure, Workflows
Projects
None yet
Development

No branches or pull requests

2 participants