Google Analytics · Example Payload

Admin Api Change History Event Example

AnalyticsDataGoogleMetricsReportingWeb AnalyticsMachine LearningAttribution

Admin Api Change History Event Example is an example object payload from Google Analytics, with 6 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

actorTypechangeTimechangeschangesFilterediduserActorEmail

Example Payload

Raw ↑
{
  "actorType": "ACTOR_TYPE_UNSPECIFIED",
  "changeTime": "2026-04-17T12:00:00Z",
  "changes": [
    {
      "action": "ACTION_TYPE_UNSPECIFIED",
      "resource": "example_value",
      "resourceAfterChange": "example_value",
      "resourceBeforeChange": "example_value"
    }
  ],
  "changesFiltered": true,
  "id": "123456",
  "userActorEmail": "user@example.com"
}