Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-analyticsadmin</artifactId>
<version>v1alpha-rev20260628-2.0.0</version>
<version>v1alpha-rev20260802-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20260628-2.0.0'
implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20260802-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -12080,7 +12080,9 @@ public Archive set(String parameterName, Object value) {
}
}
/**
* Creates a CustomDimension.
* Creates a CustomDimension. Warning: It's not permissible to use this method to collect data on
* individual users. In particular, sending user IDs in custom dimensions violates the [Google
* Analytics Terms of Service](https://www.google.com/analytics/terms/).
*
* Create a request for the method "customDimensions.create".
*
Expand All @@ -12105,7 +12107,9 @@ public class Create extends GoogleAnalyticsAdminRequest<com.google.api.services.
java.util.regex.Pattern.compile("^properties/[^/]+$");

/**
* Creates a CustomDimension.
* Creates a CustomDimension. Warning: It's not permissible to use this method to collect data on
* individual users. In particular, sending user IDs in custom dimensions violates the [Google
* Analytics Terms of Service](https://www.google.com/analytics/terms/).
*
* Create a request for the method "customDimensions.create".
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-analyticsadmin</artifactId>
<version>v1alpha-rev20260628-2.0.0</version>
<name>Google Analytics Admin API v1alpha-rev20260628-2.0.0</name>
<version>v1alpha-rev20260802-2.0.0</version>
<name>Google Analytics Admin API v1alpha-rev20260802-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-analyticsadmin</artifactId>
<version>v1alpha-rev20260628-2.0.0</version>
<version>v1alpha-rev20260802-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20260628-2.0.0'
implementation 'com.google.apis:google-api-services-analyticsadmin:v1alpha-rev20260802-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-analyticsadmin</artifactId>
<version>v1beta-rev20260628-2.0.0</version>
<version>v1beta-rev20260802-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-analyticsadmin:v1beta-rev20260628-2.0.0'
implementation 'com.google.apis:google-api-services-analyticsadmin:v1beta-rev20260802-2.0.0'
}
```

Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -3972,7 +3972,9 @@ public Archive set(String parameterName, Object value) {
}
}
/**
* Creates a CustomDimension.
* Creates a CustomDimension. Warning: It's not permissible to use this method to collect data on
* individual users. In particular, sending user IDs in custom dimensions violates the [Google
* Analytics Terms of Service](https://www.google.com/analytics/terms/).
*
* Create a request for the method "customDimensions.create".
*
Expand All @@ -3997,7 +3999,9 @@ public class Create extends GoogleAnalyticsAdminRequest<com.google.api.services.
java.util.regex.Pattern.compile("^properties/[^/]+$");

/**
* Creates a CustomDimension.
* Creates a CustomDimension. Warning: It's not permissible to use this method to collect data on
* individual users. In particular, sending user IDs in custom dimensions violates the [Google
* Analytics Terms of Service](https://www.google.com/analytics/terms/).
*
* Create a request for the method "customDimensions.create".
*
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -8,8 +8,8 @@

<groupId>com.google.apis</groupId>
<artifactId>google-api-services-analyticsadmin</artifactId>
<version>v1beta-rev20260628-2.0.0</version>
<name>Google Analytics Admin API v1beta-rev20260628-2.0.0</name>
<version>v1beta-rev20260802-2.0.0</version>
<name>Google Analytics Admin API v1beta-rev20260802-2.0.0</name>
<packaging>jar</packaging>

<inceptionYear>2011</inceptionYear>
Expand Down
4 changes: 2 additions & 2 deletions clients/google-api-services-analyticsadmin/v1beta/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ Add the following lines to your `pom.xml` file:
<dependency>
<groupId>com.google.apis</groupId>
<artifactId>google-api-services-analyticsadmin</artifactId>
<version>v1beta-rev20260628-2.0.0</version>
<version>v1beta-rev20260802-2.0.0</version>
</dependency>
</dependencies>
</project>
Expand All @@ -35,7 +35,7 @@ repositories {
mavenCentral()
}
dependencies {
implementation 'com.google.apis:google-api-services-analyticsadmin:v1beta-rev20260628-2.0.0'
implementation 'com.google.apis:google-api-services-analyticsadmin:v1beta-rev20260802-2.0.0'
}
```

Expand Down
Loading