I have a software that has a free and a commercial (pro) version. It can be installed on a webserver similar to WordPress. The free version has a link in the admin area telling the user to upgrade to the pro version.
I'd like to track how many sales this link generates.
I was wondering if this is possible with Google analytics or GTM. For example adding a special class to that link and create a conversion tracking like this:
Link click (from the user's website) => Product landing page => Checkout/payment => Thank you page
Is something like this possible? Thanks