-
Notifications
You must be signed in to change notification settings - Fork 397
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
Thank You page for Minting-Dapp site #11
Comments
Hi @gitrevo, My main requirements for this feature are the following:
I hope this will come soon. 😃 |
Hi @liarco, Agreed, K.I.S.S. is the way to go. Same like you did with “Contract pause”, we could just change the texts to: —— Minimalism is recommended on the minting-dapp :) Looking forward to implement this on our project. Thanks Marco. |
I might be wrong but it sounds like the op goal is to track conversions from a sales funnel. This could be accomplished with analytics and creating a defined action to count towards a conversion. You can even set dollar amounts and it's used widely to track one page sites. goodluck! An easy tool is tag manager. |
Hi, thanks for your suggestion. Now that you had mentioned it; it might be useful to track conversion as well. But my main objective was to set a clear indication what happened after user successfully minted, for some they may thought that the minting process hasn’t completed which may lead them to redo the minting again. |
I think we might fire some events and let people attach listeners to them in order to support any tracking platform. Anyway we won't introduce any direct support for analytics platforms since then we would have to manage cookies and preferences through a built-I'm solution and it's way beyond the scope of this project. |
Marco is right about the cookies, it's encouraged to add this to your website and dependent on how you would want to track conversions or where. Google offers implementation of the script and it's managed through them. That's a whole new discussion, there's many ways to implement analytics, what's in compliance, why it should be used, how long, etc..... Overall tracking conversions through a funnel allows you to to benefit from being able to see what works for your concept or not and prevent exhausting your resources on something that may not be effective towards your goals. Your goal could be to sell a million NFTS or it could be to build a community with no existing monetization (for now). The power of analytics is to provide you with a clearer path on how you can accomplish your goals and there are so many ways on doing that. Well this would be a different topic lol... |
I would also like to say thank you before this issue is closed. This project is incredible and I look forward to viewing your walk-through and support videos. 🙌 |
hey Liarco , can you please tell me where do i find the mint button function inside the code. I want to redesign the minting dapp. But I need to know where is the main minting function is written. |
@dhararughani if you plan doing this type of customization I would highly suggest studying the whole codebase (it's not much). Also, this question is off-topic... Anyway: nft-erc721-collection/minting-dapp/src/scripts/react/Dapp.tsx Lines 84 to 100 in dd21ef5
|
hey guys any updates on this implementation? |
+1 for post-mint status message or modal |
Thank you All hashlips-labs organization ,you really did the awsome job |
Hi team,
It would be cool to have a redirection to a thank you (success) page after user successfully minted (whitelist/presale/public). Right now, it will remain or stucked in the minting page even user had successfully minted and confirmed the transaction via MetaMask. There is no indication the minting of token was successful except by visiting Etherscan or check wallet activity.
Appreciate it with thanks Daniel and Marko.
The text was updated successfully, but these errors were encountered: