NAiOS IconNAiOS Logo
Volver al catálogo

Google Search Console

google_search_console

Google Search Console provides tools to monitor, maintain, and troubleshoot your site's presence in Google Search results.

Acciones
6
Triggers
0
Autenticación
OAuth gestionado
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

Acciones disponibles (6)

Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.

Get SitemapGOOGLE_SEARCH_CONSOLE_GET_SITEMAPAcción

Retrieves information about a specific sitemap for a site.

Parámetros de entrada

  • feedpathstringObligatorio

    The URL of the sitemap to retrieve. For example: https://www.example.com/sitemap.xml

  • site_urlstringObligatorio

    The site's URL, including protocol. For example: https://www.example.com/

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Inspect URLGOOGLE_SEARCH_CONSOLE_INSPECT_URLAcción

Inspects a url for indexing issues and status in google search console.

Parámetros de entrada

  • urlstringObligatorio

    The URL to inspect. For example: https://www.example.com/page

  • site_urlstringObligatorio

    The site's URL, including protocol. For example: https://www.example.com/

  • language_codestring

    The language code of the page. For example: en-US

  • inspection_urlstringObligatorio

    The URL of the property as defined in Search Console. For example: https://www.example.com/

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List SitemapsGOOGLE_SEARCH_CONSOLE_LIST_SITEMAPSAcción

Lists all sitemaps for a site in google search console.

Parámetros de entrada

  • site_urlstringObligatorio

    The site's URL, including protocol. For example: https://www.example.com/

  • sitemap_indexstring

    The sitemap index to start listing from. Used for pagination.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

List SitesGOOGLE_SEARCH_CONSOLE_LIST_SITESAcción

Lists all sites owned by the authenticated user in google search console.

Parámetros de entrada

Sin parámetros.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search Analytics QueryGOOGLE_SEARCH_CONSOLE_SEARCH_ANALYTICS_QUERYAcción

Queries google search console for search analytics data including clicks, impressions, ctr, and position metrics.

Parámetros de entrada

  • end_datestringObligatorio

    The end date of the date range for the query, in YYYY-MM-DD format.

  • site_urlstringObligatorio

    The site's URL, including protocol. For example: https://www.example.com/

  • row_limitinteger

    The maximum number of rows to return. Must be between 1 and 5000.

  • start_rowinteger

    The first row to return from the result set. Used for pagination.

  • data_statestring

    The data state to return. Possible values: final, all

  • dimensionsstring[]

    The dimensions to group the data by. Possible values: query, page, country, device, date

  • start_datestringObligatorio

    The start date of the date range for the query, in YYYY-MM-DD format.

  • search_typestring

    The search type to filter by. Possible values: web, video, image, news

  • aggregation_typestring

    How data is aggregated. Possible values: auto, byProperty

  • dimension_filter_groupsobject[]

    Filters to apply to the dimensions. Each filter group contains dimension filters.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Submit SitemapGOOGLE_SEARCH_CONSOLE_SUBMIT_SITEMAPAcción

Submits a sitemap to google search console for indexing.

Parámetros de entrada

  • feedpathstringObligatorio

    The URL of the sitemap to submit. For example: https://www.example.com/sitemap.xml

  • site_urlstringObligatorio

    The site's URL, including protocol. For example: https://www.example.com/

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not