Class ChangeHistoryEvent
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.
Implements
Namespace: Google.Analytics.Admin.V1Beta
Assembly: Google.Analytics.Admin.V1Beta.dll
Syntax
public sealed class ChangeHistoryEvent : IMessage<ChangeHistoryEvent>, IEquatable<ChangeHistoryEvent>, IDeepCloneable<ChangeHistoryEvent>, IBufferMessage, IMessage
Constructors
ChangeHistoryEvent()
Declaration
public ChangeHistoryEvent()
ChangeHistoryEvent(ChangeHistoryEvent)
Declaration
public ChangeHistoryEvent(ChangeHistoryEvent other)
Parameters
Type | Name | Description |
---|---|---|
ChangeHistoryEvent | other |
Properties
ActorType
The type of actor that made this change.
Declaration
public ActorType ActorType { get; set; }
Property Value
Type | Description |
---|---|
ActorType |
ChangeTime
Time when change was made.
Declaration
public Timestamp ChangeTime { get; set; }
Property Value
Type | Description |
---|---|
Timestamp |
Changes
A list of changes made in this change history event that fit the filters specified in SearchChangeHistoryEventsRequest.
Declaration
public RepeatedField<ChangeHistoryChange> Changes { get; }
Property Value
Type | Description |
---|---|
RepeatedField<ChangeHistoryChange> |
ChangesFiltered
If true, then the list of changes returned was filtered, and does not represent all changes that occurred in this event.
Declaration
public bool ChangesFiltered { get; set; }
Property Value
Type | Description |
---|---|
bool |
Id
ID of this change history event. This ID is unique across Google Analytics.
Declaration
public string Id { get; set; }
Property Value
Type | Description |
---|---|
string |
UserActorEmail
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.
Declaration
public string UserActorEmail { get; set; }
Property Value
Type | Description |
---|---|
string |