ga4_admin
Make direct GA4 Admin API calls for audience and property management using GET, POST, PATCH, DELETE. Real writes for POST/PATCH.
Instructions
GA4 Admin API escape hatch — any method/path under analyticsadmin v1beta (audiences, property/stream updates, etc.). WRITES are real; PATCH usually needs a updateMask query.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| method | Yes | ||
| path | Yes | relative to .../v1beta/ — e.g. properties/123/audiences | |
| body | No | JSON string for POST/PATCH | |
| query | No | e.g. updateMask=displayName |