type property

String? type
getter/setter pair

Type of ad.

This is a required field on insertion. Note that default ads ( AD_SERVING_DEFAULT_AD) cannot be created directly (see Creative resource). Possible string values are:

  • "AD_SERVING_STANDARD_AD"
  • "AD_SERVING_DEFAULT_AD"
  • "AD_SERVING_CLICK_TRACKER"
  • "AD_SERVING_TRACKING"
  • "AD_SERVING_BRAND_SAFE_AD"

Implementation

core.String? type;