NAiOS IconNAiOS Logo
Volver al catálogo

Google Analytics

google_analytics

Google Analytics tracks and reports website traffic, user behavior, and conversion data, enabling marketers to optimize online performance and customer journeys

Acciones
4
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 (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ón

Tool 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

  • parentstringObligatorio

    Parent property resource name. Format: properties/{propertyId}

  • expandedDataSetobjectObligatorio

    Definition of the ExpandedDataSet to create.

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

Get AccountGOOGLE_ANALYTICS_GET_ACCOUNTAcción

Tool 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

  • namestringObligatorio

    Required. The resource name of the Account to retrieve. Format: accounts/{account_id}, e.g., 'accounts/100'.

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 AccountsGOOGLE_ANALYTICS_LIST_ACCOUNTSAcción

Tool 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

  • pageSizeinteger

    Optional. Maximum number of accounts to return. Must be ≥1.

  • pageTokenstring

    Optional. Token for retrieving the next page of results.

  • showDeletedboolean

    Optional. Whether to include soft-deleted (trashed) Accounts.

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 AudiencesGOOGLE_ANALYTICS_LIST_AUDIENCESAcción

Tool 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

  • parentstringObligatorio

    Required. Resource name of the parent property. Format: properties/{property_id}

  • pageSizeinteger

    Optional. Maximum number of Audiences to return.

  • pageTokenstring

    Optional. Token for retrieving the next page of results.

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