SuggestedResponsiveSearchAd Data Object - Ad Insight

Defines an object that describes the suggested responsive search ads.

Syntax

<xs:complexType name="SuggestedResponsiveSearchAd" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element xmlns:q27="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="Descriptions" nillable="true" type="q27:ArrayOfstring" />
    <xs:element minOccurs="0" name="FinalUrl" nillable="true" type="xs:string" />
    <xs:element xmlns:q28="http://schemas.microsoft.com/2003/10/Serialization/Arrays" minOccurs="0" name="Headlines" nillable="true" type="q28:ArrayOfstring" />
    <xs:element minOccurs="0" name="Path1" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="Path2" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

Elements

The SuggestedResponsiveSearchAd object has the following elements: Descriptions, FinalUrl, Headlines, Path1, Path2.

Element Description Data Type
Descriptions The list of descriptions of suggested ad with 2-4 descriptions. string array
FinalUrl The landing page URL. string
Headlines The list of titles of suggested ads with 3-15 headlines. string array
Path1 The first part of the optional path that will be appended to the domain portion of your display URL. string
Path2 The second part of the optional path that will be appended to the domain portion of your display URL. string

Requirements

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

Used By

ResponsiveSearchAdRecommendation
ResponsiveSearchAdsRecommendation