Skip to content

Commit

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

The following keys were added:
- schemas.GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource.properties.expandedDataSet.$ref (Total Keys: 1)
- schemas.GoogleAnalyticsAdminV1alphaExpandedDataSet (Total Keys: 37)
  • Loading branch information
yoshi-automation committed Oct 18, 2022
1 parent 5d54a7d commit 41818c6
Show file tree
Hide file tree
Showing 2 changed files with 216 additions and 1 deletion.
68 changes: 68 additions & 0 deletions docs/dyn/analyticsadmin_v1alpha.accounts.html
Expand Up @@ -427,6 +427,40 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for this DisplayVideo360AdvertiserLinkProposal resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinkProposals/{proposalId} Note: proposalId is not the Display &amp; Video 360 Advertiser ID
&quot;validationEmail&quot;: &quot;A String&quot;, # Input only. On a proposal being sent to Display &amp; Video 360, this field must be set to the email address of an admin on the target advertiser. This is used to verify that the Google Analytics admin is aware of at least one admin on the Display &amp; Video 360 Advertiser. This does not restrict approval of the proposal to a single user. Any admin on the Display &amp; Video 360 Advertiser may approve the proposal.
},
&quot;expandedDataSet&quot;: { # A resource message representing a GA4 ExpandedDataSet. # A snapshot of an ExpandedDataSet resource in change history.
&quot;dataCollectionStartTime&quot;: &quot;A String&quot;, # Output only. Time when expanded data set began (or will begin) collecing data.
&quot;description&quot;: &quot;A String&quot;, # Optional. The description of the ExpandedDataSet. Max 50 chars.
&quot;dimensionFilterExpression&quot;: { # A logical expression of EnhancedDataSet dimension filters. # Immutable. A logical expression of ExpandedDataSet filters applied to dimension included in the ExpandedDataSet. This filter is used to reduce the number of rows and thus the change of encountering `other row`.
&quot;andGroup&quot;: { # A list of ExpandedDataSet filter expressions. # A list of expressions to be AND鈥檈d together. It must contain a ExpandedDataSetFilterExpression with either not_expression or dimension_filter. This must be set for the top level ExpandedDataSetFilterExpression.
&quot;filterExpressions&quot;: [ # A list of ExpandedDataSet filter expressions.
# Object with schema name: GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression
],
},
&quot;filter&quot;: { # A specific filter for a single dimension # A filter on a single dimension. This cannot be set on the top level ExpandedDataSetFilterExpression.
&quot;fieldName&quot;: &quot;A String&quot;, # Required. The dimension name to filter.
&quot;inListFilter&quot;: { # A filter for a string dimension that matches a particular list of options. # A filter for a string dimension that matches a particular list of options.
&quot;caseSensitive&quot;: True or False, # Optional. If true, the match is case-sensitive. If false, the match is case-insensitive. Must be true.
&quot;values&quot;: [ # Required. The list of possible string values to match against. Must be non-empty.
&quot;A String&quot;,
],
},
&quot;stringFilter&quot;: { # A filter for a string-type dimension that matches a particular pattern. # A filter for a string-type dimension that matches a particular pattern.
&quot;caseSensitive&quot;: True or False, # Optional. If true, the match is case-sensitive. If false, the match is case-insensitive. Must be true when match_type is EXACT. Must be false when match_type is CONTAINS.
&quot;matchType&quot;: &quot;A String&quot;, # Required. The match type for the string filter.
&quot;value&quot;: &quot;A String&quot;, # Required. The string value to be matched against.
},
},
&quot;notExpression&quot;: # Object with schema name: GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression # A filter expression to be NOT&#x27;ed (i.e., inverted, complemented). It must include a dimension_filter. This cannot be set on the top level ExpandedDataSetFilterExpression.
},
&quot;dimensionNames&quot;: [ # Immutable. The list of dimensions included in the ExpandedDataSet. See the [API Dimensions](https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#dimensions) for the list of dimension names.
&quot;A String&quot;,
],
&quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the ExpandedDataSet. Max 200 chars.
&quot;metricNames&quot;: [ # Immutable. The list of metrics included in the ExpandedDataSet. See the [API Metrics](https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#metrics) for the list of dimension names.
&quot;A String&quot;,
],
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for this ExpandedDataSet resource. Format: properties/{property_id}/expandedDataSets/{expanded_data_set}
},
&quot;firebaseLink&quot;: { # A link between a GA4 property and a Firebase project. # A snapshot of a FirebaseLink resource in change history.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this FirebaseLink was originally created.
&quot;name&quot;: &quot;A String&quot;, # Output only. Example format: properties/1234/firebaseLinks/5678
Expand Down Expand Up @@ -564,6 +598,40 @@ <h3>Method Details</h3>
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for this DisplayVideo360AdvertiserLinkProposal resource. Format: properties/{propertyId}/displayVideo360AdvertiserLinkProposals/{proposalId} Note: proposalId is not the Display &amp; Video 360 Advertiser ID
&quot;validationEmail&quot;: &quot;A String&quot;, # Input only. On a proposal being sent to Display &amp; Video 360, this field must be set to the email address of an admin on the target advertiser. This is used to verify that the Google Analytics admin is aware of at least one admin on the Display &amp; Video 360 Advertiser. This does not restrict approval of the proposal to a single user. Any admin on the Display &amp; Video 360 Advertiser may approve the proposal.
},
&quot;expandedDataSet&quot;: { # A resource message representing a GA4 ExpandedDataSet. # A snapshot of an ExpandedDataSet resource in change history.
&quot;dataCollectionStartTime&quot;: &quot;A String&quot;, # Output only. Time when expanded data set began (or will begin) collecing data.
&quot;description&quot;: &quot;A String&quot;, # Optional. The description of the ExpandedDataSet. Max 50 chars.
&quot;dimensionFilterExpression&quot;: { # A logical expression of EnhancedDataSet dimension filters. # Immutable. A logical expression of ExpandedDataSet filters applied to dimension included in the ExpandedDataSet. This filter is used to reduce the number of rows and thus the change of encountering `other row`.
&quot;andGroup&quot;: { # A list of ExpandedDataSet filter expressions. # A list of expressions to be AND鈥檈d together. It must contain a ExpandedDataSetFilterExpression with either not_expression or dimension_filter. This must be set for the top level ExpandedDataSetFilterExpression.
&quot;filterExpressions&quot;: [ # A list of ExpandedDataSet filter expressions.
# Object with schema name: GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression
],
},
&quot;filter&quot;: { # A specific filter for a single dimension # A filter on a single dimension. This cannot be set on the top level ExpandedDataSetFilterExpression.
&quot;fieldName&quot;: &quot;A String&quot;, # Required. The dimension name to filter.
&quot;inListFilter&quot;: { # A filter for a string dimension that matches a particular list of options. # A filter for a string dimension that matches a particular list of options.
&quot;caseSensitive&quot;: True or False, # Optional. If true, the match is case-sensitive. If false, the match is case-insensitive. Must be true.
&quot;values&quot;: [ # Required. The list of possible string values to match against. Must be non-empty.
&quot;A String&quot;,
],
},
&quot;stringFilter&quot;: { # A filter for a string-type dimension that matches a particular pattern. # A filter for a string-type dimension that matches a particular pattern.
&quot;caseSensitive&quot;: True or False, # Optional. If true, the match is case-sensitive. If false, the match is case-insensitive. Must be true when match_type is EXACT. Must be false when match_type is CONTAINS.
&quot;matchType&quot;: &quot;A String&quot;, # Required. The match type for the string filter.
&quot;value&quot;: &quot;A String&quot;, # Required. The string value to be matched against.
},
},
&quot;notExpression&quot;: # Object with schema name: GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression # A filter expression to be NOT&#x27;ed (i.e., inverted, complemented). It must include a dimension_filter. This cannot be set on the top level ExpandedDataSetFilterExpression.
},
&quot;dimensionNames&quot;: [ # Immutable. The list of dimensions included in the ExpandedDataSet. See the [API Dimensions](https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#dimensions) for the list of dimension names.
&quot;A String&quot;,
],
&quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the ExpandedDataSet. Max 200 chars.
&quot;metricNames&quot;: [ # Immutable. The list of metrics included in the ExpandedDataSet. See the [API Metrics](https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#metrics) for the list of dimension names.
&quot;A String&quot;,
],
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for this ExpandedDataSet resource. Format: properties/{property_id}/expandedDataSets/{expanded_data_set}
},
&quot;firebaseLink&quot;: { # A link between a GA4 property and a Firebase project. # A snapshot of a FirebaseLink resource in change history.
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this FirebaseLink was originally created.
&quot;name&quot;: &quot;A String&quot;, # Output only. Example format: properties/1234/firebaseLinks/5678
Expand Down
149 changes: 148 additions & 1 deletion googleapiclient/discovery_cache/documents/analyticsadmin.v1alpha.json
Expand Up @@ -2956,7 +2956,7 @@
}
}
},
"revision": "20221010",
"revision": "20221017",
"rootUrl": "https://analyticsadmin.googleapis.com/",
"schemas": {
"GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
Expand Down Expand Up @@ -4151,6 +4151,10 @@
"$ref": "GoogleAnalyticsAdminV1alphaDisplayVideo360AdvertiserLinkProposal",
"description": "A snapshot of a DisplayVideo360AdvertiserLinkProposal resource in change history."
},
"expandedDataSet": {
"$ref": "GoogleAnalyticsAdminV1alphaExpandedDataSet",
"description": "A snapshot of an ExpandedDataSet resource in change history."
},
"firebaseLink": {
"$ref": "GoogleAnalyticsAdminV1alphaFirebaseLink",
"description": "A snapshot of a FirebaseLink resource in change history."
Expand Down Expand Up @@ -4664,6 +4668,149 @@
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaExpandedDataSet": {
"description": "A resource message representing a GA4 ExpandedDataSet.",
"id": "GoogleAnalyticsAdminV1alphaExpandedDataSet",
"properties": {
"dataCollectionStartTime": {
"description": "Output only. Time when expanded data set began (or will begin) collecing data.",
"format": "google-datetime",
"readOnly": true,
"type": "string"
},
"description": {
"description": "Optional. The description of the ExpandedDataSet. Max 50 chars.",
"type": "string"
},
"dimensionFilterExpression": {
"$ref": "GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression",
"description": "Immutable. A logical expression of ExpandedDataSet filters applied to dimension included in the ExpandedDataSet. This filter is used to reduce the number of rows and thus the change of encountering `other row`."
},
"dimensionNames": {
"description": "Immutable. The list of dimensions included in the ExpandedDataSet. See the [API Dimensions](https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#dimensions) for the list of dimension names.",
"items": {
"type": "string"
},
"type": "array"
},
"displayName": {
"description": "Required. The display name of the ExpandedDataSet. Max 200 chars.",
"type": "string"
},
"metricNames": {
"description": "Immutable. The list of metrics included in the ExpandedDataSet. See the [API Metrics](https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#metrics) for the list of dimension names.",
"items": {
"type": "string"
},
"type": "array"
},
"name": {
"description": "Output only. The resource name for this ExpandedDataSet resource. Format: properties/{property_id}/expandedDataSets/{expanded_data_set}",
"readOnly": true,
"type": "string"
}
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaExpandedDataSetFilter": {
"description": "A specific filter for a single dimension",
"id": "GoogleAnalyticsAdminV1alphaExpandedDataSetFilter",
"properties": {
"fieldName": {
"description": "Required. The dimension name to filter.",
"type": "string"
},
"inListFilter": {
"$ref": "GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter",
"description": "A filter for a string dimension that matches a particular list of options."
},
"stringFilter": {
"$ref": "GoogleAnalyticsAdminV1alphaExpandedDataSetFilterStringFilter",
"description": "A filter for a string-type dimension that matches a particular pattern."
}
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression": {
"description": "A logical expression of EnhancedDataSet dimension filters.",
"id": "GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression",
"properties": {
"andGroup": {
"$ref": "GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpressionList",
"description": "A list of expressions to be AND\u2019ed together. It must contain a ExpandedDataSetFilterExpression with either not_expression or dimension_filter. This must be set for the top level ExpandedDataSetFilterExpression."
},
"filter": {
"$ref": "GoogleAnalyticsAdminV1alphaExpandedDataSetFilter",
"description": "A filter on a single dimension. This cannot be set on the top level ExpandedDataSetFilterExpression."
},
"notExpression": {
"$ref": "GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression",
"description": "A filter expression to be NOT'ed (i.e., inverted, complemented). It must include a dimension_filter. This cannot be set on the top level ExpandedDataSetFilterExpression."
}
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpressionList": {
"description": "A list of ExpandedDataSet filter expressions.",
"id": "GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpressionList",
"properties": {
"filterExpressions": {
"description": "A list of ExpandedDataSet filter expressions.",
"items": {
"$ref": "GoogleAnalyticsAdminV1alphaExpandedDataSetFilterExpression"
},
"type": "array"
}
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter": {
"description": "A filter for a string dimension that matches a particular list of options.",
"id": "GoogleAnalyticsAdminV1alphaExpandedDataSetFilterInListFilter",
"properties": {
"caseSensitive": {
"description": "Optional. If true, the match is case-sensitive. If false, the match is case-insensitive. Must be true.",
"type": "boolean"
},
"values": {
"description": "Required. The list of possible string values to match against. Must be non-empty.",
"items": {
"type": "string"
},
"type": "array"
}
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaExpandedDataSetFilterStringFilter": {
"description": "A filter for a string-type dimension that matches a particular pattern.",
"id": "GoogleAnalyticsAdminV1alphaExpandedDataSetFilterStringFilter",
"properties": {
"caseSensitive": {
"description": "Optional. If true, the match is case-sensitive. If false, the match is case-insensitive. Must be true when match_type is EXACT. Must be false when match_type is CONTAINS.",
"type": "boolean"
},
"matchType": {
"description": "Required. The match type for the string filter.",
"enum": [
"MATCH_TYPE_UNSPECIFIED",
"EXACT",
"CONTAINS"
],
"enumDescriptions": [
"Unspecified",
"Exact match of the string value.",
"Contains the string value."
],
"type": "string"
},
"value": {
"description": "Required. The string value to be matched against.",
"type": "string"
}
},
"type": "object"
},
"GoogleAnalyticsAdminV1alphaFirebaseLink": {
"description": "A link between a GA4 property and a Firebase project.",
"id": "GoogleAnalyticsAdminV1alphaFirebaseLink",
Expand Down

0 comments on commit 41818c6

Please sign in to comment.