--- v20/enums/click_type.proto 2025-08-05 14:39:36.000000000 +0000 +++ v21/enums/click_type.proto 2025-08-05 14:39:45.000000000 +0000 @@ -204,5 +204,18 @@ // Travel Feed Assets. TRAVEL_ASSETS = 59; + + // Vehicle Feed Assets. + VEHICLE_ASSETS = 60; + + // Product Feed Assets. + PRODUCT_ASSETS = 61; + + // Click on channel icon that navigates the user to the corresponding + // YouTube channel. + VIDEO_CHANNEL_CLICK = 62; + + // Click on a related video that navigates the user to the video watch page. + VIDEO_RELATED_VIDEOS_CLICK = 63; } }
/enums/click_type.proto
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-08-20 UTC.