# Get metrics from all the campaigns — Google Analytics Botize method — `ganalytics.get_metrics_all_campaigns` (action). Get aggregated Google Analytics metrics across all campaigns. 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. The ID of the site or analytics view. - `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. Select the time range for analytics data. *(Fields derived from the configuration form.)* ## Output variables Data this step makes available. Reference them in later steps with the double-brace tag. - `{{impressions}}` *(int)* — Impressions - `{{adclicks}}` *(int)* — adClicks - `{{ctr}}` *(int)* — CTR - `{{cpc}}` *(int)* — CPC - `{{cpm}}` *(int)* — CPM ## 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_metrics_all_campaigns