Google Search Console analysis template with Python

Поделиться
HTML-код
  • Опубликовано: 8 сен 2024
  • A jupyter notebook for analyzing google search console API data:
    - Get monthly queries
    - Monthly queries by country (with all available metrics: clicks, impressions, position, ctr)
    - Maps
    - Racing charts for top words, countries
    - Interactive line charts for comparing countries
    - Flexible subsets of the data
    - Monthly traffic by URL (segment) by country
    Code, report, and data: bit.ly/3Q4LgA3
    #advertools #datascience #python #pandas #plotly #quarto #datavisualization

Комментарии • 2

  • @PaulLowYT
    @PaulLowYT 6 месяцев назад

    Hey Elias, thanks for the template.
    When File > save and export notebook as > html
    the html doesnt look as in the video. It seems that the first block is not loading and in the Html appears all the code. what can i do? thanks

    • @EliasDabbas
      @EliasDabbas  6 месяцев назад

      Thanks @PaulLowYT. The default interface converts to HTML, but not like the one I shared. I'm using Quarto to convert to HTML. You can check out it documentation here: quarto.org/