Edit

Share via


BrandKit Data Object - Campaign Management

Defines the brand kit data object.

Syntax

<xs:complexType name="BrandKit" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="BrandVoice" nillable="true" type="tns:BrandVoice">
      <xs:annotation>
        <xs:appinfo>
          <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="BusinessName" nillable="true" type="xs:string">
      <xs:annotation>
        <xs:appinfo>
          <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
    <xs:element minOccurs="0" name="Fonts" nillable="true" type="tns:ArrayOfBrandKitFont" />
    <xs:element minOccurs="0" name="Id" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="Images" nillable="true" type="tns:ArrayOfBrandKitImage" />
    <xs:element minOccurs="0" name="LandscapeLogos" nillable="true" type="tns:ArrayOfBrandKitImage" />
    <xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Palettes" nillable="true" type="tns:ArrayOfBrandKitPalette" />
    <xs:element minOccurs="0" name="SquareLogos" nillable="true" type="tns:ArrayOfBrandKitImage" />
  </xs:sequence>
</xs:complexType>

Elements

The BrandKit object has the following elements: BrandVoice, BusinessName, Fonts, Id, Images, LandscapeLogos, Name, Palettes, SquareLogos.

Element Description Data Type
BrandVoice The brand's personality and tone. BrandVoice
BusinessName The name of the business. string
Fonts The brand kit's fonts. BrandKitFont array
Id The identifier of the brand kit. long
Images The brand kit's images. BrandKitImage array
LandscapeLogos The brand kit's landscape logos. BrandKitImage array
Name The brand kit's name. string
Palettes The brand kit's palettes. BrandKitPalette array
SquareLogos The brand kit's square logos. BrandKitImage array

Requirements

Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Used By

AddBrandKits
CreateBrandKitRecommendation
GetBrandKitsByAccountId
GetBrandKitsByIds
UpdateBrandKits