Reference documentation and code samples for the Google Analytics Admin V1alpha API class Google::Analytics::Admin::V1alpha::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.
Inherits
- Object
Extended By
- Google::Protobuf::MessageExts::ClassMethods
Includes
- Google::Protobuf::MessageExts
Methods
#actor_type
def actor_type() -> ::Google::Analytics::Admin::V1alpha::ActorType
Returns
- (::Google::Analytics::Admin::V1alpha::ActorType) — The type of actor that made this change.
#actor_type=
def actor_type=(value) -> ::Google::Analytics::Admin::V1alpha::ActorType
Parameter
- value (::Google::Analytics::Admin::V1alpha::ActorType) — The type of actor that made this change.
Returns
- (::Google::Analytics::Admin::V1alpha::ActorType) — The type of actor that made this change.
#change_time
def change_time() -> ::Google::Protobuf::Timestamp
Returns
- (::Google::Protobuf::Timestamp) — Time when change was made.
#change_time=
def change_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
- value (::Google::Protobuf::Timestamp) — Time when change was made.
Returns
- (::Google::Protobuf::Timestamp) — Time when change was made.
#changes
def changes() -> ::Array<::Google::Analytics::Admin::V1alpha::ChangeHistoryChange>
Returns
- (::Array<::Google::Analytics::Admin::V1alpha::ChangeHistoryChange>) — A list of changes made in this change history event that fit the filters specified in SearchChangeHistoryEventsRequest.
#changes=
def changes=(value) -> ::Array<::Google::Analytics::Admin::V1alpha::ChangeHistoryChange>
Parameter
- value (::Array<::Google::Analytics::Admin::V1alpha::ChangeHistoryChange>) — A list of changes made in this change history event that fit the filters specified in SearchChangeHistoryEventsRequest.
Returns
- (::Array<::Google::Analytics::Admin::V1alpha::ChangeHistoryChange>) — A list of changes made in this change history event that fit the filters specified in SearchChangeHistoryEventsRequest.
#changes_filtered
def changes_filtered() -> ::Boolean
Returns
- (::Boolean) — If true, then the list of changes returned was filtered, and does not represent all changes that occurred in this event.
#changes_filtered=
def changes_filtered=(value) -> ::Boolean
Parameter
- value (::Boolean) — If true, then the list of changes returned was filtered, and does not represent all changes that occurred in this event.
Returns
- (::Boolean) — If true, then the list of changes returned was filtered, and does not represent all changes that occurred in this event.
#id
def id() -> ::String
Returns
- (::String) — ID of this change history event. This ID is unique across Google Analytics.
#id=
def id=(value) -> ::String
Parameter
- value (::String) — ID of this change history event. This ID is unique across Google Analytics.
Returns
- (::String) — ID of this change history event. This ID is unique across Google Analytics.
#user_actor_email
def user_actor_email() -> ::String
Returns
- (::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.
#user_actor_email=
def user_actor_email=(value) -> ::String
Parameter
- value (::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.
Returns
- (::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.