Skip to content

Instantly share code, notes, and snippets.

@mskutta
Created May 11, 2015 18:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save mskutta/81bf78c9bcf2094253c7 to your computer and use it in GitHub Desktop.
Save mskutta/81bf78c9bcf2094253c7 to your computer and use it in GitHub Desktop.
Social Sort Example.cs
var service = new OneNorth.SocialSort.GoogleAnalytics.Service();
// Obtain the number of page views for an item
var pageViews = service.GetPageViews(<Item>);
// Obtain the number of social interactions for an item
var socialInteractions = service.GetSocialInteractions(<Item>);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment