Skip to content

Commit

Permalink
feat(analyticsadmin): update the api
Browse files Browse the repository at this point in the history
#### analyticsadmin:v1alpha

The following keys were added:
- resources.properties.resources.calculatedMetrics.methods.create (Total Keys: 14)
- resources.properties.resources.calculatedMetrics.methods.delete (Total Keys: 11)
- resources.properties.resources.calculatedMetrics.methods.get (Total Keys: 11)
- resources.properties.resources.calculatedMetrics.methods.list (Total Keys: 16)
- resources.properties.resources.calculatedMetrics.methods.patch (Total Keys: 15)
- schemas.GoogleAnalyticsAdminV1alphaCalculatedMetric (Total Keys: 14)
- schemas.GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource.properties.calculatedMetric.$ref (Total Keys: 1)
- schemas.GoogleAnalyticsAdminV1alphaListCalculatedMetricsResponse (Total Keys: 5)
  • Loading branch information
yoshi-automation committed Jan 23, 2024
1 parent 5955fc9 commit b863607
Show file tree
Hide file tree
Showing 5 changed files with 587 additions and 4 deletions.
24 changes: 24 additions & 0 deletions docs/dyn/analyticsadmin_v1alpha.accounts.html
Original file line number Diff line number Diff line change
Expand Up @@ -701,6 +701,18 @@ <h3>Method Details</h3>
&quot;project&quot;: &quot;A String&quot;, # Immutable. The linked Google Cloud project. When creating a BigQueryLink, you may provide this resource name using either a project number or project ID. Once this resource has been created, the returned project will always have a project that contains a project number. Format: &#x27;projects/{project number}&#x27; Example: &#x27;projects/1234&#x27;
&quot;streamingExportEnabled&quot;: True or False, # If set true, enables streaming export to the linked Google Cloud project.
},
&quot;calculatedMetric&quot;: { # A definition for a calculated metric. # A snapshot of a CalculatedMetric resource in change history.
&quot;calculatedMetricId&quot;: &quot;A String&quot;, # Output only. The ID to use for the calculated metric. In the UI, this is referred to as the &quot;API name.&quot; The calculated_metric_id is used when referencing this calculated metric from external APIs. For example, &quot;calcMetric:{calculated_metric_id}&quot;.
&quot;description&quot;: &quot;A String&quot;, # Optional. Description for this calculated metric. Max length of 4096 characters.
&quot;displayName&quot;: &quot;A String&quot;, # Required. Display name for this calculated metric as shown in the Google Analytics UI. Max length 82 characters.
&quot;formula&quot;: &quot;A String&quot;, # Required. The calculated metric&#x27;s definition. Maximum number of unique referenced custom metrics is 5. Formulas supports the following operations: + (addition), - (subtraction), - (negative), * (multiplication), / (division), () (parenthesis). Any valid real numbers are acceptable that fit in a Long (64bit integer) or a Double (64 bit floating point number). Example formula: &quot;( customEvent:parameter_name + cartPurchaseQuantity ) / 2.0&quot;
&quot;invalidMetricReference&quot;: True or False, # Output only. If true, this calculated metric has a invalid metric reference. Anything using a calculated metric with invalid_metric_reference set to true may fail, produce warnings, or produce unexpected results.
&quot;metricUnit&quot;: &quot;A String&quot;, # Required. The type for the calculated metric&#x27;s value.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this CalculatedMetric. Format: &#x27;properties/{property_id}/calculatedMetrics/{calculated_metric_id}&#x27;
&quot;restrictedMetricType&quot;: [ # Output only. Types of restricted data that this metric contains.
&quot;A String&quot;,
],
},
&quot;channelGroup&quot;: { # A resource message representing a Channel Group. # A snapshot of a ChannelGroup resource in change history.
&quot;description&quot;: &quot;A String&quot;, # The description of the Channel Group. Max length of 256 characters.
&quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the Channel Group. Max length of 80 characters.
Expand Down Expand Up @@ -1168,6 +1180,18 @@ <h3>Method Details</h3>
&quot;project&quot;: &quot;A String&quot;, # Immutable. The linked Google Cloud project. When creating a BigQueryLink, you may provide this resource name using either a project number or project ID. Once this resource has been created, the returned project will always have a project that contains a project number. Format: &#x27;projects/{project number}&#x27; Example: &#x27;projects/1234&#x27;
&quot;streamingExportEnabled&quot;: True or False, # If set true, enables streaming export to the linked Google Cloud project.
},
&quot;calculatedMetric&quot;: { # A definition for a calculated metric. # A snapshot of a CalculatedMetric resource in change history.
&quot;calculatedMetricId&quot;: &quot;A String&quot;, # Output only. The ID to use for the calculated metric. In the UI, this is referred to as the &quot;API name.&quot; The calculated_metric_id is used when referencing this calculated metric from external APIs. For example, &quot;calcMetric:{calculated_metric_id}&quot;.
&quot;description&quot;: &quot;A String&quot;, # Optional. Description for this calculated metric. Max length of 4096 characters.
&quot;displayName&quot;: &quot;A String&quot;, # Required. Display name for this calculated metric as shown in the Google Analytics UI. Max length 82 characters.
&quot;formula&quot;: &quot;A String&quot;, # Required. The calculated metric&#x27;s definition. Maximum number of unique referenced custom metrics is 5. Formulas supports the following operations: + (addition), - (subtraction), - (negative), * (multiplication), / (division), () (parenthesis). Any valid real numbers are acceptable that fit in a Long (64bit integer) or a Double (64 bit floating point number). Example formula: &quot;( customEvent:parameter_name + cartPurchaseQuantity ) / 2.0&quot;
&quot;invalidMetricReference&quot;: True or False, # Output only. If true, this calculated metric has a invalid metric reference. Anything using a calculated metric with invalid_metric_reference set to true may fail, produce warnings, or produce unexpected results.
&quot;metricUnit&quot;: &quot;A String&quot;, # Required. The type for the calculated metric&#x27;s value.
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this CalculatedMetric. Format: &#x27;properties/{property_id}/calculatedMetrics/{calculated_metric_id}&#x27;
&quot;restrictedMetricType&quot;: [ # Output only. Types of restricted data that this metric contains.
&quot;A String&quot;,
],
},
&quot;channelGroup&quot;: { # A resource message representing a Channel Group. # A snapshot of a ChannelGroup resource in change history.
&quot;description&quot;: &quot;A String&quot;, # The description of the Channel Group. Max length of 256 characters.
&quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the Channel Group. Max length of 80 characters.
Expand Down

0 comments on commit b863607

Please sign in to comment.