--- v22/enums/asset_performance_label.proto 2026-01-23 15:36:20.000000000 +0000 +++ v23/enums/asset_performance_label.proto 2026-01-23 15:36:28.000000000 +0000 @@ -54,5 +54,9 @@ // Best performing assets. BEST = 6; + + // Performance label cannot be assigned to this asset. This may be because + // it's not used by asset based creatives. + NOT_APPLICABLE = 7; } }
/enums/asset_performance_label.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 2026-01-23 UTC.