Skip to content

Commit

Permalink
GSC doc updates (#1781)
Browse files Browse the repository at this point in the history
  • Loading branch information
jonwihl authored Nov 19, 2024
1 parent 8831666 commit 9421bc0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -88,7 +88,7 @@ so many of these properties aren't required.
| **`/credentials/email`** | Admin Email | The email of your [Google Workspace administrator](https://support.google.com/a/answer/182076?hl=en). This is likely the account used during setup. |
| `/custom_reports` | Custom Reports (Optional) | A JSON array describing the [custom reports](#custom-reports) you want to sync from Google Search Console. | string | |
| `/end_date` | End Date | UTC date in the format 2017-01-25. Any data after this date will not be replicated. Must be greater or equal to the start date field. | string | |
| **`/site_urls`** | Website URL | The [URLs of the website properties](https://support.google.com/webmasters/answer/34592?hl=en) attached to your GSC account. | array | Required |
| **`/site_urls`** | Website URL | The [URLs of the website properties](https://support.google.com/webmasters/answer/34592?hl=en) attached to your GSC account: <ul><li>domain:example.com</li><li> https:<span></span>//example.com/</li></ul> This connector supports both URL-prefix and domain property URLs. | array | Required |
| **`/start_date`** | Start Date | UTC date in the format 2017-01-25. Any data before this date will not be replicated. | string | Required |

#### Bindings
Expand Down

0 comments on commit 9421bc0

Please sign in to comment.