8000 fix: CustomDimension and CustomMetric resource configuration in Analy… · googleapis/googleapis@d018d54 · GitHub
[go: up one dir, main page]

Skip to content

Commit d018d54

Browse files
Google APIscopybara-github
authored andcommitted
fix: CustomDimension and CustomMetric resource configuration in Analytics Admin API
PiperOrigin-RevId: 448304423
1 parent 936ab35 commit d018d54

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

google/analytics/admin/v1alpha/resources.proto

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -951,7 +951,7 @@ message GoogleSignalsSettings {
951951
message CustomDimension {
952952
option (google.api.resource) = {
953953
type: "analyticsadmin.googleapis.com/CustomDimension"
954-
pattern: "properties/{property}/customDimensions"
954+
pattern: "properties/{property}/customDimensions/{custom_dimension}"
955955
};
956956

957957
// Valid values for the scope of this dimension.
@@ -1011,7 +1011,7 @@ message CustomDimension {
10111011
message CustomMetric {
10121012
option (google.api.resource) = {
10131013
type: "analyticsadmin.googleapis.com/CustomMetric"
1014-
pattern: "properties/{property}/customMetrics"
1014+
pattern: "properties/{property}/customMetrics/{custom_metric}"
10151015
};
10161016

10171017
// Possible types of representing the custom metric's value.

0 commit comments

Comments
 (0)
0