Google Search Console
This page contains the setup guide and reference information for the Google Search Console source connector.
Prerequisites
- A verified property in Google Search Console (or the list of the
Site URLs
(Website URL Properties))
- Google Search Console API enabled for your project (Airbyte Open Source only)
Setup guide
Step 1: Set up Google Search Console
To authenticate the Google Search Console connector, you will need to use one of the following methods:
OAuth (Recommended for Airbyte Cloud)
You can authenticate using your Google Account with OAuth if you are the owner of the Google Search Console property or have view permissions. Follow Google's instructions to ensure that your account has the necessary permissions (Owner or Full User) to view the Google Search Console property. This option is recommended for Airbyte Cloud users, as it significantly simplifies the setup process and allows you to authenticate the connection directly from the Airbyte UI.
To authenticate with OAuth in Airbyte Open Source, you will need to create an authentication app and obtain the following credentials and tokens:
- Client ID
- Client Secret
- Refresh Token
- Access Token
More information on the steps to create an OAuth app to access Google APIs and obtain these credentials can be found in Google's documentation.
Google service account with JSON key file (Recommended for Airbyte Open Source)
You can authenticate the connection using a JSON key file associated with a Google service account. This option is recommended for Airbyte Open Source users. Follow the steps below to create a service account and generate the JSON key file:
- Open the Service Accounts page.
- Select an existing project, or create a new project.
- At the top of the page, click + Create service account.
- Enter a name and description for the service account, then click Create and Continue.
- Under Service account permissions, select the roles to grant to the service account, then click Continue. We recommend the Viewer role.
- Optional: Under Grant users access to this service account, you may specify the users or groups that are allowed to use and manage the service account.
- Go to the API Console/Credentials and click on the email address of the service account you just created.
- In the Keys tab, click + Add key, then click Create new key.
- Select JSON as the Key type. This will generate and download the JSON key file that you'll use for authentication. Click Continue.
This file serves as the only copy of your JSON service key, and you will not be able to re-download it. Be sure to store it in a secure location.
You can return to the API Console/Credentials at any time to manage your service account or generate additional JSON keys. For more details about service account credentials, see Google's IAM documentation.
Note on delegating domain-wide authority to the service account
Domain-wide delegation is a powerful feature that allows service accounts to access users' data across an organization's Google Workspace environment through 'impersonation'. This authority is necessary in certain use cases, such as when a service account needs broad access across multiple users and services within a domain.
Only the super admin of your Google Workspace domain can enable domain-wide delegation of authority to a service account.
To enable delegated domain-wide authority, follow the steps listed in the Google documentation. Please make sure to grant the following OAuth scopes to the service account:
https://www.googleapis.com/auth/webmasters.readonly
For more information on this topic, please refer to this Google article.
Step 2: Set up the Google Search Console connector in Airbyte
For Airbyte Cloud:
- Log in to your Airbyte Cloud account.
- In the left navigation bar, click Sources. In the top-right corner, click + New source.
- Find and select Google Search Console from the list of available sources.
- For Source name, enter a name to help you identify this source.
- For Website URL Property, enter the specific website property in Google Seach Console with data you want to replicate.
- For Start Date, by default the
2021-01-01
is set, use the provided datepicker or enter a date in the formatYYYY-MM-DD
. Any data created on or after this date will be replicated. - To authenticate the connection:
- For Airbyte Cloud:
- Select Oauth from the Authentication dropdown, then click Sign in with Google to authorize your account.
- For Airbyte Open Source:
- (Recommended) Select Service Account Key Authorization from the Authentication dropdown, then enter the Admin Email and Service Account JSON Key. For the key, copy and paste the JSON key you obtained during the service account setup. It should begin with
{"type": "service account", "project_id": YOUR_PROJECT_ID, "private_key_id": YOUR_PRIVATE_KEY, ...}
- Select Oauth from the Authentication dropdown, then enter your Client ID, Client Secret, Access Token and Refresh Token.
- (Recommended) Select Service Account Key Authorization from the Authentication dropdown, then enter the Admin Email and Service Account JSON Key. For the key, copy and paste the JSON key you obtained during the service account setup. It should begin with
- (Optional) For End Date, you may optionally provide a date in the format
YYYY-MM-DD
. Any data created between the defined Start Date and End Date will be replicated. Leaving this field blank will replicate all data created on or after the Start Date to the present. - (Optional) For Custom Reports, you may optionally provide an array of JSON objects representing any custom reports you wish to query the API with. Refer to the Custom reports section below for more information on formulating these reports.
- (Optional) For Data Freshness, you may choose whether to include "fresh" data that has not been finalized by Google, and may be subject to change. Please note that if you are using Incremental sync mode, we highly recommend leaving this option to its default value of
final
. Refer to the Data Freshness section below for more information on this parameter. - Click Set up source and wait for the tests to complete.
Supported sync modes
The Google Search Console Source connector supports the following sync modes:
The granularity for the cursor is 1 day, so Incremental Sync in Append mode may result in duplicating the data.
Supported streams
- Sites
- Sitemaps
- Full Analytics report (this stream has a long sync time because it is very detailed, use with care)
- Analytics report by country
- Analytics report by date
- Analytics report by device
- Analytics report by page
- Analytics report by query
- Analytics keyword report
- Analytics keyword report by page
- Analytics keyword report by site
- Analytics page report
- Analytics site report by page
- Analytics site report by site
- Analytics report by custom dimensions
Connector-specific configurations
Custom reports
Custom reports allow you to query the API with a custom set of dimensions to group results by. Results are grouped in the order that you supply these dimensions. Each custom report should be constructed like following:
- Click
Add
under theCustom Reports
section - Enter the
Name
of the report, this will be the name of the stream - Select one or more
Dimensions
from the available dropdown list
The available Dimensions
are:
country
date
device
page
query
For example, to query the API for a report that groups results by country, then by date, you could enter the following custom report:
- Name: country_date
- Dimensions: ["country", "date"]
Please note, that for technical reasons date
is the default dimension which will be included in your query whether you specify it or not. By specifying it you can change the order the results are grouped in. Primary key will consist of your custom dimensions and the default dimension along with site_url
and search_type
.
The information you provide via UI Custom report builder will then be transformed into the custom stream by it's Name
You can use the Google APIS Explorer to build and test the reports you want to use.
Data Freshness
The Data Freshness parameter deals with the "freshness", or finality of the data that is being queried.
final
: The query will include only finalized, stable data. This is data that has been processed, verified, and is unlikely to change. When you select this option, you are querying for the definitive statistics and information that Google has analyzed and confirmed.all
: The query will return both finalized data and what Google terms "fresh" data. Fresh data includes more recent data that hasn't gone through the full processing and verification that finalized data has. This option can give you more up-to-the-minute insights, but it may be subject to change as Google continues to process and analyze it.
When using Incremental Sync mode, we recommend leaving this parameter to its default state of final
, as the all
option may cause discrepancies between the data in your destination table and the finalized data in Google Search Console.
Data type map
Integration Type | Airbyte Type | Notes |
---|---|---|
string | string | |
number | number | |
array | array | |
object | object |
Limitations & Troubleshooting
Expand to see details about Google Search Console connector limitations and troubleshooting.
Connector limitations
Rate limiting
This connector attempts to back off gracefully when it hits Reports API's rate limits. To find more information about limits, see Usage Limits documentation.
Data retention
Google Search Console only retains data for websites from the last 16 months. Any data prior to this cutoff point will not be accessible. Please see this article for more information.
Troubleshooting
- Check out common troubleshooting issues for the Google Search Console source connector on our Airbyte Forum.
Reference
Config fields reference
Changelog
Version | Date | Pull Request | Subject |
---|---|---|---|
1.4.0 | 2024-03-19 | 36267 | Pin airbyte-cdk version to ^0 |
1.3.7 | 2024-02-12 | 35163 | Manage dependencies with Poetry. |
1.3.6 | 2023-10-26 | 31863 | Base image migration: remove Dockerfile and use the python-connector-base image |
1.3.5 | 2023-09-28 | 30822 | Fix primary key for custom reports |
1.3.4 | 2023-09-27 | 30785 | Do not migrate config for the newly created connections |
1.3.3 | 2023-08-29 | 29941 | Added primary key to each stream, added custom_report config migration |
1.3.2 | 2023-08-25 | 29829 | Make Start Date a non-required, added the suggested streams , corrected public docs |
1.3.1 | 2023-08-24 | 29329 | Update tooltip descriptions |
1.3.0 | 2023-08-24 | 29750 | Add new Keyword-Site-Report-By-Site stream |
1.2.2 | 2023-08-23 | 29741 | Handle HTTP-401 , HTTP-403 errors |
1.2.1 | 2023-07-04 | 27952 | Removed deprecated searchType , added discover (Discover results) and googleNews (Results from news.google.com, etc.) types |
1.2.0 | 2023-06-29 | 27831 | Add new streams |
1.1.0 | 2023-06-26 | 27738 | License Update: Elv2 |
1.0.2 | 2023-06-13 | 27307 | Fix data_state config typo |
1.0.1 | 2023-05-30 | 26746 | Remove authSpecification from connector spec in favour of advancedAuth |
1.0.0 | 2023-05-24 | 26452 | Add data_state parameter to specification |
0.1.22 | 2023-03-20 | 22295 | Update specification examples |
0.1.21 | 2023-02-14 | 22984 | Specified date formatting in specification |
0.1.20 | 2023-02-02 | 22334 | Turn on default HttpAvailabilityStrategy |
0.1.19 | 2023-01-27 | 22007 | Set AvailabilityStrategy for streams explicitly to None |
0.1.18 | 2022-10-27 | 18568 | Improved config validation: custom_reports.dimension |
0.1.17 | 2022-10-08 | 17751 | Improved config validation: start_date, end_date, site_urls |
0.1.16 | 2022-09-28 | 17304 | Migrate to per-stream state. |
0.1.15 | 2022-09-16 | 16819 | Check available site urls to avoid 403 error on sync |
0.1.14 | 2022-09-08 | 16433 | Add custom analytics stream. |
0.1.13 | 2022-07-21 | 14924 | Remove additionalProperties field from specs |
0.1.12 | 2022-05-04 | 12482 | Update input configuration copy |
0.1.11 | 2022-01-05 | 9186 9194 | Fix incremental sync: keep all urls in state object |
0.1.10 | 2021-12-23 | 9073 | Add slicing by date range |
0.1.9 | 2021-12-22 | 9047 | Add 'order' to spec.json props |
0.1.8 | 2021-12-21 | 8248 | Enable Sentry for performance and errors tracking |
0.1.7 | 2021-11-26 | 7431 | Add default end_date param value |
0.1.6 | 2021-09-27 | 6460 | Update OAuth Spec File |
0.1.4 | 2021-09-23 | 6394 | Update Doc link Spec File |
0.1.3 | 2021-09-23 | 6405 | Correct Spec File |
0.1.2 | 2021-09-17 | 6222 | Correct Spec File |
0.1.1 | 2021-09-22 | 6315 | Verify access to all sites when performing connection check |
0.1.0 | 2021-09-03 | 5350 | Initial Release |