File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
google/analytics/admin/v1alpha Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -951,7 +951,7 @@ message GoogleSignalsSettings {
951
951
message CustomDimension {
952
952
option (google.api.resource ) = {
953
953
type : "analyticsadmin.googleapis.com/CustomDimension"
954
- pattern : "properties/{property}/customDimensions"
954
+ pattern : "properties/{property}/customDimensions/{custom_dimension} "
955
955
};
956
956
957
957
// Valid values for the scope of this dimension.
@@ -1011,7 +1011,7 @@ message CustomDimension {
1011
1011
message CustomMetric {
1012
1012
option (google.api.resource ) = {
1013
1013
type : "analyticsadmin.googleapis.com/CustomMetric"
1014
- pattern : "properties/{property}/customMetrics"
1014
+ pattern : "properties/{property}/customMetrics/{custom_metric} "
1015
1015
};
1016
1016
1017
1017
// Possible types of representing the custom metric's value.
You can’t perform that action at this time.
0 commit comments