Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Social Interactions Tracking #50

Closed
billerickson opened this issue Jun 5, 2018 · 1 comment
Closed

Social Interactions Tracking #50

billerickson opened this issue Jun 5, 2018 · 1 comment
Milestone

Comments

@billerickson
Copy link
Collaborator

Google Analytics supports Social Interactions Tracking. I think it works automatically with the official buttons, but we'd need to add our own support.

On our click event, see if ga() or __gaTrackere() is defined and if so, trigger the event:

ga('send', 'social', 'Facebook', 'like', 'http://myownpersonaldomain.com');
@jaredatch jaredatch added this to the 1.3.0 milestone Jun 7, 2018
@billerickson
Copy link
Collaborator Author

See issue/50

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants