ga4_create_property
Create a GA4 property with a web data stream under an existing Analytics account and get the G- measurement ID. Dry-run by default; refuses duplicate display names.
Instructions
⚠️ MUTATING — Create a GA4 property under an existing Analytics account, plus a web data stream (returns the G- measurement ID). Refuses on duplicate display name. Dry-run by default.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirmed | No | Must be true to execute. Defaults to false (dry run). | |
| time_zone | No | IANA tz. Defaults to GA4_DEFAULT_TIME_ZONE env, else UTC. | |
| website_url | Yes | https:// URL for the web data stream. | |
| display_name | Yes | Property name, e.g. 'Acme Pools & Spas'. | |
| analytics_account | Yes | Parent, e.g. 'accounts/12345678' (from ga4_list_properties). |