From 2131e2f755b3c2604e2d08de81a299fd7e377dcd Mon Sep 17 00:00:00 2001 From: Google APIs Date: Thu, 22 Oct 2020 12:36:23 -0700 Subject: [PATCH] docs: renamed App + Web to Google Analytics 4 (GA4) in public documentation PiperOrigin-RevId: 338527875 --- .../analytics/admin/v1alpha/analytics_admin.proto | 14 +++++++------- google/analytics/admin/v1alpha/resources.proto | 12 ++++++------ 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/google/analytics/admin/v1alpha/analytics_admin.proto b/google/analytics/admin/v1alpha/analytics_admin.proto index 566a8fec..64329904 100644 --- a/google/analytics/admin/v1alpha/analytics_admin.proto +++ b/google/analytics/admin/v1alpha/analytics_admin.proto @@ -29,7 +29,7 @@ option java_multiple_files = true; option java_outer_classname = "AnalyticsAdminProto"; option java_package = "com.google.analytics.admin.v1alpha"; -// Service Interface for the Analytics Admin API (App+Web). +// Service Interface for the Analytics Admin API (GA4). service AnalyticsAdminService { option (google.api.default_host) = "analyticsadmin.googleapis.com"; option (google.api.oauth_scopes) = @@ -50,7 +50,7 @@ service AnalyticsAdminService { // Returns all accounts accessible by the caller. // - // Note that these accounts might not currently have App+Web properties. + // Note that these accounts might not currently have GA4 properties. // Soft-deleted (ie: "trashed") accounts are excluded by default. // Returns an empty list if no relevant accounts are found. rpc ListAccounts(ListAccountsRequest) returns (ListAccountsResponse) { @@ -101,10 +101,10 @@ service AnalyticsAdminService { }; } - // Lookup for a single "App+Web" Property. + // Lookup for a single "GA4" Property. // // Throws "Target not found" if no such property found, if property is not - // of the type "App+Web", or if caller does not have permissions to access it. + // of the type "GA4", or if caller does not have permissions to access it. rpc GetProperty(GetPropertyRequest) returns (Property) { option (google.api.http) = { get: "/v1alpha/{name=properties/*}" @@ -114,7 +114,7 @@ service AnalyticsAdminService { // Returns child Properties under the specified parent Account. // - // Only "App+Web" properties will be returned. + // Only "GA4" properties will be returned. // Properties will be excluded if the caller does not have access. // Soft-deleted (ie: "trashed") properties are excluded by default. // Returns an empty list if no relevant properties are found. @@ -124,7 +124,7 @@ service AnalyticsAdminService { }; } - // Creates an "App+Web" property with the specified location and attributes. + // Creates an "GA4" property with the specified location and attributes. rpc CreateProperty(CreatePropertyRequest) returns (Property) { option (google.api.http) = { post: "/v1alpha/properties" @@ -143,7 +143,7 @@ service AnalyticsAdminService { // will be permanently purged. // https://support.google.com/analytics/answer/6154772 // - // Returns an error if the target is not found, or is not an App+Web Property. + // Returns an error if the target is not found, or is not an GA4 Property. rpc DeleteProperty(DeletePropertyRequest) returns (google.protobuf.Empty) { option (google.api.http) = { delete: "/v1alpha/{name=properties/*}" diff --git a/google/analytics/admin/v1alpha/resources.proto b/google/analytics/admin/v1alpha/resources.proto index 1c8d91ba..6128c49d 100644 --- a/google/analytics/admin/v1alpha/resources.proto +++ b/google/analytics/admin/v1alpha/resources.proto @@ -56,7 +56,7 @@ message Account { bool deleted = 6 [(google.api.field_behavior) = OUTPUT_ONLY]; } -// A resource message representing a Google Analytics App+Web property. +// A resource message representing a Google Analytics GA4 property. message Property { option (google.api.resource) = { type: "analyticsadmin.googleapis.com/Property" @@ -354,7 +354,7 @@ message EnhancedMeasurementSettings { string excluded_domains = 18; } -// A link between an App+Web property and a Firebase project. +// A link between an GA4 property and a Firebase project. message FirebaseLink { option (google.api.resource) = { type: "analyticsadmin.googleapis.com/FirebaseLink" @@ -376,7 +376,7 @@ message FirebaseLink { // Output only. Time when this FirebaseLink was originally created. google.protobuf.Timestamp create_time = 3 [(google.api.field_behavior) = OUTPUT_ONLY]; - // Maximum user access to the App + Web property allowed to admins of + // Maximum user access to the GA4 property allowed to admins of // the linked Firebase project. MaximumUserAccess maximum_user_access = 4; } @@ -394,7 +394,7 @@ message GlobalSiteTag { string snippet = 1 [(google.api.field_behavior) = IMMUTABLE]; } -// A link between an App+Web property and a Google Ads account. +// A link between an GA4 property and a Google Ads account. message GoogleAdsLink { option (google.api.resource) = { type: "analyticsadmin.googleapis.com/GoogleAdsLink" @@ -571,7 +571,7 @@ enum MaximumUserAccess { } // A virtual resource representing an overview of an account and -// all its child App+Web properties. +// all its child GA4 properties. message AccountSummary { option (google.api.resource) = { type: "analyticsadmin.googleapis.com/AccountSummary" @@ -597,7 +597,7 @@ message AccountSummary { repeated PropertySummary property_summaries = 4; } -// A virtual resource representing metadata for an App+Web property. +// A virtual resource representing metadata for an GA4 property. message PropertySummary { // Resource name of property referred to by this property summary // Format: properties/{property_id}