Google Analytics Admin V1alpha API - Class Google::Analytics::Admin::V1alpha::ChangeHistoryEvent (v0.11.0)

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

#actor_type=

def actor_type=(value) -> ::Google::Analytics::Admin::V1alpha::ActorType
Parameter
Returns

#change_time

def change_time() -> ::Google::Protobuf::Timestamp
Returns

#change_time=

def change_time=(value) -> ::Google::Protobuf::Timestamp
Parameter
Returns

#changes

def changes() -> ::Array<::Google::Analytics::Admin::V1alpha::ChangeHistoryChange>
Returns

#changes=

def changes=(value) -> ::Array<::Google::Analytics::Admin::V1alpha::ChangeHistoryChange>
Parameter
Returns

#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.