--- v18/enums/reach_plan_surface.proto 2025-08-05 14:36:10.000000000 +0000 +++ v19/enums/reach_plan_surface.proto 2025-08-05 14:36:17.000000000 +0000 @@ -37,6 +37,12 @@ // The value is unknown in this version. UNKNOWN = 1; + // Discover feed ad surface. + DISCOVER_FEED = 7; + + // Gmail ad surface. + GMAIL = 8; + // In-Feed ad surface. IN_FEED = 2;
/enums/reach_plan_surface.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-05 UTC.