1
0
mirror of synced 2026-01-05 12:05:28 -05:00
Files
airbyte/docs/integrations/sources/google-search-console.inapp.md
Natalie Kwong e462fced7b Update in-app docs for select API sources (#26781)
* Update in-app docs

* Update docs/integrations/sources/github.inapp.md

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>

* Improve verbiage for Amazon Ads

* Amazon Ads Lookback window update

* Resolve conflict

---------

Co-authored-by: Sherif A. Nada <snadalive@gmail.com>
2023-06-06 16:16:51 -04:00

17 lines
1.2 KiB
Markdown
Raw Blame History

This file contains invisible Unicode characters
This file contains invisible Unicode characters that are indistinguishable to humans but may be processed differently by a computer. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.
## Prerequisite
* A verified property in Google Search Console
* Credentials to a Google Service Account (or Google Service Account with delegated Domain Wide Authority) or Google User Account
* Enable Google Search Console API
## Setup guide
1. Enter the site URL.
2. Enter a **Start Date** in the format YYYY-MM-DD. Data after this date will be replicated.
2. Click **Authenticate your account** by selecting Oauth (recommended).
* If you prefer Service Account Key Authentication, follow the instructions in our [full documentation](https://docs.airbyte.com/integrations/sources/google-search-console/).
3. (Optional) Set an **End Date** if you do not want data after a specific date.
4. (Optional) Airbyte generates default reports. To add more reports, you need to add **Custom Reports** as a JSON array describing the custom reports you want to sync from Google Search Console.
Custom Reports can be added in the format: `{"name": "<report-name>", "dimensions": ["<dimension-name>", ...]}`
For detailed information on supported sync modes, supported streams, performance considerations, refer to the full documentation for [Google Search Console](https://docs.airbyte.com/integrations/sources/google-search-console/).