Edit

Share via


AdRecommendationImageAssetProperty Data Object - Campaign Management

The ad recommendation image asset property data object.

Syntax

<xs:complexType name="AdRecommendationImageAssetProperty" 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="ImageField" type="tns:AdRecommendationImageField" />
    <xs:element minOccurs="0" name="ImageUrl" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Elements

The AdRecommendationImageAssetProperty object has the following elements: CropHeight, CropWidth, CropX, CropY, ImageField, ImageUrl.

Element Description Data Type
CropHeight The crop height in pixels. int
CropWidth The crop width 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
ImageField The image field for the ad recommendation. AdRecommendationImageField
ImageUrl The URL of the image. string

Requirements

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

Used By

AdRecommendationImageSuggestionMetadata