Skip to content
This repository has been archived by the owner on Dec 9, 2023. It is now read-only.

gsc.table_pages not working? #74

Open
tomkyle opened this issue Sep 25, 2022 · 0 comments
Open

gsc.table_pages not working? #74

tomkyle opened this issue Sep 25, 2022 · 0 comments

Comments

@tomkyle
Copy link

tomkyle commented Sep 25, 2022

version 0.5.0 / MacOS via homebrew

It seems widget elements for gsc.table_pages only show data from gsc.table_queries. What may be the reason?

Here the relevant YAML config, copied from the official example:

    services:
      google_search_console:
        keyfile: "/path/to/file.json"
        address: 'https://example.com'
    widgets:
      - row:
          - col:
              size: 12
              elements:
                - name: gsc.table_queries
                  options:
                    title: " Last month queries "
                    start_date: "last_month"
                    end_date: "last_month"
                    character_limit: 25
                    row_limit: 10
                    metrics: "clicks,impressions"
                    border_color: green
                    title_color: green
                    text_color: green
      - row:
          - col:
              size: 12
              elements:
                - name: gsc.table_pages
                  options:
                    title: " Last month pages "
                    start_date: "last_month"
                    end_date: "last_month"
                    character_limit: 25
                    row_limit: 10
                    border_color: yellow
                    title_color: yellow
                    text_color: yellow

and the console output:
grafik

Disclaimer: I am new in this Google-Cloud-Service-Account-Credentials-Key-Json-stuff hell and feel a bit overwhelmed – so, if the reason is to be located there, any hints are appreciated.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant