Skip to content

Commit c821be0

Browse files
feat(analyticsadmin): update the api
#### analyticsadmin:v1alpha The following keys were added: - resources.properties.resources.channelGroups.methods.create (Total Keys: 12) - resources.properties.resources.channelGroups.methods.delete (Total Keys: 11) - resources.properties.resources.channelGroups.methods.get (Total Keys: 11) - resources.properties.resources.channelGroups.methods.list (Total Keys: 16) - resources.properties.resources.channelGroups.methods.patch (Total Keys: 15) - schemas.GoogleAnalyticsAdminV1alphaChangeHistoryChangeChangeHistoryResource.properties.channelGroup.$ref (Total Keys: 1) - schemas.GoogleAnalyticsAdminV1alphaChannelGroup (Total Keys: 32) - schemas.GoogleAnalyticsAdminV1alphaGroupingRule (Total Keys: 4) - schemas.GoogleAnalyticsAdminV1alphaListChannelGroupsResponse (Total Keys: 5)
1 parent 465dc34 commit c821be0

8 files changed

+865
-24
lines changed

docs/dyn/analyticsadmin_v1alpha.accounts.html

Lines changed: 74 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -568,6 +568,42 @@ <h3>Method Details</h3>
568568
&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;
569569
&quot;streamingExportEnabled&quot;: True or False, # If set true, enables streaming export to the linked Google Cloud project.
570570
},
571+
&quot;channelGroup&quot;: { # A resource message representing a Channel Group. # A snapshot of a ChannelGroup resource in change history.
572+
&quot;description&quot;: &quot;A String&quot;, # The description of the Channel Group. Max length of 256 characters.
573+
&quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the Channel Group. Max length of 80 characters.
574+
&quot;groupingRule&quot;: [ # Required. The grouping rules of channels. Maximum number of rules is 25.
575+
{ # The rules that govern how traffic is grouped into one channel.
576+
&quot;displayName&quot;: &quot;A String&quot;, # Required. Customer defined display name for the channel.
577+
&quot;expression&quot;: { # A logical expression of Channel Group dimension filters. # Required. The Filter Expression that defines the Grouping Rule.
578+
&quot;andGroup&quot;: { # A list of Channel Group filter expressions. # A list of expressions to be AND’ed together. It can only contain ChannelGroupFilterExpressions with or_group. This must be set for the top level ChannelGroupFilterExpression.
579+
&quot;filterExpressions&quot;: [ # A list of Channel Group filter expressions.
580+
# Object with schema name: GoogleAnalyticsAdminV1alphaChannelGroupFilterExpression
581+
],
582+
},
583+
&quot;filter&quot;: { # A specific filter for a single dimension. # A filter on a single dimension. This cannot be set on the top level ChannelGroupFilterExpression.
584+
&quot;fieldName&quot;: &quot;A String&quot;, # Required. Immutable. The dimension name to filter.
585+
&quot;inListFilter&quot;: { # A filter for a string dimension that matches a particular list of options. The match is case insensitive. # A filter for a string dimension that matches a particular list of options.
586+
&quot;values&quot;: [ # Required. The list of possible string values to match against. Must be non-empty.
587+
&quot;A String&quot;,
588+
],
589+
},
590+
&quot;stringFilter&quot;: { # Filter where the field value is a String. The match is case insensitive. # A filter for a string-type dimension that matches a particular pattern.
591+
&quot;matchType&quot;: &quot;A String&quot;, # Required. The match type for the string filter.
592+
&quot;value&quot;: &quot;A String&quot;, # Required. The string value to be matched against.
593+
},
594+
},
595+
&quot;notExpression&quot;: # Object with schema name: GoogleAnalyticsAdminV1alphaChannelGroupFilterExpression # A filter expression to be NOT&#x27;ed (that is inverted, complemented). It can only include a dimension_or_metric_filter. This cannot be set on the top level ChannelGroupFilterExpression.
596+
&quot;orGroup&quot;: { # A list of Channel Group filter expressions. # A list of expressions to OR’ed together. It cannot contain ChannelGroupFilterExpressions with and_group or or_group.
597+
&quot;filterExpressions&quot;: [ # A list of Channel Group filter expressions.
598+
# Object with schema name: GoogleAnalyticsAdminV1alphaChannelGroupFilterExpression
599+
],
600+
},
601+
},
602+
},
603+
],
604+
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for this Channel Group resource. Format: properties/{property}/channelGroups/{channel_group}
605+
&quot;systemDefined&quot;: True or False, # Output only. Default Channel Group defined by Google, which cannot be updated.
606+
},
571607
&quot;conversionEvent&quot;: { # A conversion event in a Google Analytics property. # A snapshot of a ConversionEvent resource in change history.
572608
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this conversion event was created in the property.
573609
&quot;custom&quot;: True or False, # Output only. If set to true, this conversion event refers to a custom event. If set to false, this conversion event refers to a default event in GA. Default events typically have special meaning in GA. Default events are usually created for you by the GA system, but in some cases can be created by property admins. Custom events count towards the maximum number of custom conversion events that may be created per property.
@@ -580,7 +616,7 @@ <h3>Method Details</h3>
580616
&quot;disallowAdsPersonalization&quot;: True or False, # Optional. If set to true, sets this dimension as NPA and excludes it from ads personalization. This is currently only supported by user-scoped custom dimensions.
581617
&quot;displayName&quot;: &quot;A String&quot;, # Required. Display name for this custom dimension as shown in the Analytics UI. Max length of 82 characters, alphanumeric plus space and underscore starting with a letter. Legacy system-generated display names may contain square brackets, but updates to this field will never permit square brackets.
582618
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this CustomDimension resource. Format: properties/{property}/customDimensions/{customDimension}
583-
&quot;parameterName&quot;: &quot;A String&quot;, # Required. Immutable. Tagging parameter name for this custom dimension. If this is a user-scoped dimension, then this is the user property name. If this is an event-scoped dimension, then this is the event parameter name. May only contain alphanumeric and underscore characters, starting with a letter. Max length of 24 characters for user-scoped dimensions, 40 characters for event-scoped dimensions.
619+
&quot;parameterName&quot;: &quot;A String&quot;, # Required. Immutable. Tagging parameter name for this custom dimension. If this is a user-scoped dimension, then this is the user property name. If this is an event-scoped dimension, then this is the event parameter name. If this is an item-scoped dimension, then this is the parameter name found in the eCommerce items array. May only contain alphanumeric and underscore characters, starting with a letter. Max length of 24 characters for user-scoped dimensions, 40 characters for event-scoped dimensions.
584620
&quot;scope&quot;: &quot;A String&quot;, # Required. Immutable. The scope of this dimension.
585621
},
586622
&quot;customMetric&quot;: { # A definition for a custom metric. # A snapshot of a CustomMetric resource in change history.
@@ -767,6 +803,42 @@ <h3>Method Details</h3>
767803
&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;
768804
&quot;streamingExportEnabled&quot;: True or False, # If set true, enables streaming export to the linked Google Cloud project.
769805
},
806+
&quot;channelGroup&quot;: { # A resource message representing a Channel Group. # A snapshot of a ChannelGroup resource in change history.
807+
&quot;description&quot;: &quot;A String&quot;, # The description of the Channel Group. Max length of 256 characters.
808+
&quot;displayName&quot;: &quot;A String&quot;, # Required. The display name of the Channel Group. Max length of 80 characters.
809+
&quot;groupingRule&quot;: [ # Required. The grouping rules of channels. Maximum number of rules is 25.
810+
{ # The rules that govern how traffic is grouped into one channel.
811+
&quot;displayName&quot;: &quot;A String&quot;, # Required. Customer defined display name for the channel.
812+
&quot;expression&quot;: { # A logical expression of Channel Group dimension filters. # Required. The Filter Expression that defines the Grouping Rule.
813+
&quot;andGroup&quot;: { # A list of Channel Group filter expressions. # A list of expressions to be AND’ed together. It can only contain ChannelGroupFilterExpressions with or_group. This must be set for the top level ChannelGroupFilterExpression.
814+
&quot;filterExpressions&quot;: [ # A list of Channel Group filter expressions.
815+
# Object with schema name: GoogleAnalyticsAdminV1alphaChannelGroupFilterExpression
816+
],
817+
},
818+
&quot;filter&quot;: { # A specific filter for a single dimension. # A filter on a single dimension. This cannot be set on the top level ChannelGroupFilterExpression.
819+
&quot;fieldName&quot;: &quot;A String&quot;, # Required. Immutable. The dimension name to filter.
820+
&quot;inListFilter&quot;: { # A filter for a string dimension that matches a particular list of options. The match is case insensitive. # A filter for a string dimension that matches a particular list of options.
821+
&quot;values&quot;: [ # Required. The list of possible string values to match against. Must be non-empty.
822+
&quot;A String&quot;,
823+
],
824+
},
825+
&quot;stringFilter&quot;: { # Filter where the field value is a String. The match is case insensitive. # A filter for a string-type dimension that matches a particular pattern.
826+
&quot;matchType&quot;: &quot;A String&quot;, # Required. The match type for the string filter.
827+
&quot;value&quot;: &quot;A String&quot;, # Required. The string value to be matched against.
828+
},
829+
},
830+
&quot;notExpression&quot;: # Object with schema name: GoogleAnalyticsAdminV1alphaChannelGroupFilterExpression # A filter expression to be NOT&#x27;ed (that is inverted, complemented). It can only include a dimension_or_metric_filter. This cannot be set on the top level ChannelGroupFilterExpression.
831+
&quot;orGroup&quot;: { # A list of Channel Group filter expressions. # A list of expressions to OR’ed together. It cannot contain ChannelGroupFilterExpressions with and_group or or_group.
832+
&quot;filterExpressions&quot;: [ # A list of Channel Group filter expressions.
833+
# Object with schema name: GoogleAnalyticsAdminV1alphaChannelGroupFilterExpression
834+
],
835+
},
836+
},
837+
},
838+
],
839+
&quot;name&quot;: &quot;A String&quot;, # Output only. The resource name for this Channel Group resource. Format: properties/{property}/channelGroups/{channel_group}
840+
&quot;systemDefined&quot;: True or False, # Output only. Default Channel Group defined by Google, which cannot be updated.
841+
},
770842
&quot;conversionEvent&quot;: { # A conversion event in a Google Analytics property. # A snapshot of a ConversionEvent resource in change history.
771843
&quot;createTime&quot;: &quot;A String&quot;, # Output only. Time when this conversion event was created in the property.
772844
&quot;custom&quot;: True or False, # Output only. If set to true, this conversion event refers to a custom event. If set to false, this conversion event refers to a default event in GA. Default events typically have special meaning in GA. Default events are usually created for you by the GA system, but in some cases can be created by property admins. Custom events count towards the maximum number of custom conversion events that may be created per property.
@@ -779,7 +851,7 @@ <h3>Method Details</h3>
779851
&quot;disallowAdsPersonalization&quot;: True or False, # Optional. If set to true, sets this dimension as NPA and excludes it from ads personalization. This is currently only supported by user-scoped custom dimensions.
780852
&quot;displayName&quot;: &quot;A String&quot;, # Required. Display name for this custom dimension as shown in the Analytics UI. Max length of 82 characters, alphanumeric plus space and underscore starting with a letter. Legacy system-generated display names may contain square brackets, but updates to this field will never permit square brackets.
781853
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name for this CustomDimension resource. Format: properties/{property}/customDimensions/{customDimension}
782-
&quot;parameterName&quot;: &quot;A String&quot;, # Required. Immutable. Tagging parameter name for this custom dimension. If this is a user-scoped dimension, then this is the user property name. If this is an event-scoped dimension, then this is the event parameter name. May only contain alphanumeric and underscore characters, starting with a letter. Max length of 24 characters for user-scoped dimensions, 40 characters for event-scoped dimensions.
854+
&quot;parameterName&quot;: &quot;A String&quot;, # Required. Immutable. Tagging parameter name for this custom dimension. If this is a user-scoped dimension, then this is the user property name. If this is an event-scoped dimension, then this is the event parameter name. If this is an item-scoped dimension, then this is the parameter name found in the eCommerce items array. May only contain alphanumeric and underscore characters, starting with a letter. Max length of 24 characters for user-scoped dimensions, 40 characters for event-scoped dimensions.
783855
&quot;scope&quot;: &quot;A String&quot;, # Required. Immutable. The scope of this dimension.
784856
},
785857
&quot;customMetric&quot;: { # A definition for a custom metric. # A snapshot of a CustomMetric resource in change history.

0 commit comments

Comments
 (0)