Edit

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 xmlns:q175="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="MessagingRestrictions" nillable="true" type="q175:ArrayOfstring">
      <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="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:element xmlns:q176="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="TermExclusions" nillable="true" type="q176:ArrayOfstring">
      <xs:annotation>
        <xs:appinfo>
          <DefaultValue EmitDefaultValue="false" xmlns="http://schemas.microsoft.com/2003/10/Serialization/" />
        </xs:appinfo>
      </xs:annotation>
    </xs:element>
  </xs:sequence>
</xs:complexType>

Elements

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

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
MessagingRestrictions The messaging restrictions to use with your brand kit. string 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
TermExclusions The term exclusions to use with your brand kit. string array

Requirements

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

Used By

AddBrandKits
CreateBrandKitRecommendation
GetBrandKitsByAccountId
GetBrandKitsByIds
UpdateBrandKits