<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	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/"
	>

<channel>
	<title>ssis google analytics source Archives | ZappySys Blog</title>
	<atom:link href="https://zappysys.com/blog/tag/ssis-google-analytics-source/feed/" rel="self" type="application/rss+xml" />
	<link>https://zappysys.com/blog/tag/ssis-google-analytics-source/</link>
	<description>SSIS / ODBC Drivers / API Connectors for JSON, XML, Azure, Amazon AWS, Salesforce, MongoDB and more</description>
	<lastBuildDate>Thu, 06 Nov 2025 21:43:40 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.4.4</generator>

<image>
	<url>https://zappysys.com/blog/wp-content/uploads/2023/01/cropped-zappysys-symbol-large-32x32.png</url>
	<title>ssis google analytics source Archives | ZappySys Blog</title>
	<link>https://zappysys.com/blog/tag/ssis-google-analytics-source/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>3 ways to get Google Analytics unsampled data in SSIS</title>
		<link>https://zappysys.com/blog/3-ways-get-unsampled-data-ssis-google-analytics-source/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Wed, 26 Apr 2017 17:20:45 +0000</pubDate>
				<category><![CDATA[Google API]]></category>
		<category><![CDATA[SSIS Google Analytics Source]]></category>
		<category><![CDATA[google api]]></category>
		<category><![CDATA[ssis]]></category>
		<category><![CDATA[ssis google analytics source]]></category>
		<category><![CDATA[SSIS PowerPack]]></category>
		<guid isPermaLink="false">http://zappysys.com/blog/?p=1129</guid>

					<description><![CDATA[<p>Introduction In our previous post, we saw how to get data from Google Analytics using SSIS. Once you get going with the drag and drop SSIS Google Analytics Connector, you may bump up to one interesting challenge. If your request includes sessions above a certain threshold, Google may start sampling your data to provide an average for [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/3-ways-get-unsampled-data-ssis-google-analytics-source/">3 ways to get Google Analytics unsampled data in SSIS</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Introduction</h2>
<p>In our previous post, we saw <a href="https://zappysys.com/blog/get-data-from-google-analytics-in-ssis-using-rest-api-call/" target="_blank" rel="noopener">how to get data from Google Analytics using SSIS</a>. Once you get going with the <a href="//zappysys.com/products/ssis-powerpack/ssis-google-analytics-source-connector/" target="_blank" rel="noopener">drag and drop SSIS Google Analytics Connector</a>, you may bump up to one interesting challenge. If your request includes sessions above a certain threshold, Google may start sampling your data to provide an average for many Metrics. So, how do you make sure your request includes all sessions in the calculation? The following sections will describe a few ways to achieve this.</p>
<h2>Google Analytics Data Sampling Tips</h2>
<p>There is no way to guarantee 100% Unsampled data in the Standard Google Analytics API call due to restrictions imposed by Google. However, there are a few workarounds that may help you achieve a very high Data Sampling rate.</p>
<p><span style="box-sizing: border-box; margin: 0px; padding: 0px;">The most common solution is that if you set the Sampling option to HIGHER_PRECISION, then Google may honor your request up to a certain threshold, but as the dataset grows (e.g., if you select a larger date range), Google may sample your data even though you set <strong>HIGHER_PRECISION</strong>.</span></p>
<div id="attachment_11615" style="width: 648px" class="wp-caption aligncenter"><a href="https://zappysys.com/blog/wp-content/uploads/2017/04/Extract-data-from-Google-Analytics-in-SSIS-Use-Sample-Size-option-to-get-Unsampled-data.png"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-11615" class="size-full wp-image-11615" src="https://zappysys.com/blog/wp-content/uploads/2017/04/Extract-data-from-Google-Analytics-in-SSIS-Use-Sample-Size-option-to-get-Unsampled-data.png" alt="" width="638" height="670" srcset="https://zappysys.com/blog/wp-content/uploads/2017/04/Extract-data-from-Google-Analytics-in-SSIS-Use-Sample-Size-option-to-get-Unsampled-data.png 638w, https://zappysys.com/blog/wp-content/uploads/2017/04/Extract-data-from-Google-Analytics-in-SSIS-Use-Sample-Size-option-to-get-Unsampled-data-286x300.png 286w" sizes="(max-width: 638px) 100vw, 638px" /></a><p id="caption-attachment-11615" class="wp-caption-text">Extract data from Google Analytics in SSIS: Use the Sample Size option to get Unsampled data.</p></div>
<h2>Other ways to get unsampled data from the Google Analytics API</h2>
<p>Now, let&#8217;s look at a few other ways if the previous approach doesn&#8217;t work.</p>
<ol>
<li>Narrow down your Date range&#8230; e.g., Process day by day rather than a full extract. If day by day is also sampling, they try Hour-by-Hour.</li>
<li>Use the Google API to generate and download Unsampled data (We don&#8217;t have an article on this, but see the reference below).</li>
<li>Use a Google Analytics 360 Premium Account with the unsampled report feature. You can get this via the Web Interface or call the API to automate the extraction. <a href="https://support.google.com/analytics/answer/2601061?hl=en" target="_blank" rel="noopener">https://support.google.com/analytics/answer/2601061?hl=en</a></li>
</ol>
<p><a href="https://developers.google.com/analytics/devguides/config/mgmt/v3/unsampled-reports" target="_blank" rel="noopener">https://developers.google.com/analytics/devguides/config/mgmt/v3/unsampled-reports</a><br />
<a href="https://support.google.com/analytics/answer/2637192?hl=en&amp;visit_id=1-636288218914624195-2113255108&amp;rd=1" target="_blank" rel="noopener">https://support.google.com/analytics/answer/2637192?hl=en&amp;visit_id=1-636288218914624195-2113255108&amp;rd=1</a></p>
<p><strong>Downloading Unsampled report using Google Analytics 360 API &#8211; ZappySys REST API Task</strong></p>
<p>If you are a Google Analytics 360 user and wish to use the API to generate a file and download it in SSIS, refer to the following article. It shows how to call the Google API. It&#8217;s not about the Analytics API, but you will get a high-level idea.</p>
<p><a href="https://zappysys.com/blog/get-data-google-spreadsheet-using-ssis/">https://zappysys.com/blog/get-data-google-spreadsheet-using-ssis/</a></p>
<p>The post <a href="https://zappysys.com/blog/3-ways-get-unsampled-data-ssis-google-analytics-source/">3 ways to get Google Analytics unsampled data in SSIS</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
