--- v23/common/segments.proto 2026-04-17 05:00:50.000000000 +0000 +++ v24/common/segments.proto 2026-04-17 05:00:52.000000000 +0000 @@ -340,6 +340,64 @@ // Merchant ID of the product. optional int64 product_merchant_id = 133; + // Category (level 1) of the product sold. + optional string product_sold_category_level1 = 214; + + // Category (level 2) of the product sold. + optional string product_sold_category_level2 = 215; + + // Category (level 3) of the product sold. + optional string product_sold_category_level3 = 216; + + // Category (level 4) of the product sold. + optional string product_sold_category_level4 = 217; + + // Category (level 5) of the product sold. + optional string product_sold_category_level5 = 218; + + // Brand of the product sold. + optional string product_sold_brand = 171; + + // Condition of the product sold. + google.ads.googleads.v24.enums.ProductConditionEnum.ProductCondition + product_sold_condition = 172; + + // Custom attribute 0 of the product sold. + optional string product_sold_custom_attribute0 = 173; + + // Custom attribute 1 of the product sold. + optional string product_sold_custom_attribute1 = 174; + + // Custom attribute 2 of the product sold. + optional string product_sold_custom_attribute2 = 175; + + // Custom attribute 3 of the product sold. + optional string product_sold_custom_attribute3 = 176; + + // Custom attribute 4 of the product sold. + optional string product_sold_custom_attribute4 = 177; + + // Item ID of the product sold. + optional string product_sold_item_id = 178; + + // Title of the product sold. + optional string product_sold_title = 179; + + // Type (level 1) of the product sold. + optional string product_sold_type_l1 = 180; + + // Type (level 2) of the product sold. + optional string product_sold_type_l2 = 181; + + // Type (level 3) of the product sold. + optional string product_sold_type_l3 = 182; + + // Type (level 4) of the product sold. + optional string product_sold_type_l4 = 183; + + // Type (level 5) of the product sold. + optional string product_sold_type_l5 = 184; + // Store ID of the product. optional string product_store_id = 106;
/common/segments.proto
অন্য কিছু উল্লেখ না করা থাকলে, এই পৃষ্ঠার কন্টেন্ট Creative Commons Attribution 4.0 License-এর অধীনে এবং কোডের নমুনাগুলি Apache 2.0 License-এর অধীনে লাইসেন্স প্রাপ্ত। আরও জানতে, Google Developers সাইট নীতি দেখুন। Java হল Oracle এবং/অথবা তার অ্যাফিলিয়েট সংস্থার রেজিস্টার্ড ট্রেডমার্ক।
2026-04-22 UTC-তে শেষবার আপডেট করা হয়েছে।