diff --git a/docs/integrations/sources/google-search-console.md b/docs/integrations/sources/google-search-console.md index 07947e6b1dbb..967a67eb562b 100644 --- a/docs/integrations/sources/google-search-console.md +++ b/docs/integrations/sources/google-search-console.md @@ -72,9 +72,9 @@ At the end of this process, you should have JSON credentials to this Google Serv 3. On the Set up the source page, enter the name for the google search console connector and select **google search console** from the Source type dropdown. 4. Click Authenticate your account to sign in with Google and authorize your account. 5. Fill in the `site_urls` field. -5. Fill in the `start date` field. -6. Fill in the `custom reports` (optionally) in format `{"name": "", "dimensions": ["", ...]}` -7. You should be ready to sync data. +6. Fill in the `start date` field. +7. Fill in the `custom reports` (optionally) in format `{"name": "", "dimensions": ["", ...]}` +8. You should be ready to sync data. @@ -90,15 +90,16 @@ At the end of this process, you should have JSON credentials to this Google Serv ## Supported sync modes -The google search console source connector supports the following [sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): +The Google Search Console Source connector supports the following [ sync modes](https://docs.airbyte.com/cloud/core-concepts#connection-sync-modes): -| Feature | Supported?\(Yes/No\) | Notes | -| :---------------- | :------------------- | :------------------------ | -| Full Refresh Sync | Yes | | -| Incremental Sync | Yes | except Sites and Sitemaps | -| SSL connection | Yes | | -| Namespaces | No | | +* [Full Refresh - Overwrite](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-overwrite/) +* [Full Refresh - Append](https://docs.airbyte.com/understanding-airbyte/connections/full-refresh-append) +* [Incremental - Append](https://docs.airbyte.com/understanding-airbyte/connections/incremental-append) +* [Incremental - Deduped History](https://docs.airbyte.com/understanding-airbyte/connections/incremental-deduped-history) +:::note + The granularity for the cursor is 1 day, so Incremental Sync in Append mode may result in duplicating the data. +::: ## Supported Streams @@ -121,7 +122,7 @@ This connector attempts to back off gracefully when it hits Reports API's rate l ## Data type map | Integration Type | Airbyte Type | Notes | -| :--------------- | :----------- | :---- | +|:-----------------|:-------------|:------| | `string` | `string` | | | `number` | `number` | | | `array` | `array` | | @@ -131,7 +132,7 @@ This connector attempts to back off gracefully when it hits Reports API's rate l ## Changelog | Version | Date | Pull Request | Subject | -|:---------| :--------- |:--------------------------------------------------------------------------------------------------------------| :---------------------------------------------------------- | +|:---------|:-----------|:--------------------------------------------------------------------------------------------------------------|:------------------------------------------------------------| | `0.1.20` | 2023-02-02 | [22334](https://github.com/airbytehq/airbyte/pull/22334) | Turn on default HttpAvailabilityStrategy | | `0.1.19` | 2023-01-27 | [22007](https://github.com/airbytehq/airbyte/pull/22007) | Set `AvailabilityStrategy` for streams explicitly to `None` | | `0.1.18` | 2022-10-27 | [18568](https://github.com/airbytehq/airbyte/pull/18568) | Improved config validation: custom_reports.dimension |