Caution: You are viewing documentation for the API's REST interface. Most of our official client libraries use gRPC. See the
REST Introduction for details.
AdvertisingChannelType
Enum describing the various advertising channel types.
Enums |
UNSPECIFIED |
Not specified. |
UNKNOWN |
Used for return value only. Represents value unknown in this version. |
SEARCH |
Search Network. Includes display bundled, and Search+ campaigns. |
DISPLAY |
Google Display Network only. |
SHOPPING |
Shopping campaigns serve on the shopping property and on google.com search results. |
HOTEL |
Hotel Ads campaigns. |
VIDEO |
Video campaigns. |
MULTI_CHANNEL |
App Campaigns, and App Campaigns for Engagement, that run across multiple channels. |
LOCAL |
Local ads campaigns. |
SMART |
Smart campaigns. |
PERFORMANCE_MAX |
Performance Max campaigns. |
LOCAL_SERVICES |
Local services campaigns. |
TRAVEL |
Travel campaigns. |
DEMAND_GEN |
Demand Gen campaigns. |
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 different advertising channel types available on the platform."],["Channels include Search, Display, Shopping, Hotel, Video, Multi-Channel, Local, Smart, Performance Max, Local Services, Travel and Demand Gen."],["`UNSPECIFIED` and `UNKNOWN` values are reserved for system use and indicate missing or unrecognized channel information."],["Each enum value represents a specific channel where advertising campaigns can be run, such as Google Search, Display Network, or Shopping."]]],["The core content outlines different advertising channel types through an enumeration. These types include `SEARCH`, which encompasses Search Network campaigns; `DISPLAY`, for the Google Display Network; `SHOPPING`, for shopping campaigns; `HOTEL` for Hotel Ads; `VIDEO` for video campaigns; `MULTI_CHANNEL` for app campaigns; `LOCAL`; `SMART`; `PERFORMANCE_MAX`; `LOCAL_SERVICES`; `TRAVEL`; and `DEMAND_GEN`. Additionally, there is `UNSPECIFIED` and `UNKNOWN` which are used to indicate an absence of data or unknown data respectively.\n"]]