ItachiDLuffy
Newbie
- Feb 23, 2023
- 39
- 22
Is there a way to track crypto wallet-to-wallet transactions on my website using Google Tag Manager?
Is there a guide that i can read to understand the process thoroughly?Yes, you can track crypto wallet-to-wallet transactions on your website using Google Tag Manager
It can theoretically be done.
You will need
1. An API to validate transactions.
2. Create a Datalayer with the transaction event and push data to it.
3. A custom event trigger that listens for the transaction event and populates with the custom variables.
See this for reference - https://www.simoahava.com/gtm-tips/get-latest-exchange-rates-client-side-conversions/
Without knowing your specific use case and tech stack, it is difficult to help you.
For instance, if you're running ads, you'll need to find a way to associate a visitor with a transaction. By doing something like passing the transaction hash to the datalayer.
How did you do it? Care to share any useful resources?Managed to get it setup using server events and cookie information.