Skip to content

Commit 96ee786

Browse files
1 parent 5d26463 commit 96ee786

File tree

4 files changed

+21
-9
lines changed

4 files changed

+21
-9
lines changed

clients/google-api-services-analyticsdata/v1beta/2.0.0/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-analyticsdata</artifactId>
25-
<version>v1beta-rev20231203-2.0.0</version>
25+
<version>v1beta-rev20240128-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-analyticsdata:v1beta-rev20231203-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticsdata:v1beta-rev20240128-2.0.0'
3939
}
4040
```
4141

clients/google-api-services-analyticsdata/v1beta/2.0.0/com/google/api/services/analyticsdata/v1beta/model/DimensionMetadata.java

Lines changed: 15 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,11 @@ public final class DimensionMetadata extends com.google.api.client.json.GenericJ
4646
private java.lang.String category;
4747

4848
/**
49-
* True if the dimension is a custom dimension for this property.
49+
* True if the dimension is custom to this property. This includes user, event, & item scoped
50+
* custom dimensions; to learn more about custom dimensions, see
51+
* https://support.google.com/analytics/answer/14240153. This also include custom channel groups;
52+
* to learn more about custom channel groups, see
53+
* https://support.google.com/analytics/answer/13051316.
5054
* The value may be {@code null}.
5155
*/
5256
@com.google.api.client.util.Key
@@ -112,15 +116,23 @@ public DimensionMetadata setCategory(java.lang.String category) {
112116
}
113117

114118
/**
115-
* True if the dimension is a custom dimension for this property.
119+
* True if the dimension is custom to this property. This includes user, event, & item scoped
120+
* custom dimensions; to learn more about custom dimensions, see
121+
* https://support.google.com/analytics/answer/14240153. This also include custom channel groups;
122+
* to learn more about custom channel groups, see
123+
* https://support.google.com/analytics/answer/13051316.
116124
* @return value or {@code null} for none
117125
*/
118126
public java.lang.Boolean getCustomDefinition() {
119127
return customDefinition;
120128
}
121129

122130
/**
123-
* True if the dimension is a custom dimension for this property.
131+
* True if the dimension is custom to this property. This includes user, event, & item scoped
132+
* custom dimensions; to learn more about custom dimensions, see
133+
* https://support.google.com/analytics/answer/14240153. This also include custom channel groups;
134+
* to learn more about custom channel groups, see
135+
* https://support.google.com/analytics/answer/13051316.
124136
* @param customDefinition customDefinition or {@code null} for none
125137
*/
126138
public DimensionMetadata setCustomDefinition(java.lang.Boolean customDefinition) {

clients/google-api-services-analyticsdata/v1beta/2.0.0/pom.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,8 +8,8 @@
88

99
<groupId>com.google.apis</groupId>
1010
<artifactId>google-api-services-analyticsdata</artifactId>
11-
<version>v1beta-rev20231203-2.0.0</version>
12-
<name>Google Analytics Data API v1beta-rev20231203-2.0.0</name>
11+
<version>v1beta-rev20240128-2.0.0</version>
12+
<name>Google Analytics Data API v1beta-rev20240128-2.0.0</name>
1313
<packaging>jar</packaging>
1414

1515
<inceptionYear>2011</inceptionYear>

clients/google-api-services-analyticsdata/v1beta/README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
2222
<dependency>
2323
<groupId>com.google.apis</groupId>
2424
<artifactId>google-api-services-analyticsdata</artifactId>
25-
<version>v1beta-rev20231203-2.0.0</version>
25+
<version>v1beta-rev20240128-2.0.0</version>
2626
</dependency>
2727
</dependencies>
2828
</project>
@@ -35,7 +35,7 @@ repositories {
3535
mavenCentral()
3636
}
3737
dependencies {
38-
implementation 'com.google.apis:google-api-services-analyticsdata:v1beta-rev20231203-2.0.0'
38+
implementation 'com.google.apis:google-api-services-analyticsdata:v1beta-rev20240128-2.0.0'
3939
}
4040
```
4141

0 commit comments

Comments
 (0)