Google Search Console

Supports:

  • ✅ Bulk sync source
  • ✅ Connection Proxy

Connection

Configuration

NameTypeDescriptionRequired
client_idstringfalse
client_secretstringfalse
oauth_refresh_tokenstringfalse

oauth_token_expiry

When oauth_token_expiry has a value
NameTypeDescriptionRequired
sitesarraySitestrue

Example

1{
2 "name": "Google Search Console connection",
3 "type": "googlesearchconsole",
4 "configuration": {
5 "client_id": "",
6 "client_secret": "",
7 "oauth_refresh_token": ""
8 }
9}

Bulk Sync

Source

Configuration

NameTypeDescriptionRequired
backfill_daysintegerInitial backfill periodfalse

Example

1{
2 ...
3 "source_configuration": {
4 "backfill_days": 0
5 }
6}