Imports data from Google Search Console.
Before you can download data from Google Search Console you have to give acces. There are two ways to do this:
Take the steps below to download data with a service account.
conn_id
client_email
from the Service Account `Read` access to the Google Search ConsoleTake the steps below to download data with a delegated account. Please take note of the security precautions needed to secure this connection method.
extract:
site: https://www.onesecondbefore.com
dimensions:
- date
- country
- device
- page
- query
aggregationType: byPage
property | type | required | description |
---|---|---|---|
conn_id | string | no | Connection string as handed to you by the Onesecondbefore team. Default is `google_cloud_default` |
dimensions | array with enumerator (date, country, device, page, query, searchAppearance) | yes | Contains the dimensions of the report |
site | string | yes | Contains the site, like https://www.onesecondbefore.com |
aggregationType | enumerator (byProperty, byPage) | no | Default is byProperty . Contains aggregation type.
|
item | description |
---|---|
API | Google Search Console API |
Pre-formatted schema | Yes. Comes with a pre-formatted and described schema. |