Class 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.
Implements
Inherited Members
Namespace: Google.Apis.GoogleAnalyticsAdmin.v1beta.Data
Assembly: Google.Apis.GoogleAnalyticsAdmin.v1beta.dll
Syntax
public class GoogleAnalyticsAdminV1betaChangeHistoryEvent : IDirectResponseSchema
Properties
ActorType
The type of actor that made this change.
Declaration
[JsonProperty("actorType")]
public virtual string ActorType { get; set; }
Property Value
Type | Description |
---|---|
string |
ChangeTime
object representation of ChangeTimeRaw.
Declaration
[JsonIgnore]
[Obsolete("This property is obsolete and may behave unexpectedly; please use ChangeTimeDateTimeOffset instead.")]
public virtual object ChangeTime { get; set; }
Property Value
Type | Description |
---|---|
object |
ChangeTimeDateTimeOffset
DateTimeOffset representation of ChangeTimeRaw.
Declaration
[JsonIgnore]
public virtual DateTimeOffset? ChangeTimeDateTimeOffset { get; set; }
Property Value
Type | Description |
---|---|
DateTimeOffset? |
ChangeTimeRaw
Time when change was made.
Declaration
[JsonProperty("changeTime")]
public virtual string ChangeTimeRaw { get; set; }
Property Value
Type | Description |
---|---|
string |
Changes
A list of changes made in this change history event that fit the filters specified in SearchChangeHistoryEventsRequest.
Declaration
[JsonProperty("changes")]
public virtual IList<GoogleAnalyticsAdminV1betaChangeHistoryChange> Changes { get; set; }
Property Value
Type | Description |
---|---|
IList<GoogleAnalyticsAdminV1betaChangeHistoryChange> |
ChangesFiltered
If true, then the list of changes returned was filtered, and does not represent all changes that occurred in this event.
Declaration
[JsonProperty("changesFiltered")]
public virtual bool? ChangesFiltered { get; set; }
Property Value
Type | Description |
---|---|
bool? |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
Type | Description |
---|---|
string |
Id
ID of this change history event. This ID is unique across Google Analytics.
Declaration
[JsonProperty("id")]
public virtual 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
[JsonProperty("userActorEmail")]
public virtual string UserActorEmail { get; set; }
Property Value
Type | Description |
---|---|
string |