hostingSource property

String? hostingSource
getter/setter pair

Indicates where the creative is hosted.

Required. Possible string values are:

  • "HOSTING_SOURCE_UNSPECIFIED" : Hosting source is not specified or is unknown in this version.
  • "HOSTING_SOURCE_CM" : A creative synced from Campaign Manager 360. Create and update methods are not supported for this hosting type.
  • "HOSTING_SOURCE_THIRD_PARTY" : A creative hosted by a third-party ad server (3PAS). Create and update methods are supported for this hosting type if the creative_type is one of the following: * CREATIVE_TYPE_AUDIO
  • CREATIVE_TYPE_EXPANDABLE * CREATIVE_TYPE_STANDARD * CREATIVE_TYPE_VIDEO
  • "HOSTING_SOURCE_HOSTED" : A creative created in DV360 and hosted by Campaign Manager 360. Create and update methods are supported for this hosting type if the creative_type is one of the following: * CREATIVE_TYPE_AUDIO * CREATIVE_TYPE_NATIVE * CREATIVE_TYPE_NATIVE_SITE_SQUARE * CREATIVE_TYPE_NATIVE_VIDEO * CREATIVE_TYPE_STANDARD * CREATIVE_TYPE_VIDEO
  • "HOSTING_SOURCE_RICH_MEDIA" : A rich media creative created in Studio and hosted by Campaign Manager 360. Create and update methods are not supported for this hosting type.

Implementation

core.String? hostingSource;