CriterionCategoryChannelAvailabilityMode
Enum containing the possible CriterionCategoryChannelAvailabilityMode.
Enums |
UNSPECIFIED
|
Not specified. |
UNKNOWN
|
Used for return value only. Represents value unknown in this version. |
ALL_CHANNELS
|
The category is available to campaigns of all channel types and subtypes. |
CHANNEL_TYPE_AND_ALL_SUBTYPES
|
The category is available to campaigns of a specific channel type, including all subtypes under it. |
CHANNEL_TYPE_AND_SUBSET_SUBTYPES
|
The category is available to campaigns of a specific channel type and subtype(s). |
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 2024-05-29 UTC.
[null,null,["Last updated 2024-05-29 UTC."],[[["This enum defines the availability of a CriterionCategory for different channel types and subtypes."],["`ALL_CHANNELS` makes the category available for all channel types, while `CHANNEL_TYPE_AND_ALL_SUBTYPES` limits it to a specific channel type and its subtypes."],["`CHANNEL_TYPE_AND_SUBSET_SUBTYPES` further narrows availability to specific channel type and selected subtypes, offering granular control."],["`UNSPECIFIED` and `UNKNOWN` are used for system purposes and indicate unspecified or unknown values."]]],[]]