Reference documentation and code samples for the Google Analytics Admin V1alpha Client 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.
Generated from protobuf message google.analytics.admin.v1alpha.ChangeHistoryEvent
Namespace
Google \ Analytics \ Admin \ V1alphaMethods
__construct
Constructor.
data
array
Optional. Data for populating the Message object.
↳ id
string
ID of this change history event. This ID is unique across Google Analytics.
↳ change_time
↳ actor_type
int
The type of actor that made this change.
↳ user_actor_email
string
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.
↳ changes_filtered
bool
If true, then the list of changes returned was filtered, and does not represent all changes that occurred in this event.
↳ changes
array< ChangeHistoryChange
>
A list of changes made in this change history event that fit the filters specified in SearchChangeHistoryEventsRequest.
getId
ID of this change history event. This ID is unique across Google Analytics.
string
setId
ID of this change history event. This ID is unique across Google Analytics.
var
string
$this
getChangeTime
Time when change was made.
hasChangeTime
clearChangeTime
setChangeTime
Time when change was made.
$this
getActorType
The type of actor that made this change.
int
setActorType
The type of actor that made this change.
var
int
$this
getUserActorEmail
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.
string
setUserActorEmail
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.
var
string
$this
getChangesFiltered
If true, then the list of changes returned was filtered, and does not represent all changes that occurred in this event.
bool
setChangesFiltered
If true, then the list of changes returned was filtered, and does not represent all changes that occurred in this event.
var
bool
$this
getChanges
A list of changes made in this change history event that fit the filters specified in SearchChangeHistoryEventsRequest.
setChanges
A list of changes made in this change history event that fit the filters specified in SearchChangeHistoryEventsRequest.
$this