Function Details

Google Search Console

Provided by

Logo

Google

Fetches Google Search Console data for a given authorized site property.

Outputs

This node outputs a table with the following columns:

Metric Columns (Always included): impressions, clicks, ctr, position

Dimension Columns (Optional - Selected from configuration): page, query, device, country

Example

Where the page dimension only is selected, the result would be:

[{"impressions": 1000,
  "clicks": 100,
  "ctr": 0.1,
  "position": 5,
  "page": "https://example.com/page1"},
  ... up to 25000 results]

Filtering

In the "Filters" field, you can specify a list of filters to apply to the data. Enter filters in the format: [dimension] [operator] [expression].

Supported operators:

- equals

- notEquals

- contains

- notContains

- includingRegex

- excludingRegex


Supported dimensions:

- query

- page

- country

- device


Examples:

country equals FRA

query contains mobile use

device notContains tablet


For more info check out the Google Search Console query reference: https://developers.google.com/webmaster-tools/v1/searchanalytics/query