Google Search Console
Supports:
- ā Bulk sync source
Supports:
| Name | Type | Description | Required |
|---|---|---|---|
client_id | string | false | |
client_secret | string | false | |
oauth_refresh_token | string | false | |
sites | array | Sites | false |
1 { 2 "name": "Google Search Console connection", 3 "type": "googlesearchconsole", 4 "configuration": { 5 "client_id": "", 6 "client_secret": "", 7 "oauth_refresh_token": "", 8 "sites": [ 9 { 10 "label": "", 11 "value": "" 12 } 13 ] 14 } 15 }
| Name | Type | Description | Required |
|---|---|---|---|
backfill_days | integer | Initial backfill period | false |
1 { 2 ... 3 "source_configuration": { 4 "backfill_days": 0 5 } 6 }
