Edit

Share via


AdRecommendationImageSuggestionMetadata Data Object - Campaign Management

The ad recommendation image suggestion metadata data object.

Syntax

<xs:complexType name="AdRecommendationImageSuggestionMetadata" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="CustomizedProperties" nillable="true" type="tns:ArrayOfAdRecommendationCustomizedProperty" />
    <xs:element minOccurs="0" name="ImageAssetProperties" nillable="true" type="tns:ArrayOfAdRecommendationImageAssetProperty" />
    <xs:element minOccurs="0" name="TemplateId" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="TemplateVersion" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="TextAssetProperties" nillable="true" type="tns:ArrayOfAdRecommendationTextAssetProperty" />
  </xs:sequence>
</xs:complexType>

Elements

The AdRecommendationImageSuggestionMetadata object has the following elements: CustomizedProperties, ImageAssetProperties, TemplateId, TemplateVersion, TextAssetProperties.

Element Description Data Type
CustomizedProperties The customized properties for the ad recommendation. AdRecommendationCustomizedProperty array
ImageAssetProperties The image asset properties for the ad recommendation. AdRecommendationImageAssetProperty array
TemplateId The identifier of the template. string
TemplateVersion The version of the template. string
TextAssetProperties The text asset properties for the ad recommendation. AdRecommendationTextAssetProperty array

Requirements

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

Used By

AdRecommendationImageSuggestion