GoogleAnalyticsAdminV1betaChangeHistoryEvent
A set of changes within a Google Analytics account or its child properties that resulted from the same cause. Common causes would be updates made in the Google Analytics UI, changes from customer support, or automatic Google Analytics system changes.
Properties
| Name | Type | Description |
|---|---|---|
| actorType | string | The type of actor that made this change. |
| changeTime | string | Time when change was made. |
| changes | array | A list of changes made in this change history event that fit the filters specified in SearchChangeHistoryEventsRequest. |
| changesFiltered | boolean | If true, then the list of changes returned was filtered, and does not represent all changes that occurred in this event. |
| id | string | ID of this change history event. This ID is unique across Google Analytics. |
| userActorEmail | string | Email address of the Google account that made the change. This will be a valid email address if the actor field is set to USER, and empty otherwise. Google accounts that have been deleted will cause a |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/GoogleAnalyticsAdminV1betaChangeHistoryEvent",
"title": "GoogleAnalyticsAdminV1betaChangeHistoryEvent",
"description": "A set of changes within a Google Analytics account or its child properties that resulted from the same cause. Common causes would be updates made in the Google Analytics UI, changes from customer support, or automatic Google Analytics system changes.",
"properties": {
"actorType": {
"description": "The type of actor that made this change.",
"enum": [
"ACTOR_TYPE_UNSPECIFIED",
"USER",
"SYSTEM",
"SUPPORT"
],
"type": "string",
"example": "ACTOR_TYPE_UNSPECIFIED"
},
"changeTime": {
"description": "Time when change was made.",
"format": "google-datetime",
"type": "string",
"example": "2026-04-17T12:00:00Z"
},
"changes": {
"description": "A list of changes made in this change history event that fit the filters specified in SearchChangeHistoryEventsRequest.",
"items": {
"$ref": "#/components/schemas/GoogleAnalyticsAdminV1betaChangeHistoryChange"
},
"type": "array"
},
"changesFiltered": {
"description": "If true, then the list of changes returned was filtered, and does not represent all changes that occurred in this event.",
"type": "boolean",
"example": true
},
"id": {
"description": "ID of this change history event. This ID is unique across Google Analytics.",
"type": "string",
"example": "123456"
},
"userActorEmail": {
"description": "Email address of the Google account that made the change. This will be a valid email address if the actor field is set to USER, and empty otherwise. Google accounts that have been deleted will cause an error.",
"type": "string",
"example": "user@example.com"
}
},
"type": "object"
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-schemas/google-analytics-googleanalyticsadminv1betachangehistoryevent"
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.