Get started with a free trial today
Already have an account? Sign in
Stitch’s Google Search Console integration replicates data using theGoogle Search Console API. Refer to theSchema section for a list of objects available for replication.
A high-level look at Stitch's Google Search Console (v1) integration, including release status, useful links, and the features supported in Stitch.
| STITCH | |||
| Release status | Released on September 2, 2020 | Supported by | |
| Stitch plan | Standard | API availability | Available |
| Singer GitHub repository | |||
| REPLICATION SETTINGS | |||
| Anchor Scheduling | Supported | Advanced Scheduling | Supported |
| Table-level reset | Unsupported | Configurable Replication Methods | Unsupported |
| DATA SELECTION | |||
| Table selection | Supported | Column selection | Supported |
| Select all | Supported | ||
| TRANSPARENCY | |||
| Extraction Logs | Supported | Loading Reports | Supported |
To set up Google Search Console in Stitch, you need:
Admin access in Google Search Console. Admin access is required in your Google Search Console account to change settings required to connect Stitch.
sitemap.xml files in theSitemaps section of your Google Search Console account. ClickSubmit.Google Search Console API.Public.tap-google-search-console.Google Search Console API ../auth/webmasters.readonly.1h,6h,1d,,7d, and30d.tap-google-search-console.On the Stitch Dashboard page, click theAdd Integration button.
Click theGoogle Search Console icon.
Enter a name for the integration. This is the name that will display on the Stitch Dashboard for the integration; it’ll also be used to create the schema in your destination.
For example, the name “Stitch Google Search Console” would create a schema calledstitch_google_search_console in the destination.Note: Schema names cannot be changed after you save the integration.
https:// orhttp://. Example:https://yoursite.com, http://yourothersite.com.Note: If you get an error saying that the user doesn’t have sufficient permissions or that the URL is not a verified Google Search Console site, try replacinghttps:// orhttp:// withsc-domain:. Example:sc-domain:yoursite.com.
The Sync Historical Data setting defines the starting date for your Google Search Console integration. This means that dataequal to or newer than this date will be replicated to your data warehouse.
Change this setting if you want to replicate data beyond Google Search Console’s default setting of1 year. For a detailed look at historical replication jobs, check out theSyncing Historical SaaS Data guide.
In theReplication Frequency section, you’ll create the integration’sreplication schedule. An integration’s replication schedule determines how often Stitch runs a replication job, and the time that job begins.
Google Search Console integrations support the following replication scheduling methods:
Advanced Scheduling using Cron (Advanced or Premium plans only)
To keep your row usage low, consider setting the integration to replicate less frequently. See theUnderstanding and Reducing Your Row Usage guide for tips on reducing your usage.
The last step is to select the tables and columns you want to replicate.Learn about the available tables for this integration.
Note: If a replication job is currently in progress, new selections won’t be used until the next job starts.
For Google Search Console integrations, you can select:
Individual tables and columns
All tables and columns
Click the tabs to view instructions for each selection method.
To track a table, click thecheckbox next to the table’s name. A blue checkmark means the table is set to replicate.
To track a column, click thecheckbox next to the column’s name. A blue checkmark means the column is set to replicate.
Click theTables to Replicate tab.
In the menu that displays, clickTrack all Tables and Fields:

