programmaticCreativeSource property

String? programmaticCreativeSource
getter/setter pair

Specifies the creative source for programmatic deals.

PUBLISHER means creative is provided by seller and ADVERTISER means creative is provided by the buyer.

Output only. Possible string values are:

  • "PROGRAMMATIC_CREATIVE_SOURCE_UNSPECIFIED" : A placeholder for an undefined programmatic creative source.
  • "ADVERTISER" : The advertiser provides the creatives.
  • "PUBLISHER" : The publisher provides the creatives to be served.

Implementation

core.String? programmaticCreativeSource;