How to Track Sales with Clicky ?

Discussion in 'aMember Pro v.4' started by eric_car2, Feb 21, 2012.

  1. eric_car2

    eric_car2 aMember Pro Customer

    Joined:
    Aug 22, 2006
    Messages:
    48
    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
  2. customcodegeek

    customcodegeek Member

    Joined:
    Feb 10, 2012
    Messages:
    40
    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.
  3. eric_car2

    eric_car2 aMember Pro Customer

    Joined:
    Aug 22, 2006
    Messages:
    48
    Thank you for your reply.

    But this means you automatically see goals in your getclicky interface ?

    Eric
  4. customcodegeek

    customcodegeek Member

    Joined:
    Feb 10, 2012
    Messages:
    40
    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
  5. eric_car2

    eric_car2 aMember Pro Customer

    Joined:
    Aug 22, 2006
    Messages:
    48
    Thank you.

    May be Alex will reply to this thread.
    Eric
  6. customcodegeek

    customcodegeek Member

    Joined:
    Feb 10, 2012
    Messages:
    40
    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

    clicky-goal.gif

    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
  7. eric_car2

    eric_car2 aMember Pro Customer

    Joined:
    Aug 22, 2006
    Messages:
    48
    Thank you !

    It's very easy effectively.
    I tested in production and goals appear automatically in getclicky interface :)

    Great :)
  8. davidm1

    davidm1 aMember User & Partner

    Joined:
    May 16, 2006
    Messages:
    4,437
    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
  9. customcodegeek

    customcodegeek Member

    Joined:
    Feb 10, 2012
    Messages:
    40
    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
  10. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    David, there are no ways (yet?) to track recurring payments via getclicky and google analytics at all.
  11. customcodegeek

    customcodegeek Member

    Joined:
    Feb 10, 2012
    Messages:
    40
    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
    rdorfman likes this.
  12. rdorfman

    rdorfman New Member

    Joined:
    Feb 25, 2008
    Messages:
    12
    What about firing off a JS event for goal tracking every time a user's payment is renewed? Is this a possible GA workaround?
  13. alex

    alex aMember Pro Customer Staff Member

    Joined:
    Jan 24, 2004
    Messages:
    6,021
    I see absolutely no reliable ways to do that. Because rebilling happens somewhere in background, but event must be raised from customer browser only.
  14. rdorfman

    rdorfman New Member

    Joined:
    Feb 25, 2008
    Messages:
    12
    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

Share This Page