Class GoogleAdsSearchads360V23ResourcesCampaignBrandGuidelines
Settings that control the visual appearance of your brand in a campaign's automatically generated assets and formats. Only applicable to Performance Max campaigns.
Implements
Inherited Members
Namespace: Google.Apis.SA360.v23.Data
Assembly: Google.Apis.SA360.v23.dll
Syntax
public class GoogleAdsSearchads360V23ResourcesCampaignBrandGuidelines : IDirectResponseSchema
Properties
AccentColor
The accent brand color, entered as a hex code (e.g., #00ff00). You must provide the accent_color if you provide a main_color.
Declaration
[JsonProperty("accentColor")]
public virtual string AccentColor { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
ETag
The ETag of the item.
Declaration
public virtual string ETag { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
MainColor
The main brand color, entered as a hex code (e.g., #00ff00). You must provide the main_color if you provide an accent_color.
Declaration
[JsonProperty("mainColor")]
public virtual string MainColor { get; set; }
Property Value
| Type | Description |
|---|---|
| string |
PredefinedFontFamily
The brand's font family. Must be one of the following Google Fonts (case sensitive): Open Sans, Roboto, Montserrat, Poppins, Lato, Oswald, Playfair Display, Roboto Slab.
Declaration
[JsonProperty("predefinedFontFamily")]
public virtual string PredefinedFontFamily { get; set; }
Property Value
| Type | Description |
|---|---|
| string |