Skip to content

Commit

Permalink
fix(analyticsdata): update the API
Browse files Browse the repository at this point in the history
#### analyticsdata:v1beta

The following keys were changed:
- schemas.DimensionMetadata.properties.customDefinition.description
  • Loading branch information
yoshi-automation authored and bcoe committed Feb 2, 2024
1 parent 88bd2db commit 5847c48
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions discovery/analyticsdata-v1beta.json
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@
}
}
},
"revision": "20231212",
"revision": "20240131",
"rootUrl": "https://analyticsdata.googleapis.com/",
"schemas": {
"ActiveMetricRestriction": {
Expand Down Expand Up @@ -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": {
Expand Down
2 changes: 1 addition & 1 deletion src/apis/analyticsdata/v1beta.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
/**
Expand Down

0 comments on commit 5847c48

Please sign in to comment.