AdRecommendationImageSuggestion Data Object - Campaign Management

Defines a data object for ad recommendation image suggestion.

Syntax

<xs:complexType name="AdRecommendationImageSuggestion" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AssetLink" nillable="true" type="tns:AssetLink" />
    <xs:element minOccurs="0" name="Image" nillable="true" type="tns:Image" />
    <xs:element minOccurs="0" name="ImageMetadata" nillable="true" type="tns:AdRecommendationImageSuggestionMetadata">
      <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="ImageUrl" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Elements

The AdRecommendationImageSuggestion object has the following elements: AssetLink, Image, ImageMetadata, ImageUrl.

Element Description Data Type
AssetLink Defines the relationship of an asset to an ad. AssetLink
Image The suggsted image. Image
ImageMetadata Reserved. AdRecommendationImageSuggestionMetadata
ImageUrl The URL of the suggested image. string

Requirements

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

Used By

CreateAssetGroupRecommendation
CreateResponsiveAdRecommendation
RefineAssetGroupRecommendation
RefineResponsiveAdRecommendation