> ## Documentation Index
> Fetch the complete documentation index at: https://docs.noclick.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Google Analytics

> Connect Google Analytics to your workflows: 3 operations across 2 categories.

The Google Analytics node adds Google Analytics operations to your workflows. Add it on the canvas or ask the AI builder for it by name, then pick an operation and fill in its fields.

<Note>
  You can wire the Google Analytics node into an AI agent as a tool provider: the agent calls the operations you allow. See [Agent tools](/agents/tools).
</Note>

## Credentials

Connect Google Analytics under **Credentials** in the node settings. See [Connecting credentials](/credentials/connecting) for the general flow.

Sign in with your Google Analytics account when prompted; no keys to copy.

NoClick requests the following permissions:

* `https://www.googleapis.com/auth/analytics.readonly`

## Operations

### Metadata

| Operation                            | ID                                 | Description                           |
| ------------------------------------ | ---------------------------------- | ------------------------------------- |
| **Fetch Ga4 Dimensions and Metrics** | `fetch_ga4_dimensions_and_metrics` | List available dimensions and metrics |

### Report

| Operation                   | ID                        | Description               |
| --------------------------- | ------------------------- | ------------------------- |
| **Run Ga4 Realtime Report** | `run_ga4_realtime_report` | Run a GA4 realtime report |
| **Run Ga4 Standard Report** | `run_ga4_standard_report` | Run a GA4 report          |
