Is anyone getting Analytics (e.g. Google Analytics) on which of their visitors have monetization wallets or Coil active?
I’m wondering if anyone has any tips on best ways to deal with gathering such data.
Thanks!
Is anyone getting Analytics (e.g. Google Analytics) on which of their visitors have monetization wallets or Coil active?
I’m wondering if anyone has any tips on best ways to deal with gathering such data.
Thanks!
There is a good example on detecting if a user is monetizing your site using the API at https://developers.coil.com/#Example
Replace document.getElementById('exclusive').classList.remove('hidden')
with some code that logs to your analytics library of choice.
Thanks Adrian, that’s very helpful.