placementType property

String? placementType
getter/setter pair

Type of the placement.

Possible values for Performance Max placements are WEBSITE, MOBILE_APPLICATION, or YOUTUBE_VIDEO.

Output only. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used for return value only. Represents value unknown in this version.
  • "WEBSITE" : Websites(for example, 'www.flowers4sale.com').
  • "MOBILE_APP_CATEGORY" : Mobile application categories(for example, 'Games').
  • "MOBILE_APPLICATION" : mobile applications(for example, 'mobileapp::2-com.whatsthewordanswers').
  • "YOUTUBE_VIDEO" : YouTube videos(for example, 'youtube.com/video/wtLJPvx7-ys').
  • "YOUTUBE_CHANNEL" : YouTube channels(for example, 'youtube.com::L8ZULXASCc1I_oaOT0NaOQ').
  • "GOOGLE_PRODUCTS" : Surfaces owned and operated by Google(for example, 'tv.google.com').

Implementation

core.String? placementType;