- Posts: 3
COMMUNITY FORUM
Count tab clicks
- Don
-
Topic Author
- Offline
- New Member
Less
More
10 years 2 months ago #141205
by Don
Count tab clicks was created by Don
Elsewhere in my Joomla site, I need to know how many times a tab is clicked. I want this to be invisible in the article with the tabs and slides. Does anyone know how to accomplish this task?
Thanks for the help.
Thanks for the help.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 2 months ago #141271
by Krikor Boghossian
Replied by Krikor Boghossian on topic Count tab clicks
By tabs, which tabs do you mean?
Also do you mean the items 's hits counter?
Also do you mean the items 's hits counter?
Please Log in or Create an account to join the conversation.
- Don
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 3
10 years 2 months ago - 10 years 2 months ago #141281
by Don
Replied by Don on topic Count tab clicks
I'm using the plug-in entitled "Tabs & Sliders for articles". I simply need to know when a particular tab has been clicked.
I'm not sure what more I can describe. Following is the syntax for the tabs given in their documentation:
This is some text above the tabs
{tab=first tab title here}
some text here
{tab=second tab title here}
some more text here
{tab=third tab title here}
some more text here and so on..
{/tabs}
And some more text after the tabs!
.
Thanks for any further help!
Don
I'm not sure what more I can describe. Following is the syntax for the tabs given in their documentation:
This is some text above the tabs
{tab=first tab title here}
some text here
{tab=second tab title here}
some more text here
{tab=third tab title here}
some more text here and so on..
{/tabs}
And some more text after the tabs!
.
Thanks for any further help!
Don
Last edit: 10 years 2 months ago by Don.
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 2 months ago #141283
by Krikor Boghossian
Replied by Krikor Boghossian on topic Count tab clicks
Since this extension can be overriden you could include Google Analytics's API and add an event when a user clicks on a certain tab.
developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide
developers.google.com/analytics/devguides/collection/gajs/eventTrackerGuide
Please Log in or Create an account to join the conversation.
- Don
-
Topic Author
- Offline
- New Member
Less
More
- Posts: 3
10 years 1 month ago #142044
by Don
Replied by Don on topic Count tab clicks
Thank you for your answer; it is appreciated. Looks like I will have some learning ahead of me! :-)
Donm
Donm
Please Log in or Create an account to join the conversation.
- Krikor Boghossian
-
- Offline
- Platinum Member
Less
More
- Posts: 15920
10 years 1 month ago #142045
by Krikor Boghossian
Replied by Krikor Boghossian on topic Count tab clicks
You 're welcome Don :)
Please Log in or Create an account to join the conversation.