1
0
mirror of synced 2025-12-30 12:04:43 -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

1.2 KiB
Raw Blame History

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.
  3. Click Authenticate your account by selecting Oauth (recommended).
    • If you prefer Service Account Key Authentication, follow the instructions in our full documentation.
  4. (Optional) Set an End Date if you do not want data after a specific date.
  5. (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.