syndicationProduct property

String? syndicationProduct
getter/setter pair

The syndication product associated with the deal.

Note: This field may be set only when creating the resource. Modifying this field while updating the resource will result in an error. Possible string values are:

  • "SYNDICATION_PRODUCT_UNSPECIFIED" : A placeholder for an undefined syndication product.
  • "CONTENT" : This typically represents a web page.
  • "MOBILE" : This represents a mobile property.
  • "VIDEO" : This represents video ad formats.
  • "GAMES" : This represents ads shown within games.

Implementation

core.String? syndicationProduct;