network property

String? network
getter/setter pair

Targetable network for the ad product.

If not specified, targets all applicable networks. Applicable networks vary by product and region and can be obtained from ReachPlanService.ListPlannableProducts. Possible string values are:

  • "UNSPECIFIED" : Not specified.
  • "UNKNOWN" : Used as a return value only. Represents value unknown in this version.
  • "YOUTUBE" : YouTube network.
  • "GOOGLE_VIDEO_PARTNERS" : Google Video Partners (GVP) network.
  • "YOUTUBE_AND_GOOGLE_VIDEO_PARTNERS" : A combination of the YouTube network and the Google Video Partners network.

Implementation

core.String? network;