Note
Access to this page requires authorization. You can try signing in or changing directories.
Access to this page requires authorization. You can try changing directories.
The brand kit palette data object.
Syntax
<xs:complexType name="BrandKitPalette" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:sequence>
<xs:element minOccurs="0" name="ColorType" nillable="true" type="xs:string" />
<xs:element minOccurs="0" name="Colors" nillable="true" type="tns:ArrayOfBrandKitColor" />
<xs:element minOccurs="0" name="Name" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
Elements
The BrandKitPalette object has the following elements: Colors, ColorType, Name.
Element | Description | Data Type |
---|---|---|
Colors | The brand kit's color palettes. | BrandKitColor array |
ColorType | The color type. | string |
Name | The name of the brand kit palette. | string |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13