devdash icon indicating copy to clipboard operation
devdash copied to clipboard

gsc.table_pages not working?

Open tomkyle opened this issue 2 years ago • 0 comments

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.

tomkyle avatar Sep 25 '22 12:09 tomkyle