advertisingChannelType property

String? advertisingChannelType
getter/setter pair

Advertising channel type of the campaign.

The following advertising_channel_types are supported for recommendation generation: PERFORMANCE_MAX and SEARCH

Required. Possible string values are:

  • "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.
  • "SOCIAL" : Social campaigns.

Implementation

core.String? advertisingChannelType;