Skip to content

Commit 0c50144

Browse files
Google APIscopybara-github
authored andcommitted
feat: added support for KeyEvents AdminAPI ChangeHistory
PiperOrigin-RevId: 733342525
1 parent 938783f commit 0c50144

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

google/analytics/admin/v1alpha/resources.proto

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -240,6 +240,9 @@ enum ChangeHistoryResourceType {
240240

241241
// CalculatedMetric resource
242242
CALCULATED_METRIC = 31;
243+
244+
// KeyEvent resource
245+
KEY_EVENT = 32;
243246
}
244247

245248
// Status of the Google Signals settings.
@@ -998,6 +1001,9 @@ message ChangeHistoryChange {
9981001

9991002
// A snapshot of a CalculatedMetric resource in change history.
10001003
CalculatedMetric calculated_metric = 31;
1004+
1005+
// A snapshot of a KeyEvent resource in change history.
1006+
KeyEvent key_event = 32;
10011007
}
10021008
}
10031009

0 commit comments

Comments
 (0)