# Search Console

# Introduction

The search console module allows you to automatically collect data about site's impressions, clicks, and position on Google Search.

# An example of operation

  1. First we grant access to WitCloud service account in Search Console panel
  2. We configure the module in the WitCloud platform
  3. We set the module on the schedule - the data will be collected and stored in witcloud dataset
  4. After the table is processed, you can use other reporting modules or combine it with analytics

# Data schema

Two tables appear in your dataset:

  1. search_console_analytics
Expand for the data schema
Field name Type Mode
date DATE NULLABLE
query STRING NULLABLE
page STRING NULLABLE
country STRING NULLABLE
device STRING NULLABLE
clicks INTEGER NULLABLE
impressions INTEGER NULLABLE
position FLOAT NULLABLE
  1. search_console_totals
Expand for the data schema
Field name Type Mode
date DATE NULLABLE
clicks INTEGER NULLABLE
impressions INTEGER NULLABLE
ctr FLOAT NULLABLE
position FLOAT NULLABLE

# Configuration

# Before you start

Make sure you have your verified your site owership in Search Console panel

You can find a description of this process here link (opens new window)

# WitCloud access to Search Console

In order for Witcloud to be able to get information from the search console, we need to give it appropriate access.

From the menu on the left, select the Settings tab, then click the Projects sub tab.

image alt text

Navigate to project details page by clicking on the gear.

image alt text

Copy the email address of the service account.

image alt text

Go to the Google Search Console panel link (opens new window) and click on settings tab. Make sure you have the correct domain selected.

image alt text

Click on Users and permissions tab.

image alt text

Click on ADD USER button.

image alt text

Paste previously copied service account email, choose Full or Restricted as permission and click ADD button.

image alt text

Everything is ready! From now on, the witcloud can access data from the Search Console

# Start creating the module

From the menu on the left select the Collect tab, then click the Add new data Collect button.

image alt text

Select Search Console from the list of available modules

image alt text

# Initial settings

Fill out the modules form and click on finish button.

Collect name - the name of our module. It will be visible under this name elsewhere on the platform.

Site url - your website address.

image alt text

# Setting the module in the schedule

Your module is now created in WitCloud 📊. The final step is to determine the time range for which you need to retrieve historical data. The schedule for retrieving current data will be created automatically.

Enter the appropriate range and click the Finish button.

Last updated: 2023-07-05T14:12:16.000Z