﻿ The web.config has to be manually updated with the following analytics account settings to make the gadget
 able to talk with the Google Analytics Export APi:
 
 <appSettings>
    <add key="AnalyticsGadget.Username" value="username" />
    <add key="AnalyticsGadget.Password" value="password" />
 </appSettings>