Reference documentation and code samples for the Google Analytics Admin V1beta 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.v1beta.ChangeHistoryEvent
Namespace
Google \ Analytics \ Admin \ V1beta
Methods
__construct
Constructor.
Parameters
Name
Description
data
array
Optional. Data for populating the Message object.
↳ id
string
ID of this change history event. This ID is unique across Google Analytics.
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.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Hard to understand","hardToUnderstand","thumb-down"],["Incorrect information or sample code","incorrectInformationOrSampleCode","thumb-down"],["Missing the information/samples I need","missingTheInformationSamplesINeed","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2025-09-04 UTC."],[],[],null,["# Google Analytics Admin V1beta Client - Class ChangeHistoryEvent (0.29.1)\n\nVersion latestkeyboard_arrow_down\n\n- [0.29.1 (latest)](/php/docs/reference/analytics-admin/latest/V1beta.ChangeHistoryEvent)\n- [0.29.0](/php/docs/reference/analytics-admin/0.29.0/V1beta.ChangeHistoryEvent)\n- [0.28.1](/php/docs/reference/analytics-admin/0.28.1/V1beta.ChangeHistoryEvent)\n- [0.27.0](/php/docs/reference/analytics-admin/0.27.0/V1beta.ChangeHistoryEvent)\n- [0.26.0](/php/docs/reference/analytics-admin/0.26.0/V1beta.ChangeHistoryEvent)\n- [0.25.2](/php/docs/reference/analytics-admin/0.25.2/V1beta.ChangeHistoryEvent)\n- [0.24.2](/php/docs/reference/analytics-admin/0.24.2/V1beta.ChangeHistoryEvent)\n- [0.23.0](/php/docs/reference/analytics-admin/0.23.0/V1beta.ChangeHistoryEvent)\n- [0.22.5](/php/docs/reference/analytics-admin/0.22.5/V1beta.ChangeHistoryEvent)\n- [0.20.0](/php/docs/reference/analytics-admin/0.20.0/V1beta.ChangeHistoryEvent)\n- [0.19.0](/php/docs/reference/analytics-admin/0.19.0/V1beta.ChangeHistoryEvent)\n- [0.18.1](/php/docs/reference/analytics-admin/0.18.1/V1beta.ChangeHistoryEvent)\n- [0.17.0](/php/docs/reference/analytics-admin/0.17.0/V1beta.ChangeHistoryEvent)\n- [0.16.0](/php/docs/reference/analytics-admin/0.16.0/V1beta.ChangeHistoryEvent)\n- [0.15.1](/php/docs/reference/analytics-admin/0.15.1/V1beta.ChangeHistoryEvent)\n- [0.14.0](/php/docs/reference/analytics-admin/0.14.0/V1beta.ChangeHistoryEvent)\n- [0.13.0](/php/docs/reference/analytics-admin/0.13.0/V1beta.ChangeHistoryEvent)\n- [0.12.0](/php/docs/reference/analytics-admin/0.12.0/V1beta.ChangeHistoryEvent)\n- [0.11.1](/php/docs/reference/analytics-admin/0.11.1/V1beta.ChangeHistoryEvent)\n- [0.10.0](/php/docs/reference/analytics-admin/0.10.0/V1beta.ChangeHistoryEvent)\n- [0.9.0](/php/docs/reference/analytics-admin/0.9.0/V1beta.ChangeHistoryEvent)\n- [0.8.2](/php/docs/reference/analytics-admin/0.8.2/V1beta.ChangeHistoryEvent) \n| **Beta**\n|\n|\n| This library is covered by the [Pre-GA Offerings Terms](/terms/service-terms#1)\n| of the Terms of Service. Pre-GA libraries might have limited support,\n| and changes to pre-GA libraries might not be compatible with other pre-GA versions.\n| For more information, see the\n[launch stage descriptions](/products#product-launch-stages). \nReference documentation and code samples for the Google Analytics Admin V1beta Client class ChangeHistoryEvent.\n\nA set of changes within a Google Analytics account or its child properties\nthat resulted from the same cause. Common causes would be updates made in the\nGoogle Analytics UI, changes from customer support, or automatic Google\nAnalytics system changes.\n\nGenerated from protobuf message `google.analytics.admin.v1beta.ChangeHistoryEvent`\n\nNamespace\n---------\n\nGoogle \\\\ Analytics \\\\ Admin \\\\ V1beta\n\nMethods\n-------\n\n### __construct\n\nConstructor.\n\n### getId\n\nID of this change history event. This ID is unique across Google Analytics.\n\n### setId\n\nID of this change history event. This ID is unique across Google Analytics.\n\n### getChangeTime\n\nTime when change was made.\n\n### hasChangeTime\n\n### clearChangeTime\n\n### setChangeTime\n\nTime when change was made.\n\n### getActorType\n\nThe type of actor that made this change.\n\n### setActorType\n\nThe type of actor that made this change.\n\n### getUserActorEmail\n\nEmail address of the Google account that made the change. This will be a\nvalid email address if the actor field is set to USER, and empty otherwise.\n\nGoogle accounts that have been deleted will cause an error.\n\n### setUserActorEmail\n\nEmail address of the Google account that made the change. This will be a\nvalid email address if the actor field is set to USER, and empty otherwise.\n\nGoogle accounts that have been deleted will cause an error.\n\n### getChangesFiltered\n\nIf true, then the list of changes returned was filtered, and does not\nrepresent all changes that occurred in this event.\n\n### setChangesFiltered\n\nIf true, then the list of changes returned was filtered, and does not\nrepresent all changes that occurred in this event.\n\n### getChanges\n\nA list of changes made in this change history event that fit the filters\nspecified in SearchChangeHistoryEventsRequest.\n\n### setChanges\n\nA list of changes made in this change history event that fit the filters\nspecified in SearchChangeHistoryEventsRequest."]]