<?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/category/ssis/components/ssis-google-analytics-source/feed/" rel="self" type="application/rss+xml" />
	<link>https://zappysys.com/blog/category/ssis/components/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/category/ssis/components/ssis-google-analytics-source/</link>
	<width>32</width>
	<height>32</height>
</image> 
	<item>
		<title>SSIS Google Analytics Source &#8211; Custom Dimension and Metrics</title>
		<link>https://zappysys.com/blog/ssis-google-analytics-source-custom-dimension-metrics/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Mon, 22 Jan 2018 17:32:02 +0000</pubDate>
				<category><![CDATA[SSIS Google Analytics Source]]></category>
		<guid isPermaLink="false">https://zappysys.com/blog/?p=2502</guid>

					<description><![CDATA[<p>Introduction Custom Dimensions and Metrics pretty powerful feature in Google Analytics. In this post we will learn how you can use them in SSIS Google Analytics Source Find Dimension ID or Metric ID SSIS Google Analytics Source dimension / metric browser doesn&#8217;t list custom Dimensions or Custom Metrics so you have to do few extra steps. [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/ssis-google-analytics-source-custom-dimension-metrics/">SSIS Google Analytics Source &#8211; Custom Dimension and Metrics</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Introduction</h2>
<p>Custom Dimensions and Metrics pretty powerful feature in Google Analytics. In this post we will learn how you can use them in <a href="https://zappysys.com/products/ssis-powerpack/ssis-google-analytics-source-connector/" target="_blank" rel="noopener">SSIS Google Analytics Source</a></p>
<h2>Find Dimension ID or Metric ID</h2>
<p><a href="https://zappysys.com/products/ssis-powerpack/ssis-google-analytics-source-connector/" target="_blank" rel="noopener">SSIS Google Analytics Source</a> dimension / metric browser doesn&#8217;t list custom Dimensions or Custom Metrics so you have to do few extra steps.</p>
<p>First step is to find out custom Dimension / Metric ID  (not the name). ID is usually in sequence e.g. <strong>dimension1, dimension2&#8230;. dimensionN</strong>  or <strong>metric1, metric2&#8230; metricN </strong>just confirm which ID maps to which name. Perform following steps.</p>
<ol>
<li>Goto Google Analytics Admin Section.</li>
<li>Click on Admin Section (gear icon) &gt; Select Account  &gt; Select Property &gt; Click on Definitions &gt; Under that Click on Custom Dimension or Custom Metrics</li>
<li>Select desired custom dimension or metric and click to edit</li>
<li>See JavaScript code it may have ID somewhere (e.g. <strong>dimension1</strong> or <strong>metric1). </strong></li>
<li>Copy that ID to use it in SSIS</li>
</ol>
<div id="attachment_2503" style="width: 862px" class="wp-caption alignnone"><a href="https://zappysys.com/blog/wp-content/uploads/2018/01/google-analytics-custom-dimensions-metrics-create-edit-view-id.png"><img fetchpriority="high" decoding="async" aria-describedby="caption-attachment-2503" class="size-full wp-image-2503" src="https://zappysys.com/blog/wp-content/uploads/2018/01/google-analytics-custom-dimensions-metrics-create-edit-view-id.png" alt="Google Analytics Custom Dimension / Metric - Create new, edit existing or view to obtain ID" width="852" height="892" srcset="https://zappysys.com/blog/wp-content/uploads/2018/01/google-analytics-custom-dimensions-metrics-create-edit-view-id.png 852w, https://zappysys.com/blog/wp-content/uploads/2018/01/google-analytics-custom-dimensions-metrics-create-edit-view-id-287x300.png 287w, https://zappysys.com/blog/wp-content/uploads/2018/01/google-analytics-custom-dimensions-metrics-create-edit-view-id-768x804.png 768w" sizes="(max-width: 852px) 100vw, 852px" /></a><p id="caption-attachment-2503" class="wp-caption-text">Google Analytics Custom Dimension / Metric &#8211; Create new, edit existing or view to obtain ID</p></div>
<p>&nbsp;</p>
<h2>Set Custom Dimension and Metric in SSIS Google Analytics Source UI</h2>
<p>Browse desired Dimensions or Metrics from the UI and once that&#8217;s done then enter Custom Dimension or Metric manually. Note that you have to prefix <strong>ga::</strong>YOUR-DIMENSION</p><pre class="crayon-plain-tag">ga:date,ga::dimension1</pre><p>
</p><pre class="crayon-plain-tag">ga:sessions,ga:bounces,ga::metric1</pre><p>
<div id="attachment_2504" style="width: 663px" class="wp-caption alignnone"><a href="https://zappysys.com/blog/wp-content/uploads/2018/01/ssis-google-analytics-source-use-custom-dimension-metric.png"><img decoding="async" aria-describedby="caption-attachment-2504" class="size-full wp-image-2504" src="https://zappysys.com/blog/wp-content/uploads/2018/01/ssis-google-analytics-source-use-custom-dimension-metric.png" alt="SSIS Google Analytics Source - Using Custom Dimensions / Custom Metrics" width="653" height="479" srcset="https://zappysys.com/blog/wp-content/uploads/2018/01/ssis-google-analytics-source-use-custom-dimension-metric.png 653w, https://zappysys.com/blog/wp-content/uploads/2018/01/ssis-google-analytics-source-use-custom-dimension-metric-300x220.png 300w" sizes="(max-width: 653px) 100vw, 653px" /></a><p id="caption-attachment-2504" class="wp-caption-text">SSIS Google Analytics Source &#8211; Using Custom Dimensions / Custom Metrics</p></div>
<p>&nbsp;</p>
<p>The post <a href="https://zappysys.com/blog/ssis-google-analytics-source-custom-dimension-metrics/">SSIS Google Analytics Source &#8211; Custom Dimension and Metrics</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
		<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 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>
		<item>
		<title>Get data from Google Analytics in SSIS using REST API Call</title>
		<link>https://zappysys.com/blog/get-data-from-google-analytics-in-ssis-using-rest-api-call/</link>
		
		<dc:creator><![CDATA[ZappySys]]></dc:creator>
		<pubDate>Fri, 08 Jan 2016 14:54:01 +0000</pubDate>
				<category><![CDATA[Google API]]></category>
		<category><![CDATA[SSIS Google Analytics Source]]></category>
		<category><![CDATA[AdWords]]></category>
		<category><![CDATA[google]]></category>
		<category><![CDATA[google analytics]]></category>
		<category><![CDATA[google api]]></category>
		<category><![CDATA[oauth]]></category>
		<category><![CDATA[rest api]]></category>
		<category><![CDATA[ssis]]></category>
		<category><![CDATA[SSIS PowerPack]]></category>
		<guid isPermaLink="false">http://zappysys.com/blog/?p=294</guid>

					<description><![CDATA[<p>Introduction Google Analytics is the most popular web analytics service that tracks and reports website traffic. In this blog post you will learn how to get data from Google Analytics using SSIS using SSIS Google Analytics Source Connector (Using drag and drop approach without Coding). This article assumes you have basic knowledge about SSIS and [&#8230;]</p>
<p>The post <a href="https://zappysys.com/blog/get-data-from-google-analytics-in-ssis-using-rest-api-call/">Get data from Google Analytics in SSIS using REST API Call</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></description>
										<content:encoded><![CDATA[<h2>Introduction</h2>
<p>Google Analytics is the most popular web analytics service that tracks and reports website traffic. In this blog post you will learn how to <em>get data from Google Analytics using SSIS using <a href="//zappysys.com/products/ssis-powerpack/ssis-google-analytics-source-connector/">SSIS Google Analytics Source Connector</a> (Using drag and drop approach without Coding).</em> This article assumes you have basic knowledge about SSIS and you have necessary tools installed &#8211; <a href="http://binaryworld.net/blogs/how-to-install-ssis-2012-2014-2016-ssdt-bi-visual-studio/" target="_blank" rel="noopener">Check this if not</a>)</p>
<p>For demo purpose we will <em>load data from Google Analytics into SQL Server Database</em> but you can use same techniques to load data into Oracle, MySQL, Excel or any other RDBMS.</p>
<h2>Prerequisite</h2>
<p>This article assumes you have installed following tools</p>
<ol>
<li>Install Client Tools for SSIS (atleast one version from below list) &#8211; <a href="http://binaryworld.net/blogs/how-to-install-ssis-2012-2014-2016-ssdt-bi-visual-studio/" target="_blank" rel="noopener">Check this for detail</a>
<ol>
<li>BIDS for SSIS 2008 (i.e. SQL Server 2008 or 2008 R2) &#8212; OR &#8212;</li>
<li>SSDT BI for Visual Studio 2012 (i.e. for SQL Server 2012) &#8212; OR &#8212;</li>
<li>SSDT BI for Visual Studio 2013 (i.e. for SQL Server 2014) &#8212; OR &#8212;</li>
<li>SSDT BI for Visual Studio 2015 (i.e. for SQL Server 2012/2014 or 2016)</li>
</ol>
</li>
<li>Install SSIS PowerPack (<a href="//zappysys.com/products/ssis-powerpack/" target="_blank" rel="noopener">Click here to download</a>) it will add new Connector in SSIS Toolbox to access Google Analytics Connector.</li>
<li>You have setup correct permission for user to access google analytics data (See below section or <a href="//zappysys.com/blog/get-data-from-google-analytics-in-ssis-using-rest-api-call/#Setup_Google_analytics_data_permission_for_other_users" target="_blank" rel="noopener">read here</a>)</li>
</ol>
<h2>Video Tutorial &#8211; Get data from Google Web Analytics Platform</h2>
<a href="https://zappysys.com/blog/get-data-from-google-analytics-in-ssis-using-rest-api-call/"><img decoding="async" src="https://zappysys.com/blog/wp-content/plugins/wp-youtube-lyte/lyteCache.php?origThumbUrl=%2F%2Fi.ytimg.com%2Fvi%2Fgr_s9kdvrKw%2Fhqdefault.jpg" alt="YouTube Video"></a><br /><br /></p>
<h2>What is Google Analytics Connector for SSIS?</h2>
<p>The<em> SSIS Google Analytics Source</em> connector can be used to read data from your Google Analytics Service without learning complex APIs or coding/scripting in Python, Java, C#, etc. It has an easy to use drag and drop interface which allows you to extract large amounts of data, adjusting parameters such as dimensions, metrics, filters, sortby, date range etc. You can also use in-built reports or specify a direct query URL to get the desired data.</p>
<p><img loading="lazy" decoding="async" src="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/google-analytics-source/ssis-google-analytics-source.png" alt="Custom SSIS Components - Google Web Analytics Source Connector" width="53" height="53" /> Read more about <a href="//zappysys.com/products/ssis-powerpack/ssis-google-analytics-source-connector/" target="_blank" rel="noopener"><span style="color: #248cc8;">Google Analytics Source Connector</span></a></p>
<h3>Features</h3>
<ul>
<li>The intuitive user interface makes Google Analytics data integration super easy and fast without learning complex APIs or scripting languages</li>
<li>Support for OAuth 2.0 Authentication and Google service accounts (*.p12 certificate file)</li>
<li>Support for Proxy Server</li>
<li>Easy to use interface with three different ways to query Google Analytics data: (1) Build query from UI, (2) Use built-in query templates, and (3) Use direct queries</li>
<li>Support for dynamic dimensions, metrics, segments, filters and sortby fields (e.g. supply these values at runtime)</li>
<li>Live preview support at design time</li>
<li>Support for AdWords, AdSense, Ad Exchange and DoubleClick for Publisher (DFP)</li>
</ul>
<h2>Setup Google analytics data permission for users / service account</h2>
<p>If you are not an admin of Google analytics and you need to access google analytics then make sure you ask admin to give you correct permission using below steps</p>
<p>To add/edit user permissions for Google Analytics Data perform following steps.</p>
<ol>
<li>Login to your Google Analytics Portal (Login using Admin account or use google user account who setup Google Analytics) <a href="https://analytics.google.com/analytics/web/#management/Settings/" target="_blank" rel="noopener">Click here</a> to go to google analytics</li>
<li>Click on Admin tab &gt; Click User management &gt; Add/Edit user account permission</li>
</ol>
<p>For more information you may visit official link : <a href="https://support.google.com/analytics/answer/2884495?hl=en" target="_blank" rel="noopener">How to setup permission for google analytics</a></p>
<div id="attachment_534" style="width: 808px" class="wp-caption alignnone"><a href="//zappysys.com/blog/wp-content/uploads/2016/01/set-permission-google-analytics-service-account.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-534" class="size-full wp-image-534" src="//zappysys.com/blog/wp-content/uploads/2016/01/set-permission-google-analytics-service-account.png" alt="Add/Edit Permissions and User Account for Google Analytics Data Access (Service Account/ Normal Google Login)" width="798" height="600" srcset="https://zappysys.com/blog/wp-content/uploads/2016/01/set-permission-google-analytics-service-account.png 798w, https://zappysys.com/blog/wp-content/uploads/2016/01/set-permission-google-analytics-service-account-300x226.png 300w" sizes="(max-width: 798px) 100vw, 798px" /></a><p id="caption-attachment-534" class="wp-caption-text">Add/Edit Permissions and User Account for Google Analytics Data Access (Service Account/ Normal Google Login)</p></div>
<div>
<h3>How to setup permissions for Service Account (*.p12 certificate)</h3>
<p>Service account is another method to access google data. This is useful when you don&#8217;t want to use google login to access data (Example: Some consultant working to setup automated jobs for your company and they don&#8217;t really have login for google or you don&#8217;t want to share your personal google login with them).</p>
<p>Service Account method (*.p12 certificate file) doesn&#8217;t require complex flow like OAuth so no more authorization prompts but make sure certificate generated for Service Account is kept secret.</p>
<p>To grant permission to service account so it can access google analytics data, First make sure Service Account is created and find account email (It may look like this account-1234@some-project-id-xyz.gserviceaccount.com ) . <a href="//zappysys.com/blog/create-google-api-project-service-account/" target="_blank" rel="noopener">Click here to know more how to create google service account</a>. Once service account created you may follow same steps described in above section to setup permission for Google Analytics Data.</p>
<h2>Access Google Analytics data using OAuth 2.0 authentication protocol</h2>
<p><img decoding="async" class="figureimage" title="Google Data Connection UI - Access Web Google Analytics data using OAuth 2.0 authentication protocol" src="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/google-analytics-source/ssis-access-google-analytics-data-using-oauth-2-authentication.png" alt="Google Data Connection UI - Access Google Web Analytics data using OAuth 2.0 authentication protocol" /></p>
</div>
<p>&nbsp;</p>
<div>
<h2>Access Google Analytics Data using service account method (*.P12 Certificate file)</h2>
<p><img decoding="async" class="figureimage" title="Google Data Connection UI - Access Google Web Analytics data using service account method (*.P12 Certificate file)" src="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/google-analytics-source/ssis-access-google-analytics-data-using-service-account.png" alt="SSIS Google Web Analytics Connector - Access data using service account method (*.P12 Certificate file) - Get data from Google Web Analytics Platform" /></p>
</div>
<p>&nbsp;</p>
<h2>SSIS Google Analytics Connector &#8211; Select Web Profile</h2>
<p><img decoding="async" class="figureimage" title="Google API - Select Web Profile" src="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/google-analytics-source/ssis-google-analytics-select-web-profile.png" alt="Google REST API - Select Web Profile" /></p>
<div>
<h2>SSIS Google Analytics Connector &#8211; Using build your own query mode</h2>
<p><img decoding="async" class="figureimage" title="Google API - Automatic URL mode (Build your own query from UI)" src="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/google-analytics-source/ssis-google-analytics-automatic-mode.png" alt="Google REST API - Automatic URL mode (Build your own query from UI)" /></p>
</div>
<p>&nbsp;</p>
<div>
<h2>SSIS Google Analytics Connector &#8211; Using direct query mode</h2>
<p><img decoding="async" class="figureimage" title="Google API - Manual URL mode (Supply predefined URL)" src="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/google-analytics-source/ssis-google-analytics-manual-url-mode.png" alt="Google REST API - Manual URL mode (Supply predefined URL)" /></p>
</div>
<p>&nbsp;</p>
<div>
<h2>SSIS Google Analytics Connector &#8211; Predefined Report Templates</h2>
<p><img decoding="async" class="figureimage" title="Google API - Predefined Reports mode" src="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/google-analytics-source/ssis-google-analytics-template-report-mode.png" alt="Google REST API - Predefined Reports mode" /></p>
</div>
<p>&nbsp;</p>
<div>
<h2>SSIS Google Analytics Connector &#8211; Report Preview</h2>
<p><img decoding="async" class="figureimage" title="Google API - Predefined Report Preview" src="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/google-analytics-source/ssis-google-analytics-report-template-preview.png" alt="Google REST API - Predefined Report Preview - Get data from Google Web Analytics Platform" /></p>
</div>
<p>&nbsp;</p>
<div>
<h2>SSIS Google Analytics Connector &#8211; Select Dimensions</h2>
<p><img decoding="async" class="figureimage" title="Google API - Select Dimensions" src="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/google-analytics-source/ssis-google-analytics-select-dimensions.png" alt="Google REST API - Select Dimensions - Get data from Google Web Analytics Platform" /></p>
</div>
<p>&nbsp;</p>
<div>
<h2>SSIS Google Analytics Connector &#8211; Select Metrics</h2>
<p><img decoding="async" class="figureimage" title="Google API - Select Metrics" src="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/google-analytics-source/ssis-google-analytics-select-metrics.png" alt="Google REST API - Select Metrics" /></p>
</div>
<p>&nbsp;</p>
<div>
<h2>SSIS Google Analytics Connector &#8211; Select Filters</h2>
<p><img decoding="async" class="figureimage" title="Google API - Select Filters" src="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/google-analytics-source/ssis-google-analytics-select-filters.png" alt="Google REST API - Select Filters - Get data from Google Web Analytics Platform" /></p>
</div>
<p>&nbsp;</p>
<div>
<h2>SSIS Google Analytics Connector &#8211; Select Segment</h2>
<p><img decoding="async" class="figureimage" title="Google API - Select Segment" src="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/google-analytics-source/ssis-google-analytics-select-segment.png" alt="Google REST API - Select Segment" /></p>
</div>
<p>&nbsp;</p>
<div>
<h2>How to read google Adwords Data using Google Analytics Source</h2>
<p>If you wish to access Google AdWords data using Google Analytics source then refer instructions listed on AdWords Tab on the UI. Once you enable integration you can view AdWords data easily without any other connector (see below)</p>
</div>
<div id="attachment_862" style="width: 738px" class="wp-caption alignnone"><a href="//zappysys.com/blog/wp-content/uploads/2016/01/ssis-get-google-adwords-data-using-analytics-source-connector.png"><img loading="lazy" decoding="async" aria-describedby="caption-attachment-862" class="size-full wp-image-862" src="//zappysys.com/blog/wp-content/uploads/2016/01/ssis-get-google-adwords-data-using-analytics-source-connector.png" alt="Get Data from Google AdWords using SSIS ( use Google Analytics Source Connector)" width="728" height="591" srcset="https://zappysys.com/blog/wp-content/uploads/2016/01/ssis-get-google-adwords-data-using-analytics-source-connector.png 728w, https://zappysys.com/blog/wp-content/uploads/2016/01/ssis-get-google-adwords-data-using-analytics-source-connector-300x244.png 300w" sizes="(max-width: 728px) 100vw, 728px" /></a><p id="caption-attachment-862" class="wp-caption-text">Get Data from Google AdWords using SSIS ( use Google Analytics Source Connector)</p></div>
<div>
<p>&nbsp;</p>
<h2>SSIS Package &#8211; Get data from Google Web Analytics Platform and load into SQL Server</h2>
<p><img decoding="async" class="figureimage" title="SSIS Package - Get data from Google Web Analytics Platform and load into SQL Server" src="//zappysys.com/onlinehelp/ssis-powerpack/scr/images/google-analytics-source/ssis-extract-google-analytics-data-load-into-sql-server-target.png" alt="SSIS Package - Get data from Google Web Analytics Platform and load into SQL Server" /></p>
</div>
<h2>Conclusion</h2>
<p>Integration with Google Analytics Data can be challenging unless you understand how to write C#, Java, Python code using Google SDKs. If you are not a coder or you are in time crunch then drag and drop integration in <strong>SSIS</strong> using High quality Connector using ZappySys <a href="//zappysys.com/products/ssis-powerpack/ssis-google-analytics-source-connector/"><span style="color: #248cc8;">Google Analytics Source Connector</span></a> will surely make your life easy. It supports all major SQL Server versions upto SQL Server 2016 32-bit/64-bit. Try <a href="//zappysys.com/products/ssis-powerpack/">SSIS PowerPack</a> yourself for FREE.</p>
<h2>Keywords</h2>
<p><strong>Fetch data from Google Web Analytics using SSIS</strong> | <strong>Extract google analytics data using SSIS</strong> | <strong>Load data from Google Analytics without Coding</strong> | <strong>Google Web analytics data import using REST API</strong></p>
<p><a href="https://developers.google.com/analytics/devguides/reporting/core/v3/" target="_blank" rel="noopener">Google Web Analytics Reporting REST API reference link</a></p>
<p>The post <a href="https://zappysys.com/blog/get-data-from-google-analytics-in-ssis-using-rest-api-call/">Get data from Google Analytics in SSIS using REST API Call</a> appeared first on <a href="https://zappysys.com/blog">ZappySys Blog</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
