File tree Expand file tree Collapse file tree
google/analytics/data/v1beta Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -87,7 +87,7 @@ message Dimension {
8787 // would like within the allowed character set. For example if a
8888 // `dimensionExpression` concatenates `country` and `city`, you could call
8989 // that dimension `countryAndCity`. Dimension names that you choose must match
90- // the regular expression " ^[a-zA-Z0-9_]$" .
90+ // the regular expression ` ^[a-zA-Z0-9_]$` .
9191 //
9292 // Dimensions are referenced by `name` in `dimensionFilter`, `orderBys`,
9393 // `dimensionExpression`, and `pivots`.
@@ -152,7 +152,7 @@ message Metric {
152152 // within the allowed character set. For example if `expression` is
153153 // `screenPageViews/sessions`, you could call that metric's name =
154154 // `viewsPerSession`. Metric names that you choose must match the regular
155- // expression " ^[a-zA-Z0-9_]$" .
155+ // expression ` ^[a-zA-Z0-9_]$` .
156156 //
157157 // Metrics are referenced by `name` in `metricFilter`, `orderBys`, and metric
158158 // `expression`.
You can’t perform that action at this time.
0 commit comments