<?xml version="1.0" encoding="UTF-8"?>
<?xml-stylesheet type="text/xsl" media="screen" href="/~d/styles/rss2full.xsl"?><?xml-stylesheet type="text/css" media="screen" href="http://feeds.feedburner.com/~d/styles/itemcontent.css"?><rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:atom="http://www.w3.org/2005/Atom" xmlns:sy="http://purl.org/rss/1.0/modules/syndication/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:creativeCommons="http://backend.userland.com/creativeCommonsRssModule" xmlns:feedburner="http://rssnamespace.org/feedburner/ext/1.0" version="2.0"><channel><title>Nonprofit Data</title> <link>http://nonprofitdata.org</link> <description>the data-driven nonprofit blog</description> <lastBuildDate>Wed, 08 Sep 2010 06:55:05 +0000</lastBuildDate> <language>en</language> <sy:updatePeriod>hourly</sy:updatePeriod> <sy:updateFrequency>1</sy:updateFrequency> <generator>http://wordpress.org/?v=abc</generator> <xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" /> <atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="self" type="application/rss+xml" href="http://feeds.feedburner.com/NonprofitData" /><feedburner:info uri="nonprofitdata" /><atom10:link xmlns:atom10="http://www.w3.org/2005/Atom" rel="hub" href="http://pubsubhubbub.appspot.com/" /><geo:lat>39.922262</geo:lat><geo:long>-75.182597</geo:long><creativeCommons:license>http://creativecommons.org/licenses/by-nc-sa/3.0/</creativeCommons:license><image><link>http://creativecommons.org/licenses/by-nc-sa/3.0/</link><url>http://creativecommons.org/images/public/somerights20.gif</url><title>Some Rights Reserved</title></image><feedburner:feedFlare href="http://add.my.yahoo.com/rss?url=http%3A%2F%2Ffeeds.feedburner.com%2FNonprofitData" src="http://us.i1.yimg.com/us.yimg.com/i/us/my/addtomyyahoo4.gif">Subscribe with My Yahoo!</feedburner:feedFlare><feedburner:feedFlare href="http://feeds.my.aol.com/add.jsp?url=http%3A%2F%2Ffeeds.feedburner.com%2FNonprofitData" src="http://o.aolcdn.com/favorites.my.aol.com/webmaster/ffclient/webroot/locale/en-US/images/myAOLButtonSmall.gif">Subscribe with My AOL</feedburner:feedFlare><feedburner:feedFlare href="http://fusion.google.com/add?feedurl=http%3A%2F%2Ffeeds.feedburner.com%2FNonprofitData" src="http://buttons.googlesyndication.com/fusion/add.gif">Subscribe with Google</feedburner:feedFlare><feedburner:feedFlare href="http://www.live.com/?add=http%3A%2F%2Ffeeds.feedburner.com%2FNonprofitData" src="http://tkfiles.storage.msn.com/x1piYkpqHC_35nIp1gLE68-wvzLZO8iXl_JMledmJQXP-XTBOLfmQv4zhj4MhcWEJh_GtoBIiAl1Mjh-ndp9k47If7hTaFno0mxW9_i3p_5qQw">Subscribe with Live.com</feedburner:feedFlare><item><title>Keeping Updated On Your Database in Salesforce</title><link>http://feedproxy.google.com/~r/NonprofitData/~3/-1lsGhGIEdk/</link> <comments>http://nonprofitdata.org/2010/09/keeping-updated-on-your-database-in-salesforce/#comments</comments> <pubDate>Wed, 08 Sep 2010 06:55:05 +0000</pubDate> <dc:creator>Jeremy</dc:creator> <category><![CDATA[General]]></category><guid isPermaLink="false">http://nonprofitdata.org/?p=297</guid> <description><![CDATA[One of the things that I&#8217;ve discovered administering CRMs is that it&#8217;s useful to keep an eye on what is changing on a day to day basis.     This can help you identify data quality issues as they develop.   If your volume is very high you might want to think twice about this [...]Related posts:<ol><li><a href='http://nonprofitdata.org/2010/01/disable-validation-rules-by-record-in-salesforce/' rel='bookmark' title='Permanent Link: Disable Validation Rules by Record in Salesforce'>Disable Validation Rules by Record in Salesforce</a> <small>I&#8217;m currently working on a Salesforce CRM implementation at work...</small></li><li><a href='http://nonprofitdata.org/2009/03/mailchimp-salesforce-integration-take-one/' rel='bookmark' title='Permanent Link: MailChimp Salesforce Integration Take One'>MailChimp Salesforce Integration Take One</a> <small>I had been planning on writing about the MailChimp Salesforce.com...</small></li><li><a href='http://nonprofitdata.org/2010/03/inline-salesforce-campaign-summary-charts-via-google-charts-api/' rel='bookmark' title='Permanent Link: Inline Salesforce Campaign Summary Charts via Google Charts API'>Inline Salesforce Campaign Summary Charts via Google Charts API</a> <small>The Google Charts API provides an easy way to include...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>One of the things that I&#8217;ve discovered administering CRMs is that it&#8217;s useful to keep an eye on what is changing on a day to day basis.     This can help you identify data quality issues as they develop.   If your volume is very high you might want to think twice about this idea, but here&#8217;s the concept.</p><p>This is fairly easy to do in Salesforce using field history tracking.</p><p>For each object you want to monitor, go to its Field page and click &#8220;Set History Tracking&#8221;.   Choose the fields that are important for you to see changes within.  Some field types you can see the actual values being changed, while other field types you&#8217;ll simply be able to see that something changed.</p><p>Then create a report based on the History table for the Object.   For instance, for Leads this would be the &#8220;Lead History&#8221; report.     I find it helpful to summarize by the record ID so that multiple edits to the same record are grouped together.   Then set the time frame to be yesterday for the edit date.     Schedule the report to email to yourself each morning and then you are set.</p><p>Related posts:<ol><li><a href='http://nonprofitdata.org/2010/01/disable-validation-rules-by-record-in-salesforce/' rel='bookmark' title='Permanent Link: Disable Validation Rules by Record in Salesforce'>Disable Validation Rules by Record in Salesforce</a> <small>I&#8217;m currently working on a Salesforce CRM implementation at work...</small></li><li><a href='http://nonprofitdata.org/2009/03/mailchimp-salesforce-integration-take-one/' rel='bookmark' title='Permanent Link: MailChimp Salesforce Integration Take One'>MailChimp Salesforce Integration Take One</a> <small>I had been planning on writing about the MailChimp Salesforce.com...</small></li><li><a href='http://nonprofitdata.org/2010/03/inline-salesforce-campaign-summary-charts-via-google-charts-api/' rel='bookmark' title='Permanent Link: Inline Salesforce Campaign Summary Charts via Google Charts API'>Inline Salesforce Campaign Summary Charts via Google Charts API</a> <small>The Google Charts API provides an easy way to include...</small></li></ol></p><img src="http://feeds.feedburner.com/~r/NonprofitData/~4/-1lsGhGIEdk" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://nonprofitdata.org/2010/09/keeping-updated-on-your-database-in-salesforce/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://nonprofitdata.org/2010/09/keeping-updated-on-your-database-in-salesforce/</feedburner:origLink></item> <item><title>Inline Salesforce Campaign Summary Charts via Google Charts API</title><link>http://feedproxy.google.com/~r/NonprofitData/~3/keVI_mZsqAY/</link> <comments>http://nonprofitdata.org/2010/03/inline-salesforce-campaign-summary-charts-via-google-charts-api/#comments</comments> <pubDate>Tue, 02 Mar 2010 03:03:28 +0000</pubDate> <dc:creator>Jeremy</dc:creator> <category><![CDATA[CRM]]></category><guid isPermaLink="false">http://nonprofitdata.org/?p=208</guid> <description><![CDATA[The Google Charts API provides an easy way to include inline charts in Salesforce detail pages.   The Google Charts API provides a REST interface that lets you retrieve a static image by requesting a URL with parameters for the data points in the chart.   We can combine this with formula fields within Salesforce [...]Related posts:<ol><li><a href='http://nonprofitdata.org/2010/09/keeping-updated-on-your-database-in-salesforce/' rel='bookmark' title='Permanent Link: Keeping Updated On Your Database in Salesforce'>Keeping Updated On Your Database in Salesforce</a> <small>One of the things that I&#8217;ve discovered administering CRMs is...</small></li><li><a href='http://nonprofitdata.org/2010/01/disable-validation-rules-by-record-in-salesforce/' rel='bookmark' title='Permanent Link: Disable Validation Rules by Record in Salesforce'>Disable Validation Rules by Record in Salesforce</a> <small>I&#8217;m currently working on a Salesforce CRM implementation at work...</small></li><li><a href='http://nonprofitdata.org/2009/03/mailchimp-salesforce-integration-take-one/' rel='bookmark' title='Permanent Link: MailChimp Salesforce Integration Take One'>MailChimp Salesforce Integration Take One</a> <small>I had been planning on writing about the MailChimp Salesforce.com...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>The Google Charts API provides an easy way to include inline charts in Salesforce detail pages.   The <a href="http://code.google.com/apis/chart/docs/making_charts.html">Google Charts API provides a REST interface</a> that lets you retrieve a static image by requesting a URL with parameters for the data points in the chart.   We can combine this with formula fields within Salesforce to embed charts in record page layouts.</p><p>Here&#8217;s a simple example of what a Google Charts URL looks like:</p><blockquote><p>http://chart.apis.google.com/chart?<br /> cht=p3&amp;<br /> chs=250&#215;100&amp;<br /> chd=t:60,40&amp;<br /> chl=Hello|World</p><p><img class="alignnone" title="Hello World" src="http://chart.apis.google.com/chart?cht=p3&amp;chs=250x100&amp;chd=t:60,40&amp;chl=Hello|World" alt="" width="250" height="100" /></p></blockquote><p>To get started, create a new formula field on your Campaign object and set the returning value to text.   Then, enter a formula like the one below to provide a campaign member summary:</p><blockquote><p>IF ( Total_Members__c = 0, &#8220;&#8221;,</p><p>IMAGE(</p><p>&#8220;http://0.chart.apis.google.com/chart?cht=p3&amp;chf=bg,s,65432100&amp;chs=325&#215;100&amp;chma=20,20,20,20&amp;chco=&#8221; &amp;</p><p>IF(NumberOfLeads &#8211; NumberOfConvertedLeads == 0, &#8220;&#8221;, &#8220;DD8107,&#8221;)&amp;<br /> IF(NumberOfConvertedLeads == 0, &#8220;&#8221;, &#8220;951DD6,&#8221; )&amp;<br /> IF(NumberOfContacts &#8211; NumberOfConvertedLeads == 0, &#8220;&#8221;, &#8220;422F7A&#8221; ) &amp;</p><p>&#8220;&amp;chd=t:&#8221; &amp;</p><p>/* Unconverted leads */<br /> IF( NumberOfLeads &#8211; NumberOfConvertedLeads == 0, &#8220;&#8221;, TEXT( (NumberOfLeads &#8211; NumberOfConvertedLeads) / Total_Members__c) &amp; &#8220;,&#8221;) &amp;</p><p>/* Converted Leads */<br /> IF( NumberOfConvertedLeads == 0, &#8220;&#8221;, TEXT( NumberOfConvertedLeads / Total_Members__c) &amp; &#8220;,&#8221;)&amp;</p><p>/* Contacts */<br /> IF( NumberOfContacts &#8211; NumberOfConvertedLeads == 0, &#8220;&#8221;, TEXT( (NumberOfContacts &#8211; NumberOfConvertedLeads) / Total_Members__c) ) &amp;</p><p>&#8220;&amp;chl=&#8221; &amp;</p><p>IF(NumberOfLeads &#8211; NumberOfConvertedLeads == 0, &#8220;&#8221;, &#8220;Orig. Leads: &#8221; &amp; TEXT( NumberOfLeads &#8211; NumberOfConvertedLeads ) &amp; &#8220;|&#8221; )&amp;<br /> IF(NumberOfConvertedLeads == 0, &#8220;&#8221;, &#8220;Conversions: &#8221; &amp; TEXT( NumberOfConvertedLeads )&amp; &#8220;|&#8221; )&amp;<br /> IF(NumberOfContacts &#8211; NumberOfConvertedLeads == 0, &#8220;&#8221;, &#8220;Orig. Contacts: &#8221; &amp; TEXT( NumberOfContacts &#8211; NumberOfConvertedLeads)&amp; &#8220;|&#8221; ),</p><p>&#8220;Member Summary Chart&#8221;)<br /> )</p><p><img class="alignnone" title="Campaign Member Summary" src="http://chart.apis.google.com/chart?cht=p3&amp;chf=bg,s,65432100&amp;chs=325x100&amp;chma=20,20,20,20&amp;chco=DD8107,422F7A&amp;chd=t:0.181818181818181818181818181818181818182,0.818181818181818181818181818181818181818&amp;chl=Orig.%20Leads:%202|Orig.%20Contacts:%209" alt="" width="325" height="100" /></p></blockquote><p>In making this chart, I took a closer look at the standard Campaign fields.   The Campaign object provides fields that provide: the number of leads, the number of contacts, and the number of converted leads associated with the Campaign.  It turns out that there isn&#8217;t an easy way to see the total number of Campaign Members because the sum of these fields is not the right number.     If a Lead is converted,  the converted Lead count and the Contact count go up by one, but the Lead count does not decrease.    This is why I didn&#8217;t map these values directly to the pie chart sections above.    It&#8217;s a simple fix to create a formula field that sums the three numbers appropriately to give you a member count.</p><p>This can be extended to summarize response counts as well as Opportunity win rates.   An added perk is that these fields are available on reports, letting you see a collection of the summary charts for all of your Campaigns at once.</p><p><a href="http://s3.nonprofitdata.org/wp-content/uploads/2010/03/2010-03-01_2147.png"><img class="alignnone size-full wp-image-213" title="2010-03-01_2147" src="http://s3.nonprofitdata.org/wp-content/uploads/2010/03/2010-03-01_2147.png" alt="" width="532" height="249" /></a></p><p>Related posts:<ol><li><a href='http://nonprofitdata.org/2010/09/keeping-updated-on-your-database-in-salesforce/' rel='bookmark' title='Permanent Link: Keeping Updated On Your Database in Salesforce'>Keeping Updated On Your Database in Salesforce</a> <small>One of the things that I&#8217;ve discovered administering CRMs is...</small></li><li><a href='http://nonprofitdata.org/2010/01/disable-validation-rules-by-record-in-salesforce/' rel='bookmark' title='Permanent Link: Disable Validation Rules by Record in Salesforce'>Disable Validation Rules by Record in Salesforce</a> <small>I&#8217;m currently working on a Salesforce CRM implementation at work...</small></li><li><a href='http://nonprofitdata.org/2009/03/mailchimp-salesforce-integration-take-one/' rel='bookmark' title='Permanent Link: MailChimp Salesforce Integration Take One'>MailChimp Salesforce Integration Take One</a> <small>I had been planning on writing about the MailChimp Salesforce.com...</small></li></ol></p><img src="http://feeds.feedburner.com/~r/NonprofitData/~4/keVI_mZsqAY" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://nonprofitdata.org/2010/03/inline-salesforce-campaign-summary-charts-via-google-charts-api/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <feedburner:origLink>http://nonprofitdata.org/2010/03/inline-salesforce-campaign-summary-charts-via-google-charts-api/</feedburner:origLink></item> <item><title>Disable Validation Rules by Record in Salesforce</title><link>http://feedproxy.google.com/~r/NonprofitData/~3/xjzymrFVERw/</link> <comments>http://nonprofitdata.org/2010/01/disable-validation-rules-by-record-in-salesforce/#comments</comments> <pubDate>Wed, 13 Jan 2010 04:18:59 +0000</pubDate> <dc:creator>Jeremy</dc:creator> <category><![CDATA[CRM]]></category> <category><![CDATA[Salesforce]]></category><guid isPermaLink="false">http://nonprofitdata.org/?p=193</guid> <description><![CDATA[I&#8217;m currently working on a Salesforce CRM implementation at work and wanted to share a simple feature that you can build into your Validation Rules. Validation Rules are great at insuring that your data meets certain minimum standards since they apply whether the data is entered manually via the web UI or via an import [...]Related posts:<ol><li><a href='http://nonprofitdata.org/2010/09/keeping-updated-on-your-database-in-salesforce/' rel='bookmark' title='Permanent Link: Keeping Updated On Your Database in Salesforce'>Keeping Updated On Your Database in Salesforce</a> <small>One of the things that I&#8217;ve discovered administering CRMs is...</small></li><li><a href='http://nonprofitdata.org/salesforce/' rel='bookmark' title='Permanent Link: Salesforce.com'>Salesforce.com</a> <small>Implementation Migrating your data to a new database can be...</small></li><li><a href='http://nonprofitdata.org/2010/03/inline-salesforce-campaign-summary-charts-via-google-charts-api/' rel='bookmark' title='Permanent Link: Inline Salesforce Campaign Summary Charts via Google Charts API'>Inline Salesforce Campaign Summary Charts via Google Charts API</a> <small>The Google Charts API provides an easy way to include...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>I&#8217;m currently working on a<a href="http://www.salesforce.com/"> Salesforce CRM</a> implementation at work and wanted to share a simple feature that you can build into your <a href="http://wiki.developerforce.com/index.php/Documentation#Code_and_Formula_Samples">Validation Rules</a>.  Validation Rules are great at insuring that your data meets certain minimum standards since they apply whether the data is entered manually via the web UI or via an import wizard or even the API.</p><p>It is easy to encounter a set of records that don&#8217;t meet your existing Validation Rules due to some unexpected circumstance.  Perhaps you encounter foreign addresses for the first time, for instance.   By allowing Validation Rules to be disabled for particular records you gain some flexibility when importing diverse data sets.</p><h1>The &#8220;Disable Validation&#8221; Checkbox</h1><p>For each Object that you are creating Validation Rules for, create a checkbox called &#8220;Disable Validation&#8221;.   Set the checkbox to default to unchecked.  You can also set Field Level Security to hide the field from regular Salesforce users so that only Administrators ( and possibly Marketing) can change the setting.</p><p><a href="http://s3.nonprofitdata.org/wp-content/uploads/2010/01/2010-01-12_2257.png"><img class="alignnone size-full wp-image-197" title="&quot;Override Validation&quot; Checkbox Definition" src="http://s3.nonprofitdata.org/wp-content/uploads/2010/01/2010-01-12_2257.png" alt="" width="641" height="259" /></a></p><p>Then for each Validation Rule you write, simply wrap the logic you&#8217;ve created with the following:</p><blockquote><p>AND( NOT( Disable_Validation__c ),</p><p>/* Your Logic */</p><p>)</p></blockquote><h1>Ways To Use This</h1><p>There are a few ways you can use this checkbox.   You can import a list and disable all Validation Rules for the new records without disabling them for other records.  This is helpful when you encounter valid data values that you didn&#8217;t incorporate into your Validation Rules.    For Web-to-lead forms, you can easily set the checkbox to true in a hidden form field to make sure that Leads insert without errors.</p><p>As you build more Validation Rules for an Object you can turn the checkbox on for all records and then attempt to turn it off.   Turning the checkbox on will succeed for all records since the Validation Rules are disabled.   Turning it off will only succeed for records that meet the new Validation Rules &#8212; effectively giving you a list of records to clean.</p><h1>Going Further</h1><p>There are a few ways you could expand on this idea.   Instead of using Field Level Security to restrict who can access this field, you could create a Validation Rule that allows the box to be turned off by all users, but only turned on by Administrators.</p><p>You could also make the override field be a picklist to create different levels of Validation Rules.   I often find myself creating Validation Rules that should never be disobeyed and others that would be &#8216;<a href='http://092.me'>nice</a> to have&#8217;.  This enhancement would let you expand the logic to incorporate this concept.</p><p>Related posts:<ol><li><a href='http://nonprofitdata.org/2010/09/keeping-updated-on-your-database-in-salesforce/' rel='bookmark' title='Permanent Link: Keeping Updated On Your Database in Salesforce'>Keeping Updated On Your Database in Salesforce</a> <small>One of the things that I&#8217;ve discovered administering CRMs is...</small></li><li><a href='http://nonprofitdata.org/salesforce/' rel='bookmark' title='Permanent Link: Salesforce.com'>Salesforce.com</a> <small>Implementation Migrating your data to a new database can be...</small></li><li><a href='http://nonprofitdata.org/2010/03/inline-salesforce-campaign-summary-charts-via-google-charts-api/' rel='bookmark' title='Permanent Link: Inline Salesforce Campaign Summary Charts via Google Charts API'>Inline Salesforce Campaign Summary Charts via Google Charts API</a> <small>The Google Charts API provides an easy way to include...</small></li></ol></p><img src="http://feeds.feedburner.com/~r/NonprofitData/~4/xjzymrFVERw" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://nonprofitdata.org/2010/01/disable-validation-rules-by-record-in-salesforce/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://nonprofitdata.org/2010/01/disable-validation-rules-by-record-in-salesforce/</feedburner:origLink></item> <item><title>The Most Important Google Analytics Report — Landing Page versus Bounce Rate</title><link>http://feedproxy.google.com/~r/NonprofitData/~3/QDKhGfdWYvI/</link> <comments>http://nonprofitdata.org/2009/12/the-most-important-google-analytics-report-landing-page-versus-bounce-rate/#comments</comments> <pubDate>Sun, 06 Dec 2009 22:52:41 +0000</pubDate> <dc:creator>Jeremy</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[Web Analytics]]></category> <category><![CDATA[Web Presence]]></category><guid isPermaLink="false">http://nonprofitdata.org/?p=168</guid> <description><![CDATA[If you are only going to devote time to run a few Google Analytics reports you should make sure that they count.  It is easy to focus solely on pageviews, visits, and absolute visitors but these really don&#8217;t help you create a lot of actionable insights.    I haven&#8217;t posted to this blog recently, but [...]Related posts:<ol><li><a href='http://nonprofitdata.org/2009/07/google-analytics-advanced-segmentation/' rel='bookmark' title='Permanent Link: Google Analytics Advanced Segmentation'>Google Analytics Advanced Segmentation</a> <small>I&#8217;ve found that a lot of nonprofits are adopting Google...</small></li><li><a href='http://nonprofitdata.org/2009/05/google-analytics-e-commerce-tracking-issues/' rel='bookmark' title='Permanent Link: Google Analytics E-Commerce Tracking Issues'>Google Analytics E-Commerce Tracking Issues</a> <small>This past week at NTEN&#8216;s conference, I sat in a...</small></li><li><a href='http://nonprofitdata.org/2009/01/the-need-for-data/' rel='bookmark' title='Permanent Link: The Need for Data'>The Need for Data</a> <small>It almost seems taken for granted that everything we do...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>If you are only going to devote time to run a few Google Analytics reports you should make sure that they count.  It is easy to focus solely on pageviews, visits, and absolute visitors but these really don&#8217;t help you create a lot of actionable insights.    I haven&#8217;t posted to this blog recently, but hopefully my current reading of  <a href="http://www.webanalytics20.com/">Web Analytics 2.0</a> by Avinash Kaushik (which I highly recommend) will inspire a few Google Analytics posts.</p><p>What is the most important Google Analytics report?  <strong>Landing page versus Bounce rate</strong>.</p><p>Why?  It doesn&#8217;t matter how many thousands of visitors your site attracts if they are simply leaving the minute they arrive.   This report encapsulates this concept quite simply.   <strong>It also allows us to focus on a small collection of pages that contribute a lot of traffic to our sites.</strong> Here&#8217;s how to work with the report:</p><ol><li><strong>Set your date range to 3 months</strong> (or longer depending on  your site traffic) so that you have a pretty large set of traffic to work with.<br /> <img class="size-full wp-image-175 alignnone" title="2009-12-06_1727--date range" src="http://s3.nonprofitdata.org/wp-content/uploads/2009/12/2009-12-06_1727-date-range.png" alt="2009-12-06_1727--date range" width="256" height="44" /></li><li>On the left under <strong>Content</strong> select <strong>Top Landing Pages (the page that a visitor first sees)</strong>.<img class="alignnone size-full wp-image-176" title="2009-12-06_1728--toplandingpagereport" src="http://s3.nonprofitdata.org/wp-content/uploads/2009/12/2009-12-06_1728-toplandingpagereport.png" alt="2009-12-06_1728--toplandingpagereport" width="256" height="420" /></li><li>You&#8217;ll immediately know how many pages on your site actually contribute visitors (You can compare this number with the number of pages that had at least one visitor by looking at the <strong>Top Content</strong> report.  For example, it is not uncommon for this to be less than 50% of your total number of pages.)<img class="alignnone size-full wp-image-177" title="2009-12-06_1729--sortbyentrances" src="http://s3.nonprofitdata.org/wp-content/uploads/2009/12/2009-12-06_1729-sortbyentrances.png" alt="2009-12-06_1729--sortbyentrances" width="624" height="182" /></li><li>This full list is a bit daunting to work with so let&#8217;s filter down to a manageable set.   <strong>Sort by the Entrances column</strong> and <strong>see how many entrances each of your top 25 pages contribute</strong>.   In my case it&#8217;s at least 61 for each.<img class="alignnone size-full wp-image-178" title="2009-12-06_1730--top25" src="http://s3.nonprofitdata.org/wp-content/uploads/2009/12/2009-12-06_1730-top25.png" alt="2009-12-06_1730--top25" width="618" height="184" /></li><li>At the bottom of the screen you&#8217;ll be able to enter an <strong>Advance Filter</strong>.  Choose to <strong>filter by the Metric of Entrances</strong> and <strong>enter &#8220;greater or equal to&#8221; your number of entrances</strong>.<img class="alignnone size-full wp-image-179" title="2009-12-06_1731--advancedfilter" src="http://s3.nonprofitdata.org/wp-content/uploads/2009/12/2009-12-06_1731-advancedfilter.png" alt="2009-12-06_1731--advancedfilter" width="619" height="214" /></li><li>You&#8217;ll now know the total number of entrances these pages contribute and what percent of your total site visits that equates to.  In my case these 25 pages contribute 60% of the total traffic to my site.<img class="alignnone size-full wp-image-180" title="2009-12-06_1731--filtered totals" src="http://s3.nonprofitdata.org/wp-content/uploads/2009/12/2009-12-06_1731-filtered-totals.png" alt="2009-12-06_1731--filtered totals" width="620" height="200" /></li><li>Now that we are only looking at 25 pages,<strong> click the Bounce Rate column</strong> so that your poorly performing pages are at the top (high bounce rates).<img class="alignnone size-full wp-image-181" title="2009-12-06_1732--sort by bounce rate" src="http://s3.nonprofitdata.org/wp-content/uploads/2009/12/2009-12-06_1732-sort-by-bounce-rate.png" alt="2009-12-06_1732--sort by bounce rate" width="616" height="168" /></li><li>Try to <a href='http://092.me'>answer</a> some <a href='http://092.me'>question</a>s about them:   <strong>What do you notice about them?   Are they a particular format of page?   A particular program area?    If you arrived at these pages knowing nothing about your organization would you know what to do? </strong></li><li>Focus on what you can do better to engage visitors that start at these pages.   Small improvements to this crucial set can make huge impacts.   Run this report monthly and try to improve the numbers.</li></ol><p>Related posts:<ol><li><a href='http://nonprofitdata.org/2009/07/google-analytics-advanced-segmentation/' rel='bookmark' title='Permanent Link: Google Analytics Advanced Segmentation'>Google Analytics Advanced Segmentation</a> <small>I&#8217;ve found that a lot of nonprofits are adopting Google...</small></li><li><a href='http://nonprofitdata.org/2009/05/google-analytics-e-commerce-tracking-issues/' rel='bookmark' title='Permanent Link: Google Analytics E-Commerce Tracking Issues'>Google Analytics E-Commerce Tracking Issues</a> <small>This past week at NTEN&#8216;s conference, I sat in a...</small></li><li><a href='http://nonprofitdata.org/2009/01/the-need-for-data/' rel='bookmark' title='Permanent Link: The Need for Data'>The Need for Data</a> <small>It almost seems taken for granted that everything we do...</small></li></ol></p><img src="http://feeds.feedburner.com/~r/NonprofitData/~4/QDKhGfdWYvI" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://nonprofitdata.org/2009/12/the-most-important-google-analytics-report-landing-page-versus-bounce-rate/feed/</wfw:commentRss> <slash:comments>3</slash:comments> <feedburner:origLink>http://nonprofitdata.org/2009/12/the-most-important-google-analytics-report-landing-page-versus-bounce-rate/</feedburner:origLink></item> <item><title>Google Analytics Advanced Segmentation</title><link>http://feedproxy.google.com/~r/NonprofitData/~3/-jmCaxvN8YU/</link> <comments>http://nonprofitdata.org/2009/07/google-analytics-advanced-segmentation/#comments</comments> <pubDate>Sun, 19 Jul 2009 20:00:35 +0000</pubDate> <dc:creator>Jeremy</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[Outcomes Measurement]]></category> <category><![CDATA[Web Analytics]]></category> <category><![CDATA[Web Presence]]></category><guid isPermaLink="false">http://nonprofitdata.org/?p=141</guid> <description><![CDATA[I&#8217;ve found that a lot of nonprofits are adopting Google Analytics to start collecting better web traffic metrics.   What inevitably happens is they pay attention to the basic measures of &#8220;engagement&#8221; with their website &#8212; visitors and page views.    These aggregate measurements, while important and easy to understand, don&#8217;t really lead to any [...]Related posts:<ol><li><a href='http://nonprofitdata.org/2009/12/the-most-important-google-analytics-report-landing-page-versus-bounce-rate/' rel='bookmark' title='Permanent Link: The Most Important Google Analytics Report &#8212; Landing Page versus Bounce Rate'>The Most Important Google Analytics Report &#8212; Landing Page versus Bounce Rate</a> <small>If you are only going to devote time to run...</small></li><li><a href='http://nonprofitdata.org/2009/05/google-analytics-e-commerce-tracking-issues/' rel='bookmark' title='Permanent Link: Google Analytics E-Commerce Tracking Issues'>Google Analytics E-Commerce Tracking Issues</a> <small>This past week at NTEN&#8216;s conference, I sat in a...</small></li><li><a href='http://nonprofitdata.org/2009/01/the-need-for-data/' rel='bookmark' title='Permanent Link: The Need for Data'>The Need for Data</a> <small>It almost seems taken for granted that everything we do...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>I&#8217;ve found that a lot of nonprofits are adopting Google Analytics to start collecting better web traffic metrics.   What inevitably happens is they pay attention to the basic measures of &#8220;engagement&#8221; with their website &#8212; visitors and page views.    These aggregate measurements, while important and easy to understand, don&#8217;t really lead to any actionable insight.  This level of web analytics is really a starting point that produces pretty graphs for management, but not much in terms of improvements.</p><p>The new advanced segmentation feature in Google Analytics can really kick it up a notch.  Unlike Goals, which need to be identified ahead of time, advanced segmentation can be applied ad hoc after the fact to discover interesting insights.   Here are a few I&#8217;ve found useful:</p><p><strong>How many visitors never see your homepage during their visit?</strong></p><ul><li>Where do they come from?</li><li>How does their navigation compare to those that land on your homepage?</li></ul><p><img class="alignnone size-full wp-image-154" title="analytics-nohomepage" src="http://s3.nonprofitdata.org/wp-content/uploads/2009/07/analytics-nohomepage.png" alt="analytics-nohomepage" width="545" height="65" /></p><p><strong>How many visitors didn&#8217;t land on your homepage (may or may not have seen it)?</strong></p><ul><li>Do they engage with your site as well as those that land on the homepage? (similar bounce rate, pageviews/visit)</li><li>Do they come from different sources compared to general traffic?</li></ul><p><img class="alignnone size-full wp-image-155" title="analytics-didntlandhomepage" src="http://s3.nonprofitdata.org/wp-content/uploads/2009/07/analytics-didntlandhomepage.png" alt="analytics-didntlandhomepage" width="522" height="65" /></p><p><strong> </strong></p><p><strong>Did they accomplish viewing/signing up/donating?</strong></p><ul><li>What source do they come from?</li><li>How do they navigate to successfully complete the goal?</li></ul><p><img class="alignnone size-full wp-image-156" title="analytics-completedgoal" src="http://s3.nonprofitdata.org/wp-content/uploads/2009/07/analytics-completedgoal.png" alt="analytics-completedgoal" width="471" height="65" /></p><p><strong>How do visitors that view 3 or more pages compare to general visitors?</strong></p><ul><li>What drives these visitors to our site?</li><li>What content are they most interested in?</li><li>Are these mostly visitors we know (email driven visits, return, etc.)?</li></ul><p><img class="alignnone size-full wp-image-157" title="analytics-deepvisit" src="http://s3.nonprofitdata.org/wp-content/uploads/2009/07/analytics-deepvisit.png" alt="analytics-deepvisit" width="525" height="65" /></p><p>From there you can start coming up with more complex segments.  Perhaps you drop individuals onto a third part site for donation processing and you can&#8217;t measure an actual goal completion, but you can segment out those that exit your site on a particular page.  Perhaps you want to look at individuals from a particular geographic region, or see if visitors with small screen resolutions can use your site effectively.  It&#8217;s all <a href='http://092.me'>answer</a>able with advanced segmentation.</p><p>Related posts:<ol><li><a href='http://nonprofitdata.org/2009/12/the-most-important-google-analytics-report-landing-page-versus-bounce-rate/' rel='bookmark' title='Permanent Link: The Most Important Google Analytics Report &#8212; Landing Page versus Bounce Rate'>The Most Important Google Analytics Report &#8212; Landing Page versus Bounce Rate</a> <small>If you are only going to devote time to run...</small></li><li><a href='http://nonprofitdata.org/2009/05/google-analytics-e-commerce-tracking-issues/' rel='bookmark' title='Permanent Link: Google Analytics E-Commerce Tracking Issues'>Google Analytics E-Commerce Tracking Issues</a> <small>This past week at NTEN&#8216;s conference, I sat in a...</small></li><li><a href='http://nonprofitdata.org/2009/01/the-need-for-data/' rel='bookmark' title='Permanent Link: The Need for Data'>The Need for Data</a> <small>It almost seems taken for granted that everything we do...</small></li></ol></p><img src="http://feeds.feedburner.com/~r/NonprofitData/~4/-jmCaxvN8YU" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://nonprofitdata.org/2009/07/google-analytics-advanced-segmentation/feed/</wfw:commentRss> <slash:comments>1</slash:comments> <feedburner:origLink>http://nonprofitdata.org/2009/07/google-analytics-advanced-segmentation/</feedburner:origLink></item> <item><title>TED Talk — Using Data to Study War</title><link>http://feedproxy.google.com/~r/NonprofitData/~3/M7zNFBD3mHA/</link> <comments>http://nonprofitdata.org/2009/05/ted-talk-using-data-to-study-war/#comments</comments> <pubDate>Sun, 24 May 2009 02:39:50 +0000</pubDate> <dc:creator>Jeremy</dc:creator> <category><![CDATA[General]]></category><guid isPermaLink="false">http://nonprofitdata.org/?p=134</guid> <description><![CDATA[Related posts:Linked Data TED Talk As a data junkie I think it is high time... The Need for Data It almost seems taken for granted that everything we do... Data-Driven Culture Take a half-hour and listen to this presentation at Google...Related posts:<ol><li><a href='http://nonprofitdata.org/2009/03/linked-data-ted-talk/' rel='bookmark' title='Permanent Link: Linked Data TED Talk'>Linked Data TED Talk</a> <small>As a data junkie I think it is high time...</small></li><li><a href='http://nonprofitdata.org/2009/01/the-need-for-data/' rel='bookmark' title='Permanent Link: The Need for Data'>The Need for Data</a> <small>It almost seems taken for granted that everything we do...</small></li><li><a href='http://nonprofitdata.org/2009/01/data-driven-culture/' rel='bookmark' title='Permanent Link: Data-Driven Culture'>Data-Driven Culture</a> <small>Take a half-hour and listen to this presentation at Google...</small></li></ol>]]></description> <content:encoded><![CDATA[<p><object width="446" height="326"><param name="movie" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf"></param><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent"></param><param name="bgColor" value="#ffffff"></param><param name="flashvars" value="vu=http://video.ted.com/talks/embed/SeanGourley_2009U-embed_high.flv&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/SeanGourley-2009U.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=532" /><embed src="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" pluginspace="http://www.macromedia.com/go/getflashplayer" type="application/x-shockwave-flash" wmode="transparent" bgColor="#ffffff" width="446" height="326" allowFullScreen="true" flashvars="vu=http://video.ted.com/talks/embed/SeanGourley_2009U-embed_high.flv&#038;su=http://images.ted.com/images/ted/tedindex/embed-posters/SeanGourley-2009U.embed_thumbnail.jpg&#038;vw=432&#038;vh=240&#038;ap=0&#038;ti=532"></embed></object></p><p>Related posts:<ol><li><a href='http://nonprofitdata.org/2009/03/linked-data-ted-talk/' rel='bookmark' title='Permanent Link: Linked Data TED Talk'>Linked Data TED Talk</a> <small>As a data junkie I think it is high time...</small></li><li><a href='http://nonprofitdata.org/2009/01/the-need-for-data/' rel='bookmark' title='Permanent Link: The Need for Data'>The Need for Data</a> <small>It almost seems taken for granted that everything we do...</small></li><li><a href='http://nonprofitdata.org/2009/01/data-driven-culture/' rel='bookmark' title='Permanent Link: Data-Driven Culture'>Data-Driven Culture</a> <small>Take a half-hour and listen to this presentation at Google...</small></li></ol></p><img src="http://feeds.feedburner.com/~r/NonprofitData/~4/M7zNFBD3mHA" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://nonprofitdata.org/2009/05/ted-talk-using-data-to-study-war/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://nonprofitdata.org/2009/05/ted-talk-using-data-to-study-war/</feedburner:origLink></item> <item><title>Google Analytics E-Commerce Tracking Issues</title><link>http://feedproxy.google.com/~r/NonprofitData/~3/Q_xwEdthoGs/</link> <comments>http://nonprofitdata.org/2009/05/google-analytics-e-commerce-tracking-issues/#comments</comments> <pubDate>Fri, 01 May 2009 21:28:50 +0000</pubDate> <dc:creator>Jeremy</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[Web Analytics]]></category> <category><![CDATA[Web Presence]]></category><guid isPermaLink="false">http://nonprofitdata.org/?p=130</guid> <description><![CDATA[This past week at NTEN&#8216;s conference, I sat in a session about using e-commerce tracking functionality within Google Analytics.  It was a great session by the head of customer support for Google Analytics. A lot of our clients still use third party donation processing services instead of integrating it directly within their website.  Tracking conversions [...]Related posts:<ol><li><a href='http://nonprofitdata.org/2009/07/google-analytics-advanced-segmentation/' rel='bookmark' title='Permanent Link: Google Analytics Advanced Segmentation'>Google Analytics Advanced Segmentation</a> <small>I&#8217;ve found that a lot of nonprofits are adopting Google...</small></li><li><a href='http://nonprofitdata.org/2009/12/the-most-important-google-analytics-report-landing-page-versus-bounce-rate/' rel='bookmark' title='Permanent Link: The Most Important Google Analytics Report &#8212; Landing Page versus Bounce Rate'>The Most Important Google Analytics Report &#8212; Landing Page versus Bounce Rate</a> <small>If you are only going to devote time to run...</small></li><li><a href='http://nonprofitdata.org/2009/01/data-driven-culture/' rel='bookmark' title='Permanent Link: Data-Driven Culture'>Data-Driven Culture</a> <small>Take a half-hour and listen to this presentation at Google...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>This past week at <a href="http://nten.org/">NTEN</a>&#8216;s conference, I sat in a session about using e-commerce tracking functionality within<a href="http://www.google.com/analytics/"> Google Analytics</a>.  It was a great session by the head of customer support for Google Analytics.</p><p>A lot of our clients still use third party donation processing services instead of integrating it directly within their website.  Tracking conversions with Google Analytics is possible with third party sites, it just isn&#8217;t as easy.  The key factor is whether the third party pages can  have javascript added to them; most won&#8217;t let you do this.</p><p>In fact, <a href="http://checkout.google.com/">Google Checkout</a> itself won&#8217;t let you use Analytics to track your donations if you use the &#8216;donate now&#8217; button functionality,.  This would be such a great differentiator for a payment processing system.  Who&#8217;s up to meet the challenge first?</p><p>If you can add javascript to your payment processing pages, you&#8217;ll need to carefully <a href="http://www.google.com/support/analytics/bin/<a href='http://092.me'>answer</a>.py?hl=en&amp;<a href='http://092.me'>answer</a>=55532&#8243;>follow these directions to get 3rd party site tracking working</a>.</p><p>Related posts:<ol><li><a href='http://nonprofitdata.org/2009/07/google-analytics-advanced-segmentation/' rel='bookmark' title='Permanent Link: Google Analytics Advanced Segmentation'>Google Analytics Advanced Segmentation</a> <small>I&#8217;ve found that a lot of nonprofits are adopting Google...</small></li><li><a href='http://nonprofitdata.org/2009/12/the-most-important-google-analytics-report-landing-page-versus-bounce-rate/' rel='bookmark' title='Permanent Link: The Most Important Google Analytics Report &#8212; Landing Page versus Bounce Rate'>The Most Important Google Analytics Report &#8212; Landing Page versus Bounce Rate</a> <small>If you are only going to devote time to run...</small></li><li><a href='http://nonprofitdata.org/2009/01/data-driven-culture/' rel='bookmark' title='Permanent Link: Data-Driven Culture'>Data-Driven Culture</a> <small>Take a half-hour and listen to this presentation at Google...</small></li></ol></p><img src="http://feeds.feedburner.com/~r/NonprofitData/~4/Q_xwEdthoGs" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://nonprofitdata.org/2009/05/google-analytics-e-commerce-tracking-issues/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://nonprofitdata.org/2009/05/google-analytics-e-commerce-tracking-issues/</feedburner:origLink></item> <item><title>The Web for Social Change</title><link>http://feedproxy.google.com/~r/NonprofitData/~3/z6sgQPcK0Oc/</link> <comments>http://nonprofitdata.org/2009/04/the-web-for-social-change/#comments</comments> <pubDate>Fri, 17 Apr 2009 03:12:15 +0000</pubDate> <dc:creator>Jeremy</dc:creator> <category><![CDATA[General]]></category><guid isPermaLink="false">http://nonprofitdata.org/?p=107</guid> <description><![CDATA[A few months ago I gave a presentation about using the web for social change with my coworker, Linda Widdop.   We designed the presentation to be run as a workshop centered around a hypothetical nonprofit&#8217;s mission. The central message of our presentation was that in order to be effective with online engagement &#8212; whether [...]Related posts:<ol><li><a href='http://nonprofitdata.org/web-analytics/' rel='bookmark' title='Permanent Link: Web Analytics'>Web Analytics</a> <small>Google Analytics Implementation What sources of traffic drive online donations,...</small></li><li><a href='http://nonprofitdata.org/2009/01/the-need-for-data/' rel='bookmark' title='Permanent Link: The Need for Data'>The Need for Data</a> <small>It almost seems taken for granted that everything we do...</small></li><li><a href='http://nonprofitdata.org/2009/01/data-driven-culture/' rel='bookmark' title='Permanent Link: Data-Driven Culture'>Data-Driven Culture</a> <small>Take a half-hour and listen to this presentation at Google...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>A few months ago I gave a presentation about using the web for social change with my coworker, Linda Widdop.   We designed the presentation to be run as a workshop centered around a hypothetical nonprofit&#8217;s mission.</p><p>The central message of our presentation was that in order to be effective with online engagement &#8212; whether it is fundraising, advocacy or outreach &#8212; an organization needs to think about three main things:</p><ul><li>Building an Audience</li><li>Engaging the Audience with Content</li><li>Motivating the Audience to Action</li></ul><p>As organizations experiment with new online tools for communication I feel they often overlook how they fit into their strategy.   The objective after all is not the tool, but the end result.</p><h3>Building an Audience</h3><p>Drawing an audience has two approaches.  Either you engage an audience in their natural environment; or you attempt to draw them to your venue.   Social media tends to be about going where the people are &#8212; Facebook, MySpace and the like.   This approach is so powerful because it is a push medium in the sense that users are already checking Facebook daily and seeing your message automatically.</p><p>What tends to be overlooked is integrating this into a standard website.   If your website both pushes and pulls information from Facebook, you lower the barrier to keep things current and active and meld the user experience of the two.  Facebook connect is a great example of this that I think will really take off in the next year.</p><h3>Engaging the Audience</h3><p>I think this is where nonprofits tend to be weakest.    Engaging an audience does not mean asking them for money the first time they meet you.   It doesn&#8217;t matter how large your donate now button is, it doesn&#8217;t equate to engaging visitors with your content.   How does your content relate to the user?  Are they receiving actual information that is useful or simply information that sounds like an organizational sales pitch?</p><p>The informal voice of blogging and social media can really shine in this area.   Have your program staff communicate in the first person with your constituents.   It&#8217;s more genuine, it&#8217;s more meaningful, and you&#8217;ll form stronger relationships.</p><h3>Motivating the Audience</h3><p>How do you represent your relationship with a constituent?   Nonprofits are more likely to be able to tell me when the last time someone donated than when they last wrote a letter to the editor.  This needs to change.  Measuring the engagement of a constituent by tracking their advocacy allows you to segment your database and target fundraising appeals appropriately.   &#8220;John, you do so much for us with writing letters to the editor about indoor smoking, could you chip in $20 to our campaign to get the bill passed?&#8221;</p><p>CRM is where the change is happening, but it isn&#8217;t easy to wrangle imprecise processes into the confines of a database &#8212; it is quite a challenge, but one worth tackling.</p><p>Related posts:<ol><li><a href='http://nonprofitdata.org/web-analytics/' rel='bookmark' title='Permanent Link: Web Analytics'>Web Analytics</a> <small>Google Analytics Implementation What sources of traffic drive online donations,...</small></li><li><a href='http://nonprofitdata.org/2009/01/the-need-for-data/' rel='bookmark' title='Permanent Link: The Need for Data'>The Need for Data</a> <small>It almost seems taken for granted that everything we do...</small></li><li><a href='http://nonprofitdata.org/2009/01/data-driven-culture/' rel='bookmark' title='Permanent Link: Data-Driven Culture'>Data-Driven Culture</a> <small>Take a half-hour and listen to this presentation at Google...</small></li></ol></p><img src="http://feeds.feedburner.com/~r/NonprofitData/~4/z6sgQPcK0Oc" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://nonprofitdata.org/2009/04/the-web-for-social-change/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://nonprofitdata.org/2009/04/the-web-for-social-change/</feedburner:origLink></item> <item><title>Linked Data TED Talk</title><link>http://feedproxy.google.com/~r/NonprofitData/~3/5jQ9m_YgAv8/</link> <comments>http://nonprofitdata.org/2009/03/linked-data-ted-talk/#comments</comments> <pubDate>Wed, 25 Mar 2009 02:17:47 +0000</pubDate> <dc:creator>Jeremy</dc:creator> <category><![CDATA[General]]></category><guid isPermaLink="false">http://nonprofitdata.org/?p=119</guid> <description><![CDATA[As a data junkie I think it is high time for the nonprofit community to establish standards for data &#8212; how do we measure donors, programs, outcomes, and the like.   Take a look at Tim Berners-Lee&#8217;s talk at the TED conference.    He created the hypertext concept that forms the very foundation of the [...]Related posts:<ol><li><a href='http://nonprofitdata.org/2009/05/ted-talk-using-data-to-study-war/' rel='bookmark' title='Permanent Link: TED Talk &#8212; Using Data to Study War'>TED Talk &#8212; Using Data to Study War</a> <small>...</small></li><li><a href='http://nonprofitdata.org/2009/01/data-driven-culture/' rel='bookmark' title='Permanent Link: Data-Driven Culture'>Data-Driven Culture</a> <small>Take a half-hour and listen to this presentation at Google...</small></li><li><a href='http://nonprofitdata.org/about/' rel='bookmark' title='Permanent Link: About'>About</a> <small>I&#8217;m a geek. It really is that simple.  I live...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>As a data junkie I think it is high time for the nonprofit community to establish standards for data &#8212; how do we measure donors, programs, outcomes, and the like.   Take a look at Tim Berners-Lee&#8217;s talk at the TED conference.    He created the hypertext concept that forms the very foundation of the web.</p><p><object width="446" height="326" data="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" type="application/x-shockwave-flash"><param name="allowFullScreen" value="true" /><param name="wmode" value="transparent" /><param name="bgColor" value="#ffffff" /><param name="flashvars" value="vu=http://video.ted.com/talks/embed/TimBerners-Lee_2009-embed_high.flv&amp;su=http://images.ted.com/images/ted/tedindex/embed-posters/TimBerners-Lee-2009.embed_thumbnail.jpg&amp;vw=432&amp;vh=240&amp;ap=0&amp;ti=484" /><param name="src" value="http://video.ted.com/assets/player/swf/EmbedPlayer.swf" /><param name="bgcolor" value="#ffffff" /><param name="allowfullscreen" value="true" /></object></p><p>Related posts:<ol><li><a href='http://nonprofitdata.org/2009/05/ted-talk-using-data-to-study-war/' rel='bookmark' title='Permanent Link: TED Talk &#8212; Using Data to Study War'>TED Talk &#8212; Using Data to Study War</a> <small>...</small></li><li><a href='http://nonprofitdata.org/2009/01/data-driven-culture/' rel='bookmark' title='Permanent Link: Data-Driven Culture'>Data-Driven Culture</a> <small>Take a half-hour and listen to this presentation at Google...</small></li><li><a href='http://nonprofitdata.org/about/' rel='bookmark' title='Permanent Link: About'>About</a> <small>I&#8217;m a geek. It really is that simple.  I live...</small></li></ol></p><img src="http://feeds.feedburner.com/~r/NonprofitData/~4/5jQ9m_YgAv8" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://nonprofitdata.org/2009/03/linked-data-ted-talk/feed/</wfw:commentRss> <slash:comments>0</slash:comments> <feedburner:origLink>http://nonprofitdata.org/2009/03/linked-data-ted-talk/</feedburner:origLink></item> <item><title>MailChimp Salesforce Integration Take One</title><link>http://feedproxy.google.com/~r/NonprofitData/~3/SnLzoSNJ1u8/</link> <comments>http://nonprofitdata.org/2009/03/mailchimp-salesforce-integration-take-one/#comments</comments> <pubDate>Thu, 05 Mar 2009 05:30:26 +0000</pubDate> <dc:creator>Jeremy</dc:creator> <category><![CDATA[General]]></category> <category><![CDATA[Web Presence]]></category><guid isPermaLink="false">http://nonprofitdata.org/?p=112</guid> <description><![CDATA[I had been planning on writing about the MailChimp Salesforce.com integration a bit sooner, but I wanted to give them some time to address a trouble ticket &#8212; sigh, not fully resolved  yet. Overall, MailChimp&#8217;s integration matches what I see as the standard way nonprofits deal with e-newsletters.  They mostly need little segmentation and to [...]Related posts:<ol><li><a href='http://nonprofitdata.org/2009/01/email-marketing-data-and-integration/' rel='bookmark' title='Permanent Link: Email Marketing &#8211; Data and Integration'>Email Marketing &#8211; Data and Integration</a> <small>I&#8217;m a bit excited about the updates that the folks...</small></li><li><a href='http://nonprofitdata.org/2010/01/disable-validation-rules-by-record-in-salesforce/' rel='bookmark' title='Permanent Link: Disable Validation Rules by Record in Salesforce'>Disable Validation Rules by Record in Salesforce</a> <small>I&#8217;m currently working on a Salesforce CRM implementation at work...</small></li><li><a href='http://nonprofitdata.org/2010/09/keeping-updated-on-your-database-in-salesforce/' rel='bookmark' title='Permanent Link: Keeping Updated On Your Database in Salesforce'>Keeping Updated On Your Database in Salesforce</a> <small>One of the things that I&#8217;ve discovered administering CRMs is...</small></li></ol>]]></description> <content:encoded><![CDATA[<p>I had been planning on writing about the MailChimp Salesforce.com integration a bit sooner, but I wanted to give them some time to address a trouble ticket &#8212; sigh, not fully resolved  yet.</p><p>Overall, MailChimp&#8217;s integration matches what I see as the standard way nonprofits deal with e-newsletters.  They mostly need little segmentation and to collaboratively create content.  In this respect, MailChimp is a great option.   Think of the integration as an automation of the process of dumping contacts and uploading them into an email list manager.   At present you can pull across name, addresses and the Salesforce id &#8212; at least in theory.</p><p>I tried this first in a Developer account which worked fine.   For some reason the integration errors within our production instance at NPower PA if I try to pull over addresses.   Without importing addresses, the integration works, but is currently pulling the First Name field from Salesforce into the Last Name field in my MailChimp list.   (We are not on the original nonprofit template, so I am not sure what is causing it.)  Mailchimp is looking into the trouble ticket some more, so we&#8217;ll see where that goes.  Keep in mind that my developer&#8217;s account didn&#8217;t have this issue, so perhaps it&#8217;s instance specific.</p><p>Related posts:<ol><li><a href='http://nonprofitdata.org/2009/01/email-marketing-data-and-integration/' rel='bookmark' title='Permanent Link: Email Marketing &#8211; Data and Integration'>Email Marketing &#8211; Data and Integration</a> <small>I&#8217;m a bit excited about the updates that the folks...</small></li><li><a href='http://nonprofitdata.org/2010/01/disable-validation-rules-by-record-in-salesforce/' rel='bookmark' title='Permanent Link: Disable Validation Rules by Record in Salesforce'>Disable Validation Rules by Record in Salesforce</a> <small>I&#8217;m currently working on a Salesforce CRM implementation at work...</small></li><li><a href='http://nonprofitdata.org/2010/09/keeping-updated-on-your-database-in-salesforce/' rel='bookmark' title='Permanent Link: Keeping Updated On Your Database in Salesforce'>Keeping Updated On Your Database in Salesforce</a> <small>One of the things that I&#8217;ve discovered administering CRMs is...</small></li></ol></p><img src="http://feeds.feedburner.com/~r/NonprofitData/~4/SnLzoSNJ1u8" height="1" width="1"/>]]></content:encoded> <wfw:commentRss>http://nonprofitdata.org/2009/03/mailchimp-salesforce-integration-take-one/feed/</wfw:commentRss> <slash:comments>2</slash:comments> <feedburner:origLink>http://nonprofitdata.org/2009/03/mailchimp-salesforce-integration-take-one/</feedburner:origLink></item> </channel> </rss><!-- Performance optimized by W3 Total Cache. Learn more: http://www.w3-edge.com/wordpress-plugins/

Minified using disk
Page Caching using disk (enhanced)
Database Caching 111/420 queries in 3.380 seconds using disk
Object Caching 4415/4672 objects using disk
Content Delivery Network via Amazon Web Services: CloudFront: Amazon Web Services: S3: cdn.nonprofitdata.org

Served from: nonprofitdata.org @ 2012-02-06 16:24:51 -->

