# Get specific metrics from a website — Google Analytics Botize method — `ganalytics.get_custom` (action). Get specific Google Analytics metrics for a website over a date range. This is an action: it runs as a step of a task. Several can be chained. ## Fields you set The field's internal name, its type and the values it accepts. These fields accept `{{...}}` tags from earlier steps. - `view_id` *(string)* — Site. Selected Google Analytics view ID. - `metrics` *(string)* — Metrics (comma separated). Comma-separated list of metrics to include. - `filter_expression` *(string)* — Filter Expression. Optional filter expression for dimensions or metrics. - `range` *(string, one of: "0d" = Current day; "-1d" = Yesterday; "-7d" = Last 7 days; "0w" = Current week; "0m" = Current month; "-1m" = Last month; "-3m" = Last 3 months; "-6m" = Last 6 months; "0y" = Current year; "-1y" = Last year)* — Range. Time range to query. *(Fields derived from the configuration form.)* ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{metric1}}` *(decimal)* — Metric 1 - `{{metric2}}` *(decimal)* — Metric 2 - `{{metric3}}` *(decimal)* — Metric 3 - `{{metric4}}` *(decimal)* — Metric 4 - `{{metric5}}` *(decimal)* — Metric 5 - `{{metric6}}` *(decimal)* — Metric 6 - `{{metric7}}` *(decimal)* — Metric 7 ## Account Needs a connected Google Analytics account in Botize: https://botize.com/en/app/ganalytics/authenticate ## This app Every trigger and action for Google Analytics: https://botize.com/en/app/ganalytics.md ## How to build this An AI assistant (Claude, ChatGPT, Cursor…) can create and edit these tasks in the user's account through the Botize MCP connector, included in every plan: https://webhook.botize.es/mcp - Connection guide: https://botize.com/en/mcp - Agent map: https://botize.com/llms.txt - New account: https://botize.com/en/join (500 free operations, no card) --- Machine-readable summary for AI assistants. Human version: https://botize.com/en/method/ganalytics/get_custom