The Google Search Console source supports both Full Refresh and Incremental syncs. You can choose if this connector will copy only the new or updated data, or all rows in the tables and columns you set up for replication, every time a sync is run.
This source wraps the Singer Google Search Console Tap.
This Source is capable of syncing the following Streams:
- Sites
- Sitemaps
- Performance report country
- Performance report custom
- Performance report date
- Performance report device
- Performance report page
- Performance report query (keyword)
Integration Type | Airbyte Type | Notes |
---|---|---|
string |
string |
|
number |
number |
|
array |
array |
|
object |
object |
Feature | Supported?(Yes/No) | Notes |
---|---|---|
Full Refresh Sync | Yes | |
Incremental Sync | Yes | except Sites and Sitemaps |
SSL connection | Yes | |
Namespaces | No |
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.
- Credentials to a Google Service Account with delegated Domain Wide Authority
- Email address of the workspace admin which created the Service Account
Follow the Google Documentation for performing Delegating domain-wide authority to create a Service account with delegated domain wide authority. This account must be created by an administrator of the Google Workspace. Please make sure to grant the following OAuth scopes to the service user:
https://www.googleapis.com/auth/webmasters.readonly
At the end of this process, you should have JSON credentials to this Google Service Account.
You should now be ready to use the Google Workspace Admin Reports API connector in Airbyte.
Version | Date | Pull Request | Subject |
---|---|---|---|
0.1.3 |
2021-07-06 | 4539 | Add AIRBYTE_ENTRYPOINT for Kubernetes support |