Skip to content

Analyze who talks about your content, how influential they are and what online social conversations they spawn

Notifications You must be signed in to change notification settings

cwarny/social-media-analytics

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Socialr

Socialr is a web app built with Node.js and Ember.js that enables you to analyze who talks about your content, how influential they are and what online social conversations they spawn.

Is your website receiving a lot of traffic from social media platforms? Want to put a face on who's driving traffic to your website? You can sign up for an account here.

Current status

Beta. Please file any bugs here.

If you want to run it locally

$ git clone git@github.com:cwarny/social-media-analytics.git # or download the zip and unzip

$ npm install

For both the Google app and the Twitter app, set the callback URLs respectively as your-domain/auth/google/callback and your-domain/connect/twitter/callback.

You will have to set these IDs, secrets and callback URLs as environment variables for your back-end Node application (or hard-code them in the source code).

How it works

Socialr grabs your Google Analytics account data, checks your site's visitors data for Twitter shortened URLs as referrers.

referrers list

If Twitter shortened URLs appear in your list of referrers, it means people tweeted your page's URL and other people clicked on the URL embedded in the tweet to land on your page.

Since these Twitter shortened URLs are unique to the users who encoded them, it is possible to link your Google Analytics data with Twitter data and trace back:

  • Who tweeted about your web content;
  • How many clicks per hour was generated per referring tweet;
  • What conversations (retweets and replies) were spawned by each referring tweet.

More about this can be found here.

Providing you with that information through an easy-to-navigate web app is the goal of Socialr.

About

Analyze who talks about your content, how influential they are and what online social conversations they spawn

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published