brandingType property

String? brandingType
getter/setter pair

Visibility of the URL in bid requests.

(default: BRANDED) Possible string values are:

  • "BRANDING_TYPE_UNSPECIFIED" : A placeholder for an undefined branding type.
  • "BRANDED" : Full URL is included in bid requests.
  • "SEMI_TRANSPARENT" : A TopLevelDomain or masked URL is sent in bid requests rather than the full one.

Implementation

core.String? brandingType;