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

gsc.table_pages not working? #74

@tomkyle

Description

@tomkyle

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions