Google Search Console
google_search_consoleGoogle Search Console provides tools to monitor, maintain, and troubleshoot your site's presence in Google Search results.
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ónRetrieves information about a specific sitemap for a site.
GOOGLE_SEARCH_CONSOLE_GET_SITEMAPAcciónRetrieves information about a specific sitemap for a site.
Parámetros de entrada
feedpathstringObligatorioThe URL of the sitemap to retrieve. For example: https://www.example.com/sitemap.xml
site_urlstringObligatorioThe site's URL, including protocol. For example: https://www.example.com/
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Inspect URLGOOGLE_SEARCH_CONSOLE_INSPECT_URLAcciónInspects a url for indexing issues and status in google search console.
GOOGLE_SEARCH_CONSOLE_INSPECT_URLAcciónInspects a url for indexing issues and status in google search console.
Parámetros de entrada
urlstringObligatorioThe URL to inspect. For example: https://www.example.com/page
site_urlstringObligatorioThe site's URL, including protocol. For example: https://www.example.com/
language_codestringThe language code of the page. For example: en-US
inspection_urlstringObligatorioThe URL of the property as defined in Search Console. For example: https://www.example.com/
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List SitemapsGOOGLE_SEARCH_CONSOLE_LIST_SITEMAPSAcciónLists all sitemaps for a site in google search console.
GOOGLE_SEARCH_CONSOLE_LIST_SITEMAPSAcciónLists all sitemaps for a site in google search console.
Parámetros de entrada
site_urlstringObligatorioThe site's URL, including protocol. For example: https://www.example.com/
sitemap_indexstringThe sitemap index to start listing from. Used for pagination.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
List SitesGOOGLE_SEARCH_CONSOLE_LIST_SITESAcciónLists all sites owned by the authenticated user in google search console.
GOOGLE_SEARCH_CONSOLE_LIST_SITESAcciónLists all sites owned by the authenticated user in google search console.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search Analytics QueryGOOGLE_SEARCH_CONSOLE_SEARCH_ANALYTICS_QUERYAcciónQueries google search console for search analytics data including clicks, impressions, ctr, and position metrics.
GOOGLE_SEARCH_CONSOLE_SEARCH_ANALYTICS_QUERYAcciónQueries google search console for search analytics data including clicks, impressions, ctr, and position metrics.
Parámetros de entrada
end_datestringObligatorioThe end date of the date range for the query, in YYYY-MM-DD format.
site_urlstringObligatorioThe site's URL, including protocol. For example: https://www.example.com/
row_limitintegerThe maximum number of rows to return. Must be between 1 and 5000.
start_rowintegerThe first row to return from the result set. Used for pagination.
data_statestringThe data state to return. Possible values: final, all
dimensionsstring[]The dimensions to group the data by. Possible values: query, page, country, device, date
start_datestringObligatorioThe start date of the date range for the query, in YYYY-MM-DD format.
search_typestringThe search type to filter by. Possible values: web, video, image, news
aggregation_typestringHow 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
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Submit SitemapGOOGLE_SEARCH_CONSOLE_SUBMIT_SITEMAPAcciónSubmits a sitemap to google search console for indexing.
GOOGLE_SEARCH_CONSOLE_SUBMIT_SITEMAPAcciónSubmits a sitemap to google search console for indexing.
Parámetros de entrada
feedpathstringObligatorioThe URL of the sitemap to submit. For example: https://www.example.com/sitemap.xml
site_urlstringObligatorioThe site's URL, including protocol. For example: https://www.example.com/
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not