After you finish setting up Google Search Console, itsSync Status may show asPending on either the Stitch Dashboard or in the Integration Details page.
For a new integration, aPending status indicates that Stitch is in the process of scheduling the initial replication job for the integration.This may take some time to complete.
Initial replication jobs with Anchor Scheduling
If using Anchor Scheduling, an initial replication job may not kick off immediately. This depends on the selected Replication Frequency and Anchor Time. Refer to theAnchor Scheduling documentation for more information.
The first seven days of replication, beginning when data is first replicated, are free. Rows replicated from the new integration during this time won’t count towards your quota. Stitch offers this as a way of testing new integrations, measuring usage, and ensuring historical data volumes don’t quickly consume your quota.
Schemas and versioning
Schemas and naming conventions can change from version to version, so we recommend verifying your integration’s version before continuing.
The schema and info displayed below is forversion 1 of this integration.
This is the latest version of the Google Search Console integration.
Table and column names in your destination
Depending on your destination, table and column names may not appear as they are outlined below.
For example: Object names are lowercased in Redshift (CusTomERs >customers), while case is maintained in PostgreSQL destinations (CusTomERs >CusTomERs). Refer to theLoading Guide for your destination for more info.
Theperformance_report_country table contains information about the performance of your sites in Google searches. This particular table is filtered and grouped by country.
Key-based Incremental | |
Primary Keys | site_url search_type country date |
Replication Key | date |
| Useful links | Google Search Console documentation |
| Join performance_report_country with | on |
|---|---|
| sites | performance_report_country.site_url = sites.site_url |
| sitemaps | performance_report_country.site_url = sitemaps.site_url |
| performance_report_custom | performance_report_country.site_url = performance_report_custom.site_url performance_report_country.search_type = performance_report_custom.search_type |
| performance_report_date | performance_report_country.site_url = performance_report_date.site_url performance_report_country.search_type = performance_report_date.search_type |
| performance_report_device | performance_report_country.site_url = performance_report_device.site_url performance_report_country.search_type = performance_report_device.search_type |
| performance_report_page | performance_report_country.site_url = performance_report_page.site_url performance_report_country.search_type = performance_report_page.search_type |
| performance_report_query | performance_report_country.site_url = performance_report_query.site_url performance_report_country.search_type = performance_report_query.search_type |
clicks INTEGER |
country STRING |
ctr NUMBER |
date DATE-TIME |
impressions INTEGER |
position NUMBER |
search_type STRING |
site_url STRING |
Theperformance_report_custom table contains information about the performance of your sites in Google searches. This particular table is filtered and grouped by your custom dimensions.
Key-based Incremental | |
Primary Keys | search_type site_url dimensions_hash_key date |
Replication Key | date |
| Useful links | Google Search Console documentation |
| Join performance_report_custom with | on |
|---|---|
| sites | performance_report_custom.site_url = sites.site_url |
| sitemaps | performance_report_custom.site_url = sitemaps.site_url |
| performance_report_country | performance_report_custom.site_url = performance_report_country.site_url performance_report_custom.search_type = performance_report_country.search_type |
| performance_report_date | performance_report_custom.site_url = performance_report_date.site_url performance_report_custom.search_type = performance_report_date.search_type |
| performance_report_device | performance_report_custom.site_url = performance_report_device.site_url performance_report_custom.search_type = performance_report_device.search_type |
| performance_report_page | performance_report_custom.site_url = performance_report_page.site_url performance_report_custom.search_type = performance_report_page.search_type |
| performance_report_query | performance_report_custom.site_url = performance_report_query.site_url performance_report_custom.search_type = performance_report_query.search_type |
clicks INTEGER |
country STRING |
ctr NUMBER |
date DATE-TIME |
device STRING |
dimensions_hash_key STRING |
impressions INTEGER |
page STRING |
position NUMBER |
query STRING |
search_type STRING |
site_url STRING |
Theperformance_report_date table contains information about the performance of your sites in Google searches. This particular table is filtered and grouped by date.
Key-based Incremental | |
Primary Keys | search_type site_url date |
Replication Key | date |
| Useful links | Google Search Console documentation |
| Join performance_report_date with | on |
|---|---|
| sites | performance_report_date.site_url = sites.site_url |
| sitemaps | performance_report_date.site_url = sitemaps.site_url |
| performance_report_country | performance_report_date.site_url = performance_report_country.site_url performance_report_date.search_type = performance_report_country.search_type |
| performance_report_custom | performance_report_date.site_url = performance_report_custom.site_url performance_report_date.search_type = performance_report_custom.search_type |
| performance_report_device | performance_report_date.site_url = performance_report_device.site_url performance_report_date.search_type = performance_report_device.search_type |
| performance_report_page | performance_report_date.site_url = performance_report_page.site_url performance_report_date.search_type = performance_report_page.search_type |
| performance_report_query | performance_report_date.site_url = performance_report_query.site_url performance_report_date.search_type = performance_report_query.search_type |
clicks INTEGER |
ctr NUMBER |
date DATE-TIME |
impressions INTEGER |
position NUMBER |
search_type STRING |
site_url STRING |
Theperformance_report_device table contains information about the performance of your sites in Google searches. This particular table is filtered and grouped by the user’s device type.
Key-based Incremental | |
Primary Keys | search_type site_url device date |
Replication Key | date |
| Useful links | Google Search Console documentation |
| Join performance_report_device with | on |
|---|---|
| sites | performance_report_device.site_url = sites.site_url |
| sitemaps | performance_report_device.site_url = sitemaps.site_url |
| performance_report_country | performance_report_device.site_url = performance_report_country.site_url performance_report_device.search_type = performance_report_country.search_type |
| performance_report_custom | performance_report_device.site_url = performance_report_custom.site_url performance_report_device.search_type = performance_report_custom.search_type |
| performance_report_date | performance_report_device.site_url = performance_report_date.site_url performance_report_device.search_type = performance_report_date.search_type |
| performance_report_page | performance_report_device.site_url = performance_report_page.site_url performance_report_device.search_type = performance_report_page.search_type |
| performance_report_query | performance_report_device.site_url = performance_report_query.site_url performance_report_device.search_type = performance_report_query.search_type |
clicks INTEGER |
ctr NUMBER |
date DATE-TIME |
device STRING |
impressions INTEGER |
position NUMBER |
search_type STRING |
site_url STRING |
Theperformance_report_page table contains information about the performance of your sites in Google searches. This particular table is filtered and grouped by your landing page URLs that show up in Google search results.
Key-based Incremental | |
Primary Keys | search_type site_url page date |
Replication Key | date |
| Useful links | Google Search Console documentation |
| Join performance_report_page with | on |
|---|---|
| sites | performance_report_page.site_url = sites.site_url |
| sitemaps | performance_report_page.site_url = sitemaps.site_url |
| performance_report_country | performance_report_page.site_url = performance_report_country.site_url performance_report_page.search_type = performance_report_country.search_type |
| performance_report_custom | performance_report_page.site_url = performance_report_custom.site_url performance_report_page.search_type = performance_report_custom.search_type |
| performance_report_date | performance_report_page.site_url = performance_report_date.site_url performance_report_page.search_type = performance_report_date.search_type |
| performance_report_device | performance_report_page.site_url = performance_report_device.site_url performance_report_page.search_type = performance_report_device.search_type |
| performance_report_query | performance_report_page.site_url = performance_report_query.site_url performance_report_page.search_type = performance_report_query.search_type |
clicks INTEGER |
ctr NUMBER |
date DATE-TIME |
impressions INTEGER |
page STRING |
position NUMBER |
search_type STRING |
site_url STRING |
Theperformance_report_query table contains information about the performance of your sites in Google searches. This particular table is filtered and grouped by the users’ search queries that resulted in your sites appearing in the search results.
Key-based Incremental | |
Primary Keys | search_type site_url query date |
Replication Key | date |
| Useful links | Google Search Console documentation |
| Join performance_report_query with | on |
|---|---|
| sites | performance_report_query.site_url = sites.site_url |
| sitemaps | performance_report_query.site_url = sitemaps.site_url |
| performance_report_country | performance_report_query.site_url = performance_report_country.site_url performance_report_query.search_type = performance_report_country.search_type |
| performance_report_custom | performance_report_query.site_url = performance_report_custom.site_url performance_report_query.search_type = performance_report_custom.search_type |
| performance_report_date | performance_report_query.site_url = performance_report_date.site_url performance_report_query.search_type = performance_report_date.search_type |
| performance_report_device | performance_report_query.site_url = performance_report_device.site_url performance_report_query.search_type = performance_report_device.search_type |
| performance_report_page | performance_report_query.site_url = performance_report_page.site_url performance_report_query.search_type = performance_report_page.search_type |
clicks INTEGER |
ctr NUMBER |
date DATE-TIME |
impressions INTEGER |
position NUMBER |
query STRING |
search_type STRING |
site_url STRING |
Thesitemaps table contains information about the sitemap entries in your Google Search Console.
Full Table | |
Primary Keys | site_url path last_submitted |
| Useful links |
| Join sitemaps with | on |
|---|---|
| sites | sitemaps.site_url = sites.site_url |
| performance_report_country | sitemaps.site_url = performance_report_country.site_url |
| performance_report_custom | sitemaps.site_url = performance_report_custom.site_url |
| performance_report_date | sitemaps.site_url = performance_report_date.site_url |
| performance_report_device | sitemaps.site_url = performance_report_device.site_url |
| performance_report_page | sitemaps.site_url = performance_report_page.site_url |
| performance_report_query | sitemaps.site_url = performance_report_query.site_url |
contents ARRAY
| |||
errors INTEGER | |||
is_pending BOOLEAN | |||
is_sitemaps_index BOOLEAN | |||
last_downloaded DATE-TIME | |||
last_submitted DATE-TIME | |||
path STRING | |||
site_url STRING | |||
type STRING | |||
warnings INTEGER |
Thesites contains information about your Google Search Console sites at a permission level.
Full Table | |
Primary Key | site_url |
| Useful links |
| Join sites with | on |
|---|---|
| sitemaps | sites.site_url = sitemaps.site_url |
| performance_report_country | sites.site_url = performance_report_country.site_url |
| performance_report_custom | sites.site_url = performance_report_custom.site_url |
| performance_report_date | sites.site_url = performance_report_date.site_url |
| performance_report_device | sites.site_url = performance_report_device.site_url |
| performance_report_page | sites.site_url = performance_report_page.site_url |
| performance_report_query | sites.site_url = performance_report_query.site_url |
permission_level STRING |
site_url STRING |
| Related | Troubleshooting |
Did this article help? If you have questions or feedback, feel free tosubmit a pull request with your suggestions,open an issue on GitHub, orreach out to us.