|
4062 | 4062 | }
|
4063 | 4063 | }
|
4064 | 4064 | },
|
4065 |
| - "revision": "20230416", |
| 4065 | + "revision": "20230424", |
4066 | 4066 | "rootUrl": "https://analyticsadmin.googleapis.com/",
|
4067 | 4067 | "schemas": {
|
4068 | 4068 | "GoogleAnalyticsAdminV1alphaAccessBetweenFilter": {
|
|
4705 | 4705 | "description": "A filter for numeric or date values between certain values on a dimension or metric."
|
4706 | 4706 | },
|
4707 | 4707 | "fieldName": {
|
4708 |
| - "description": "Required. Immutable. The dimension name or metric name to filter.", |
| 4708 | + "description": "Required. Immutable. The dimension name or metric name to filter. If the field name refers to a custom dimension or metric, a scope prefix will be added to the front of the custom dimensions or metric name. For more on scope prefixes or custom dimensions/metrics, reference the [Google Analytics Data API documentation] (https://developers.google.com/analytics/devguides/reporting/data/v1/api-schema#custom_dimensions).", |
4709 | 4709 | "type": "string"
|
4710 | 4710 | },
|
4711 | 4711 | "inAnyNDayPeriod": {
|
4712 |
| - "description": "Optional. If set, specifies the time window for which to evaluate data in number of days. If not set, then audience data is evaluated against lifetime data (i.e., infinite time window). For example, if set to 1 day, only the current day's data is evaluated. The reference point is the current day when at_any_point_in_time is unset or false. It can only be set when Audience scope is ACROSS_ALL_SESSIONS and cannot be greater than 60 days.", |
| 4712 | + "description": "Optional. If set, specifies the time window for which to evaluate data in number of days. If not set, then audience data is evaluated against lifetime data (For example, infinite time window). For example, if set to 1 day, only the current day's data is evaluated. The reference point is the current day when at_any_point_in_time is unset or false. It can only be set when Audience scope is ACROSS_ALL_SESSIONS and cannot be greater than 60 days.", |
4713 | 4713 | "format": "int32",
|
4714 | 4714 | "type": "integer"
|
4715 | 4715 | },
|
|
4850 | 4850 | },
|
4851 | 4851 | "eventParameterFilterExpression": {
|
4852 | 4852 | "$ref": "GoogleAnalyticsAdminV1alphaAudienceFilterExpression",
|
4853 |
| - "description": "Optional. If specified, this filter matches events that match both the single event name and the parameter filter expressions. AudienceEventFilter inside the parameter filter expression cannot be set (i.e., nested event filters are not supported). This should be a single and_group of dimension_or_metric_filter or not_expression; ANDs of ORs are not supported. Also, if it includes a filter for \"eventCount\", only that one will be considered; all the other filters will be ignored." |
| 4853 | + "description": "Optional. If specified, this filter matches events that match both the single event name and the parameter filter expressions. AudienceEventFilter inside the parameter filter expression cannot be set (For example, nested event filters are not supported). This should be a single and_group of dimension_or_metric_filter or not_expression; ANDs of ORs are not supported. Also, if it includes a filter for \"eventCount\", only that one will be considered; all the other filters will be ignored." |
4854 | 4854 | }
|
4855 | 4855 | },
|
4856 | 4856 | "type": "object"
|
|
4881 | 4881 | "type": "object"
|
4882 | 4882 | },
|
4883 | 4883 | "GoogleAnalyticsAdminV1alphaAudienceFilterClause": {
|
4884 |
| - "description": "A clause for defining either a simple or sequence filter. A filter can be inclusive (i.e., users satisfying the filter clause are included in the Audience) or exclusive (i.e., users satisfying the filter clause are excluded from the Audience).", |
| 4884 | + "description": "A clause for defining either a simple or sequence filter. A filter can be inclusive (For example, users satisfying the filter clause are included in the Audience) or exclusive (For example, users satisfying the filter clause are excluded from the Audience).", |
4885 | 4885 | "id": "GoogleAnalyticsAdminV1alphaAudienceFilterClause",
|
4886 | 4886 | "properties": {
|
4887 | 4887 | "clauseType": {
|
|
4927 | 4927 | },
|
4928 | 4928 | "notExpression": {
|
4929 | 4929 | "$ref": "GoogleAnalyticsAdminV1alphaAudienceFilterExpression",
|
4930 |
| - "description": "A filter expression to be NOT'ed (i.e., inverted, complemented). It can only include a dimension_or_metric_filter. This cannot be set on the top level AudienceFilterExpression." |
| 4930 | + "description": "A filter expression to be NOT'ed (For example, inverted, complemented). It can only include a dimension_or_metric_filter. This cannot be set on the top level AudienceFilterExpression." |
4931 | 4931 | },
|
4932 | 4932 | "orGroup": {
|
4933 | 4933 | "$ref": "GoogleAnalyticsAdminV1alphaAudienceFilterExpressionList",
|
|
4990 | 4990 | "id": "GoogleAnalyticsAdminV1alphaAudienceSequenceFilterAudienceSequenceStep",
|
4991 | 4991 | "properties": {
|
4992 | 4992 | "constraintDuration": {
|
4993 |
| - "description": "Optional. When set, this step must be satisfied within the constraint_duration of the previous step (i.e., t[i] - t[i-1] \u003c= constraint_duration). If not set, there is no duration requirement (the duration is effectively unlimited). It is ignored for the first step.", |
| 4993 | + "description": "Optional. When set, this step must be satisfied within the constraint_duration of the previous step (For example, t[i] - t[i-1] \u003c= constraint_duration). If not set, there is no duration requirement (the duration is effectively unlimited). It is ignored for the first step.", |
4994 | 4994 | "format": "google-duration",
|
4995 | 4995 | "type": "string"
|
4996 | 4996 | },
|
|
0 commit comments