Google Analytics
google_analyticsGoogle Analytics tracks and reports website traffic, user behavior, and conversion data, enabling marketers to optimize online performance and customer journeys
Acciones disponibles (4)
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.
Create Expanded Data SetGOOGLE_ANALYTICS_CREATE_EXPANDED_DATA_SETAcciónTool to create an expanded data set for a property. use when you need to combine specific dimensions and metrics into a custom dataset after property creation.
GOOGLE_ANALYTICS_CREATE_EXPANDED_DATA_SETAcciónTool to create an expanded data set for a property. use when you need to combine specific dimensions and metrics into a custom dataset after property creation.
Parámetros de entrada
parentstringObligatorioParent property resource name. Format: properties/{propertyId}
expandedDataSetobjectObligatorioDefinition of the ExpandedDataSet to create.
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
Get AccountGOOGLE_ANALYTICS_GET_ACCOUNTAcciónTool to retrieve a single account by its resource name. use when you need detailed account info after confirming the account resource name (e.g., accounts/100).
GOOGLE_ANALYTICS_GET_ACCOUNTAcciónTool to retrieve a single account by its resource name. use when you need detailed account info after confirming the account resource name (e.g., accounts/100).
Parámetros de entrada
namestringObligatorioRequired. The resource name of the Account to retrieve. Format: accounts/{account_id}, e.g., 'accounts/100'.
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 AccountsGOOGLE_ANALYTICS_LIST_ACCOUNTSAcciónTool to list all accounts accessible by the caller. use when you need to enumerate all google analytics accounts your credentials can access.
GOOGLE_ANALYTICS_LIST_ACCOUNTSAcciónTool to list all accounts accessible by the caller. use when you need to enumerate all google analytics accounts your credentials can access.
Parámetros de entrada
pageSizeintegerOptional. Maximum number of accounts to return. Must be ≥1.
pageTokenstringOptional. Token for retrieving the next page of results.
showDeletedbooleanOptional. Whether to include soft-deleted (trashed) Accounts.
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 AudiencesGOOGLE_ANALYTICS_LIST_AUDIENCESAcciónTool to list all audiences on a property. use when you need to fetch all audiences for a ga4 property after confirming its existence.
GOOGLE_ANALYTICS_LIST_AUDIENCESAcciónTool to list all audiences on a property. use when you need to fetch all audiences for a ga4 property after confirming its existence.
Parámetros de entrada
parentstringObligatorioRequired. Resource name of the parent property. Format: properties/{property_id}
pageSizeintegerOptional. Maximum number of Audiences to return.
pageTokenstringOptional. Token for retrieving the next page of results.
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