RecommendationInfo Data Object - Ad Insight

Defines the base object of RecommendationInfo. The RSARecommendationInfo object derives from it.

Syntax

<xs:complexType name="RecommendationInfo" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="RecommendationHash" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="RecommendationId" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Elements

The RecommendationInfo object has the following elements: RecommendationHash, RecommendationId.

Element Description Data Type
RecommendationHash The hash of the recommendation. It is required. string
RecommendationId The identifier of the recommendation. It is required. string

Requirements

Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13

Used By

TagRecommendations