Skip to content

Instantly share code, notes, and snippets.

@mskutta
Created May 11, 2015 18:30
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/2abae31b0573783bd206 to your computer and use it in GitHub Desktop.
Save mskutta/2abae31b0573783bd206 to your computer and use it in GitHub Desktop.
Social Sort OneNorth.SocialSort.config
<?xml version="1.0" encoding="utf-8"?>
<configuration xmlns:patch="http://www.sitecore.net/xmlconfig/">
<sitecore>
<settings>
<setting name="OneNorth.SocialSort.GoogleAnalytics.ProfileId" value="" />
<setting name="OneNorth.SocialSort.GoogleAnalytics.ServiceAccountEmail" value="" />
<setting name="OneNorth.SocialSort.GoogleAnalytics.KeyFilePath" value="" />
<setting name="OneNorth.SocialSort.WindowInDays" value="30" />
</settings>
</sitecore>
<scheduling>
<agent type="OneNorth.SocialSort.GoogleAnalytics.Task, OneNorth.SocialSort" method="Run" interval="01:00:00" />
</scheduling>
</configuration>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment