Edit

Share via


BrandKitImage Data Object - Campaign Management

The brand kit image data object.

Syntax

<xs:complexType name="BrandKitImage" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="CropHeight" nillable="true" type="xs:int" />
    <xs:element minOccurs="0" name="CropWidth" nillable="true" type="xs:int" />
    <xs:element minOccurs="0" name="CropX" nillable="true" type="xs:int" />
    <xs:element minOccurs="0" name="CropY" nillable="true" type="xs:int" />
    <xs:element minOccurs="0" name="Id" type="xs:long" />
    <xs:element minOccurs="0" name="ThumbnailUrl" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Url" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Elements

The BrandKitImage object has the following elements: CropHeight, CropWidth, CropX, CropY, Id, ThumbnailUrl, Url.

Element Description Data Type
CropHeight The crop height in pixels. int
CropWidth The crop wdith in pixels. int
CropX Where to crop along the x-axis in pixels. int
CropY Where to crop along the y-axis in pixels. int
Id The identifier of the brand kit image. long
ThumbnailUrl The URL for the image thumbnail. string
Url The URL for the image. string

Requirements

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

Used By

BrandKit