• Hi,
    Can we show the tracking click results on a user level?
    ..using a code to show for each user/member on their dashboard – what web users click on their page?
    (we have a 4 tab section on user’s pages and would like to show them the click stat on, what tab(s) web users click on).

    Thanks for your help
    Fred

    http://wordpress.org/plugins/hotspots/

Viewing 7 replies - 1 through 7 (of 7 total)
  • Plugin Author dpowney

    (@dpowney)

    Hi,

    You can add an element selector for each tab for a specific page. So when they click on anything inside the tab on that page (i.e a button, an image, a link etc..), it is recorded. Once that it setup, then we can look at creating a report.

    To help make a meaningful report, what is it that you exactly want to see?
    Do you want to view a report for a particular page, within a to and from date, of the percentage of clicks in each tab? Also with filtering for URLs and roles, possibly more. So it could look like a table like this:

    Drop down:
    URL: http://localhost/mypagewithtabs
    Roles: All Users, Admins etc…

    then a button to generate the tables below

    Table:
    Element Selector, Clicks/Clicks Count, Percentage
    My Tab 1, 5, 5%
    My Tab 2, 10, 10%
    My Tab 3, 20, 20%,
    My Tab 4, 0, 0%

    Summary Table:
    Total Clicks/Taps: 100
    Element Selector: 35%
    Other: 65%

    Is this what you would be looking for? You could probably use Google Analytics to do some of this reporting already except it treats all users the same and only tracks links, not containers I believe.

    Any more ideas are welcome and I can try and add this report into the plugin soon.

    Cheers,
    Daniel.

    Thread Starter jfkseo

    (@jfkseo)

    Hi Daniel.
    (First, let me thank you for your reply).

    We use a custom template page, so it have a 4 tabs section. So every of our user/member when they post a page they have this 4 tab section.

    And so when they login to their account I would like to display the # of clicks on each Tab.
    something simple like:…..

    My Tab1 – 5
    My Tab2 – 2
    My Tab3 – 8
    My Tab4 – 4
    Total Clicks: 19

    (…..if total could be: today, this week, last week, this month….etc…. that would be a plus….)

    So each member when they login to their account, can see the clicks on tabs / what web users clicked on – on their page tabs.
    …..That’s what I would like to have……

    question:
    1) How/what to add an element selector for each tab?
    2) What php code to add to dashboard template page to show result?

    Thanks again,
    Fred

    Plugin Author dpowney

    (@dpowney)

    So you want a widget to display the results on the user admin dashboard? Or a report in the plugin page?

    To add an element selector, go to the Plugin page -> Settings menu option -> Element Selectors tab. Then add a new element selector using a jQuery selectors syntax. So if your tab is a HTML div with an ID ‘myTab’, then the jQuery selector is ‘div#myTab’.

    Daniel.

    Thread Starter jfkseo

    (@jfkseo)

    Thanks Daniel.

    Yes, display the results on the user admin dashboard.

    Plugin Author dpowney

    (@dpowney)

    Ok. I will look into adding a dashboard widget in the next minor release. Please take a look at the new report and let me know if this is the sort if information you’re after. I will also look into adding a graph if impressions/form submits over time.

    The dashboard widget will have similar options to the report. If the user wants to see a specific url, they’ll have to select it.

    Cheers. Daniel

    Thread Starter jfkseo

    (@jfkseo)

    Thanks Danie,
    I will look at the new report…..
    Any eta on on your next minor update for dashboard widget for user report?

    Thanks again for your great support!
    Fred

    Thread Starter jfkseo

    (@jfkseo)

    I mean: Daniel 🙂

Viewing 7 replies - 1 through 7 (of 7 total)
  • The topic ‘Show result to users’ is closed to new replies.