nativeTemplate property

String? nativeTemplate
getter/setter pair

The native template for this creative.

It will have a value only if creative_size_type = CreativeSizeType.NATIVE.

Output only. Possible string values are:

  • "UNKNOWN_NATIVE_TEMPLATE" : A placeholder for an undefined native template.
  • "NATIVE_CONTENT_AD" : The creative is linked to native content ad.
  • "NATIVE_APP_INSTALL_AD" : The creative is linked to native app install ad.
  • "NATIVE_VIDEO_CONTENT_AD" : The creative is linked to native video content ad.
  • "NATIVE_VIDEO_APP_INSTALL_AD" : The creative is linked to native video app install ad.

Implementation

core.String? nativeTemplate;