Google Analytics · JSON Structure

Admin Api Change History Event Structure

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.

Type: object Properties: 6
AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine-LearningAttribution

ChangeHistoryEvent is a JSON Structure definition published by Google Analytics, describing 6 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.

Properties

actorType changeTime changes changesFiltered id userActorEmail

Meta-schema: https://json-structure.org/meta/core/v0/#

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/meta/core/v0/#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/google-analytics/refs/heads/main/json-structure/admin-api-change-history-event-structure.json",
  "name": "ChangeHistoryEvent",
  "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.",
  "type": "object",
  "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.",
      "type": "datetime",
      "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": {
        "description": "A description of a change to a single Google Analytics resource.",
        "properties": {
          "action": {
            "description": "The type of action that changed this resource.",
            "enum": [
              "ACTION_TYPE_UNSPECIFIED",
              "CREATED",
              "UPDATED",
              "DELETED"
            ],
            "type": "string",
            "example": "ACTION_TYPE_UNSPECIFIED"
          },
          "resource": {
            "description": "Resource name of the resource whose changes are described by this entry.",
            "type": "string",
            "example": "example_value"
          },
          "resourceAfterChange": {
            "$ref": "#/components/schemas/GoogleAnalyticsAdminV1betaChangeHistoryChangeChangeHistoryResource",
            "description": "Resource contents from after the change was made. If this resource was deleted in this change, this field will be missing."
          },
          "resourceBeforeChange": {
            "$ref": "#/components/schemas/GoogleAnalyticsAdminV1betaChangeHistoryChangeChangeHistoryResource",
            "description": "Resource contents from before the change was made. If this resource was created in this change, this field will be missing."
          }
        },
        "type": "object"
      },
      "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"
    }
  }
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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.
All 92 tools →

Call it yourself

curl for this page
This JSON Structure
curl "https://apis.io/api/v1/json-structures/admin-api-change-history-event-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.