Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

📝 Source Google Search Console: update documentation #22295

Merged
merged 5 commits into from
Mar 21, 2023
Merged
Show file tree
Hide file tree
Changes from 1 commit
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@
},
"title": "Website URL Property",
"description": "The URLs of the website property attached to your GSC account. Read more <a href=\"https://support.google.com/webmasters/answer/34592?hl=en\">here</a>.",
"examples": ["https://example1.com/", "https://example2.com/"],
"examples": ["https://example1.com/", "sc-domain:example2.com"],
"order": 0
},
"start_date": {
Expand Down
2 changes: 2 additions & 0 deletions docs/integrations/sources/google-search-console.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ This page contains the setup guide and reference information for the google sear

## Prerequisites

* A verified property in Google Search Console
* Enable Google Search Console API for GCP project at [GCP console](https://console.cloud.google.com/apis/library/searchconsole.googleapis.com)
* Credentials to a Google Service Account \(or Google Service Account with delegated Domain Wide Authority\) or Google User Account

:::note
Expand Down