Topic-icon Google Analytics Tracking

Active Subscriptions:

None
7 years 2 months ago #60789 by support_
Hi,
could be useful to track on GA the Social Login Events (no with user detail, but only the events) and tracking the behaviours, ie e-commerce activities or others.
Any suggestions?
Do you have any plugin or some other like tracking of Like (as I have see on configuration)
We could be use Google Tag Manager to add some TAG, but we need your support to understand how to configure Tag Manager.
Thank you,
Stefano
The topic has been locked.
Support Specialist
7 years 2 months ago #60796 by alzander
Replied by alzander on topic Google Analytics Tracking
JFBConnect already has a setting in the Social -> Misc area for adding Google Analytics tracking for Likes and Comments. We rely on the Google Analytics libraries already being setup on your site (we don't setup the UA-xxx tag and stuff).

I hope that helps, but if you need anything else, please let us know.

Thanks,
Alex
The topic has been locked.
Active Subscriptions:

None
7 years 2 months ago #60803 by support_
Replied by support_ on topic Google Analytics Tracking
Hi,
yes we already set the GA library and also we use Google Tag Manager.
We would like to track, may be as Events on GA, the login and logout with Social events (FB and Google in our case).
Our aims is to collect data on GA about login, time session and type of social used.
I guess that you can implement this in your sw (may be in new release) or in case provide us with some support to configure Tag Manager to intercept these kind of events on your sw.

Thank you in advance.
Stefano
The topic has been locked.
Active Subscriptions:

None
7 years 2 months ago #60804 by support_
Replied by support_ on topic Google Analytics Tracking
We have already a tag that report ALL button Click on the web.
Of course are a lot.
We also check button related to social login, but if you have some document or indication about what is better track could be useful for us.
Thank you in advance.
Stefano
The topic has been locked.
Support Specialist
7 years 2 months ago #60813 by alzander
Replied by alzander on topic Google Analytics Tracking
If you want to add tracking to the login flow, you can do it when the user clicks the social login button. This will be before the authentication has fully happened, but is by far the easiest way to track (likely) logins.

To do so, edit the /components/com_jfbconnect/includes/jfbconnect.js Around line 28, you'll see:
provider: function (name)
        {
Right after that curly brace, add the analytics tag you want to use. 'name' is the social network the user is trying to authenticate with.

I hope that helps answer your question. After that, there's not a good Javascript place to trigger an event.

I hope that helps explain,
Alex
The topic has been locked.
Active Subscriptions:

None
7 years 2 months ago #60819 by support_
Replied by support_ on topic Google Analytics Tracking
Hi Alex,
thank you for your answer.
May be we use your suggestion, but of course make modification at your code (in case of update, etc.) is not for us the best.
But I can understand.

Of course if in your plan is to add this kind of features in your component, for us could be useful.

Of course now every business look at "metrics"...
Thank you,
stefano
The topic has been locked.
Support Specialist
7 years 2 months ago #60826 by mel
Replied by mel on topic Google Analytics Tracking
We're always looking for more features for JFBConnect. If you can describe in more detail what you want to track or write custom code that works for you that you want to pass our way, we'd be open to adding this as an enhancement in a future release.

-Melissa
The topic has been locked.