Hello, I have configurate clicky in configuration CP. But I don't know where I can put the clicky tag and how configurate it for tracking sales. Is it possible to use Clicky Dynamics Goals ? Regards, Eric
I have getclicky too and it looks like Amember handles the sale by submitting a dynamic goal with added var for value of the sale on the end of the thanks page so you wont need to add anything to track sales.
Thank you for your reply. But this means you automatically see goals in your getclicky interface ? Eric
That's the theory anyway, I've only just set the system up so no goals have been pushed yet. Maybe contact support via a ticket and they can give you more information
well, that didn't take long.. here you go, this is what it looks like on the clicky goals after a sale goes through on amember this was for a small digital product for $10 (http://toolstomakemoney.com/wp-auto-links/) The goal was created automagically by Amember, I didn't have to add anything to getclicky or the thanks page in Amember. I hope this helps
Thank you ! It's very easy effectively. I tested in production and goals appear automatically in getclicky interface Great
How are you handling recurring payments- can getclicky handle these? I've been using google analytics- but this wont record recurring payments, I asked about this at a google seminar and they said they'd put it in as a request... So for now, you need to make an estimate of total customer value. David
it looks like the getclicky plugin hooks in to the onAfterRender of the thanks page so it probably only records the first sale. getclicky uses javascript so it would require a page to be viewed by a javascript enabled browser to track sales so the plugin probably would not be able to push a value to them automatically via php
David, there are no ways (yet?) to track recurring payments via getclicky and google analytics at all.
Hi Alex, this is possible with getclicky if you have a pro account Code: file("http://in.getclicky.com/in.php?site_id=1&sitekey_admin=1&session_id=123&type=goal&goal[id]=123&goal[revenue]=49.95"); this page goes in to details http://getclicky.com/help/customization/manual
What about firing off a JS event for goal tracking every time a user's payment is renewed? Is this a possible GA workaround?
I see absolutely no reliable ways to do that. Because rebilling happens somewhere in background, but event must be raised from customer browser only.
Has anyone found a tracking solution that handles recurring payments? It seems to me like getclicky would work just fine -- simply use amember's hooks to fire off getclicky's functions for logging (http://getclicky.com/clicky_log.phps) after a renewal occurs