Hi there! Are you looking for the official Deno documentation? Try docs.deno.com for all your Deno learning needs.

GoogleAnalyticsAdminV1betaChangeHistoryEvent

import type { GoogleAnalyticsAdminV1betaChangeHistoryEvent } from "https://googleapis.deno.dev/v1/analyticsadmin:v1beta.ts";

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.

interface GoogleAnalyticsAdminV1betaChangeHistoryEvent {
actorType?:
| "ACTOR_TYPE_UNSPECIFIED"
| "USER"
| "SYSTEM"
| "SUPPORT";
changesFiltered?: boolean;
changeTime?: Date;
id?: string;
userActorEmail?: string;
}

§Properties

§
actorType?: "ACTOR_TYPE_UNSPECIFIED" | "USER" | "SYSTEM" | "SUPPORT"
[src]

The type of actor that made this change.

§

A list of changes made in this change history event that fit the filters specified in SearchChangeHistoryEventsRequest.

§
changesFiltered?: boolean
[src]

If true, then the list of changes returned was filtered, and does not represent all changes that occurred in this event.

§
changeTime?: Date
[src]

Time when change was made.

§
id?: string
[src]

ID of this change history event. This ID is unique across Google Analytics.

§
userActorEmail?: string
[src]

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.