You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/analyticsadmin_v1alpha.accounts.html
+74-2Lines changed: 74 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -568,6 +568,42 @@ <h3>Method Details</h3>
568
568
"project": "A String", # 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: 'projects/{project number}' Example: 'projects/1234'
569
569
"streamingExportEnabled": True or False, # If set true, enables streaming export to the linked Google Cloud project.
570
570
},
571
+
"channelGroup": { # A resource message representing a Channel Group. # A snapshot of a ChannelGroup resource in change history.
572
+
"description": "A String", # The description of the Channel Group. Max length of 256 characters.
573
+
"displayName": "A String", # Required. The display name of the Channel Group. Max length of 80 characters.
574
+
"groupingRule": [ # 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
+
"displayName": "A String", # Required. Customer defined display name for the channel.
577
+
"expression": { # A logical expression of Channel Group dimension filters. # Required. The Filter Expression that defines the Grouping Rule.
578
+
"andGroup": { # 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
+
"filterExpressions": [ # A list of Channel Group filter expressions.
580
+
# Object with schema name: GoogleAnalyticsAdminV1alphaChannelGroupFilterExpression
581
+
],
582
+
},
583
+
"filter": { # A specific filter for a single dimension. # A filter on a single dimension. This cannot be set on the top level ChannelGroupFilterExpression.
584
+
"fieldName": "A String", # Required. Immutable. The dimension name to filter.
585
+
"inListFilter": { # 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
+
"values": [ # Required. The list of possible string values to match against. Must be non-empty.
587
+
"A String",
588
+
],
589
+
},
590
+
"stringFilter": { # 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
+
"matchType": "A String", # Required. The match type for the string filter.
592
+
"value": "A String", # Required. The string value to be matched against.
593
+
},
594
+
},
595
+
"notExpression": # Object with schema name: GoogleAnalyticsAdminV1alphaChannelGroupFilterExpression # A filter expression to be NOT'ed (that is inverted, complemented). It can only include a dimension_or_metric_filter. This cannot be set on the top level ChannelGroupFilterExpression.
596
+
"orGroup": { # 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
+
"filterExpressions": [ # A list of Channel Group filter expressions.
598
+
# Object with schema name: GoogleAnalyticsAdminV1alphaChannelGroupFilterExpression
599
+
],
600
+
},
601
+
},
602
+
},
603
+
],
604
+
"name": "A String", # Output only. The resource name for this Channel Group resource. Format: properties/{property}/channelGroups/{channel_group}
605
+
"systemDefined": True or False, # Output only. Default Channel Group defined by Google, which cannot be updated.
606
+
},
571
607
"conversionEvent": { # A conversion event in a Google Analytics property. # A snapshot of a ConversionEvent resource in change history.
572
608
"createTime": "A String", # Output only. Time when this conversion event was created in the property.
573
609
"custom": 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>
580
616
"disallowAdsPersonalization": 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.
581
617
"displayName": "A String", # 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.
582
618
"name": "A String", # Output only. Resource name for this CustomDimension resource. Format: properties/{property}/customDimensions/{customDimension}
583
-
"parameterName": "A String", # 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
+
"parameterName": "A String", # 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.
584
620
"scope": "A String", # Required. Immutable. The scope of this dimension.
585
621
},
586
622
"customMetric": { # A definition for a custom metric. # A snapshot of a CustomMetric resource in change history.
@@ -767,6 +803,42 @@ <h3>Method Details</h3>
767
803
"project": "A String", # 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: 'projects/{project number}' Example: 'projects/1234'
768
804
"streamingExportEnabled": True or False, # If set true, enables streaming export to the linked Google Cloud project.
769
805
},
806
+
"channelGroup": { # A resource message representing a Channel Group. # A snapshot of a ChannelGroup resource in change history.
807
+
"description": "A String", # The description of the Channel Group. Max length of 256 characters.
808
+
"displayName": "A String", # Required. The display name of the Channel Group. Max length of 80 characters.
809
+
"groupingRule": [ # 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
+
"displayName": "A String", # Required. Customer defined display name for the channel.
812
+
"expression": { # A logical expression of Channel Group dimension filters. # Required. The Filter Expression that defines the Grouping Rule.
813
+
"andGroup": { # 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
+
"filterExpressions": [ # A list of Channel Group filter expressions.
815
+
# Object with schema name: GoogleAnalyticsAdminV1alphaChannelGroupFilterExpression
816
+
],
817
+
},
818
+
"filter": { # A specific filter for a single dimension. # A filter on a single dimension. This cannot be set on the top level ChannelGroupFilterExpression.
819
+
"fieldName": "A String", # Required. Immutable. The dimension name to filter.
820
+
"inListFilter": { # 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
+
"values": [ # Required. The list of possible string values to match against. Must be non-empty.
822
+
"A String",
823
+
],
824
+
},
825
+
"stringFilter": { # 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
+
"matchType": "A String", # Required. The match type for the string filter.
827
+
"value": "A String", # Required. The string value to be matched against.
828
+
},
829
+
},
830
+
"notExpression": # Object with schema name: GoogleAnalyticsAdminV1alphaChannelGroupFilterExpression # A filter expression to be NOT'ed (that is inverted, complemented). It can only include a dimension_or_metric_filter. This cannot be set on the top level ChannelGroupFilterExpression.
831
+
"orGroup": { # 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
+
"filterExpressions": [ # A list of Channel Group filter expressions.
833
+
# Object with schema name: GoogleAnalyticsAdminV1alphaChannelGroupFilterExpression
834
+
],
835
+
},
836
+
},
837
+
},
838
+
],
839
+
"name": "A String", # Output only. The resource name for this Channel Group resource. Format: properties/{property}/channelGroups/{channel_group}
840
+
"systemDefined": True or False, # Output only. Default Channel Group defined by Google, which cannot be updated.
841
+
},
770
842
"conversionEvent": { # A conversion event in a Google Analytics property. # A snapshot of a ConversionEvent resource in change history.
771
843
"createTime": "A String", # Output only. Time when this conversion event was created in the property.
772
844
"custom": 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>
779
851
"disallowAdsPersonalization": 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.
780
852
"displayName": "A String", # 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.
781
853
"name": "A String", # Output only. Resource name for this CustomDimension resource. Format: properties/{property}/customDimensions/{customDimension}
782
-
"parameterName": "A String", # 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
+
"parameterName": "A String", # 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.
783
855
"scope": "A String", # Required. Immutable. The scope of this dimension.
784
856
},
785
857
"customMetric": { # A definition for a custom metric. # A snapshot of a CustomMetric resource in change history.
0 commit comments