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="ImageUrl" nillable="true" type="xs:string" />
</xs:sequence>
</xs:complexType>
Elements
The AdRecommendationImageSuggestion object has the following elements: AssetLink, Image, ImageUrl.
Element | Description | Data Type |
---|---|---|
AssetLink | Defines the relationship of an asset to an ad. | AssetLink |
Image | The suggsted image. | Image |
ImageUrl | The URL of the suggested image. | string |
Requirements
Service: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13
Used By
CreateAssetGroupRecommendation
CreateResponsiveAdRecommendation