authoringSource property

String? authoringSource
getter/setter pair

Source application where creative was authored.

Presently, only DBM authored creatives will have this field set. Applicable to all creative types. Possible string values are:

  • "CREATIVE_AUTHORING_SOURCE_DCM" : DCM-UI or external API used to author the creative.
  • "CREATIVE_AUTHORING_SOURCE_DBM" : DBM-UI used to author the creative.
  • "CREATIVE_AUTHORING_SOURCE_STUDIO" : Studio-UI used to author the creative.
  • "CREATIVE_AUTHORING_SOURCE_GWD" : Google Web Designer used to author the creative.
  • "CREATIVE_AUTHORING_SOURCE_ACS" : ACS-UI used to author the creative.

Implementation

core.String? authoringSource;