From 5847c48697867e8a24b475b3d1d5a3a57c2bc39b Mon Sep 17 00:00:00 2001 From: Yoshi Automation Date: Fri, 2 Feb 2024 01:30:33 +0000 Subject: [PATCH] fix(analyticsdata): update the API #### analyticsdata:v1beta The following keys were changed: - schemas.DimensionMetadata.properties.customDefinition.description --- discovery/analyticsdata-v1beta.json | 4 ++-- src/apis/analyticsdata/v1beta.ts | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/discovery/analyticsdata-v1beta.json b/discovery/analyticsdata-v1beta.json index 61598aafeb..46d1c8425e 100644 --- a/discovery/analyticsdata-v1beta.json +++ b/discovery/analyticsdata-v1beta.json @@ -440,7 +440,7 @@ } } }, - "revision": "20231212", + "revision": "20240131", "rootUrl": "https://analyticsdata.googleapis.com/", "schemas": { "ActiveMetricRestriction": { @@ -910,7 +910,7 @@ "type": "string" }, "customDefinition": { - "description": "True if the dimension is a custom dimension for this property.", + "description": "True if the dimension is custom to this property. This includes user, event, & item scoped custom dimensions; to learn more about custom dimensions, see https://support.google.com/analytics/answer/14240153. This also include custom channel groups; to learn more about custom channel groups, see https://support.google.com/analytics/answer/13051316.", "type": "boolean" }, "deprecatedApiNames": { diff --git a/src/apis/analyticsdata/v1beta.ts b/src/apis/analyticsdata/v1beta.ts index 90c9c18690..a31ef12029 100644 --- a/src/apis/analyticsdata/v1beta.ts +++ b/src/apis/analyticsdata/v1beta.ts @@ -445,7 +445,7 @@ export namespace analyticsdata_v1beta { */ category?: string | null; /** - * True if the dimension is a custom dimension for this property. + * True if the dimension is custom to this property. This includes user, event, & item scoped custom dimensions; to learn more about custom dimensions, see https://support.google.com/analytics/answer/14240153. This also include custom channel groups; to learn more about custom channel groups, see https://support.google.com/analytics/answer/13051316. */ customDefinition?: boolean | null; /**