Available Functions
Function Details
Google Search Console
Provided by
Templates using this Function
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:
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