--- v20/enums/audience_insights_dimension.proto 2025-06-04 18:55:28.000000000 +0000 +++ v21/enums/audience_insights_dimension.proto 2025-08-05 14:28:34.000000000 +0000 @@ -1,82 +1,85 @@ // Copyright 2025 Google LLC // // Licensed under the Apache License, Version 2.0 (the "License"); // you may not use this file except in compliance with the License. // You may obtain a copy of the License at // // http://www.apache.org/licenses/LICENSE-2.0 // // Unless required by applicable law or agreed to in writing, software // distributed under the License is distributed on an "AS IS" BASIS, // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. // See the License for the specific language governing permissions and // limitations under the License. syntax = "proto3"; -package google.ads.googleads.v20.enums; +package google.ads.googleads.v21.enums; -option csharp_namespace = "Google.Ads.GoogleAds.V20.Enums"; -option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v20/enums;enums"; +option csharp_namespace = "Google.Ads.GoogleAds.V21.Enums"; +option go_package = "google.golang.org/genproto/googleapis/ads/googleads/v21/enums;enums"; option java_multiple_files = true; option java_outer_classname = "AudienceInsightsDimensionProto"; -option java_package = "com.google.ads.googleads.v20.enums"; +option java_package = "com.google.ads.googleads.v21.enums"; option objc_class_prefix = "GAA"; -option php_namespace = "Google\\Ads\\GoogleAds\\V20\\Enums"; -option ruby_package = "Google::Ads::GoogleAds::V20::Enums"; +option php_namespace = "Google\\Ads\\GoogleAds\\V21\\Enums"; +option ruby_package = "Google::Ads::GoogleAds::V21::Enums"; // Proto file describing audience insights dimensions. // Container for enum describing insights dimensions. message AudienceInsightsDimensionEnum { // Possible dimensions for use in generating insights. enum AudienceInsightsDimension { // Not specified. UNSPECIFIED = 0; // The value is unknown in this version. UNKNOWN = 1; // A Product & Service category. CATEGORY = 2; // A Knowledge Graph entity. KNOWLEDGE_GRAPH = 3; // A country, represented by a geo target. GEO_TARGET_COUNTRY = 4; // A geographic location within a country. SUB_COUNTRY_LOCATION = 5; // A YouTube channel. YOUTUBE_CHANNEL = 6; // An Affinity UserInterest. AFFINITY_USER_INTEREST = 8; // An In-Market UserInterest. IN_MARKET_USER_INTEREST = 9; // A Parental Status value (parent, or not a parent). PARENTAL_STATUS = 10; // A household income percentile range. INCOME_RANGE = 11; // An age range. AGE_RANGE = 12; // A gender. GENDER = 13; // A YouTube video. YOUTUBE_VIDEO = 14; // A device type, such as Mobile, Desktop, Tablet, and Connected TV. DEVICE = 15; // A YouTube Lineup. YOUTUBE_LINEUP = 16; + + // A User List. + USER_LIST = 17; } }
/enums/audience_insights_dimension.proto
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2025-08-21 UTC.
[null,null,["Ostatnia aktualizacja: 2025-08-21 UTC."],[],[],null,["# /enums/audience_insights_dimension.proto\n\n```diff\n--- v20/enums/audience_insights_dimension.proto 2025-06-04 18:55:28.000000000 +0000\n+++ v21/enums/audience_insights_dimension.proto 2025-08-05 14:28:34.000000000 +0000\n@@ -1,82 +1,85 @@\n // Copyright 2025 Google LLC\n //\n // Licensed under the Apache License, Version 2.0 (the \"License\");\n // you may not use this file except in compliance with the License.\n // You may obtain a copy of the License at\n //\n // http://www.apache.org/licenses/LICENSE-2.0\n //\n // Unless required by applicable law or agreed to in writing, software\n // distributed under the License is distributed on an \"AS IS\" BASIS,\n // WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.\n // See the License for the specific language governing permissions and\n // limitations under the License.\n\n syntax = \"proto3\";\n\n-package google.ads.googleads.v20.enums;\n+package google.ads.googleads.v21.enums;\n\n-option csharp_namespace = \"Google.Ads.GoogleAds.V20.Enums\";\n-option go_package = \"google.golang.org/genproto/googleapis/ads/googleads/v20/enums;enums\";\n+option csharp_namespace = \"Google.Ads.GoogleAds.V21.Enums\";\n+option go_package = \"google.golang.org/genproto/googleapis/ads/googleads/v21/enums;enums\";\n option java_multiple_files = true;\n option java_outer_classname = \"AudienceInsightsDimensionProto\";\n-option java_package = \"com.google.ads.googleads.v20.enums\";\n+option java_package = \"com.google.ads.googleads.v21.enums\";\n option objc_class_prefix = \"GAA\";\n-option php_namespace = \"Google\\\\Ads\\\\GoogleAds\\\\V20\\\\Enums\";\n-option ruby_package = \"Google::Ads::GoogleAds::V20::Enums\";\n+option php_namespace = \"Google\\\\Ads\\\\GoogleAds\\\\V21\\\\Enums\";\n+option ruby_package = \"Google::Ads::GoogleAds::V21::Enums\";\n\n // Proto file describing audience insights dimensions.\n\n // Container for enum describing insights dimensions.\n message AudienceInsightsDimensionEnum {\n // Possible dimensions for use in generating insights.\n enum AudienceInsightsDimension {\n // Not specified.\n UNSPECIFIED = 0;\n\n // The value is unknown in this version.\n UNKNOWN = 1;\n\n // A Product & Service category.\n CATEGORY = 2;\n\n // A Knowledge Graph entity.\n KNOWLEDGE_GRAPH = 3;\n\n // A country, represented by a geo target.\n GEO_TARGET_COUNTRY = 4;\n\n // A geographic location within a country.\n SUB_COUNTRY_LOCATION = 5;\n\n // A YouTube channel.\n YOUTUBE_CHANNEL = 6;\n\n // An Affinity UserInterest.\n AFFINITY_USER_INTEREST = 8;\n\n // An In-Market UserInterest.\n IN_MARKET_USER_INTEREST = 9;\n\n // A Parental Status value (parent, or not a parent).\n PARENTAL_STATUS = 10;\n\n // A household income percentile range.\n INCOME_RANGE = 11;\n\n // An age range.\n AGE_RANGE = 12;\n\n // A gender.\n GENDER = 13;\n\n // A YouTube video.\n YOUTUBE_VIDEO = 14;\n\n // A device type, such as Mobile, Desktop, Tablet, and Connected TV.\n DEVICE = 15;\n\n // A YouTube Lineup.\n YOUTUBE_LINEUP = 16;\n+\n+ // A User List.\n+ USER_LIST = 17;\n }\n }\n```"]]