ResponsiveSearchAdsRecommendation Data Object - Ad Insight
- Article
-
-
Defines an object that contains the responsive search ads to be suggested.
<xs:complexType name="ResponsiveSearchAdsRecommendation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
<xs:complexContent mixed="false">
<xs:extension base="tns:Recommendation">
<xs:sequence>
<xs:element minOccurs="0" name="SuggestedAd" nillable="true" type="tns:SuggestedResponsiveSearchAd" />
</xs:sequence>
</xs:extension>
</xs:complexContent>
</xs:complexType>
{
"AccountId": "LongValueHere",
"AdGroupId": "LongValueHere",
"CampaignId": "LongValueHere",
"CurrentClicks": "LongValueHere",
"CurrentConversions": "LongValueHere",
"CurrentCost": DoubleValueHere,
"CurrentImpressions": "LongValueHere",
"EstimatedIncreaseInClicks": "LongValueHere",
"EstimatedIncreaseInConversions": "LongValueHere",
"EstimatedIncreaseInCost": DoubleValueHere,
"EstimatedIncreaseInImpressions": "LongValueHere",
"RecommendationHash": "ValueHere",
"RecommendationId": "ValueHere",
"RecommendationType": "ValueHere",
"Type": "ResponsiveSearchAdsRecommendation",
"SuggestedAd": {
"Descriptions": [
"ValueHere"
],
"FinalUrl": "ValueHere",
"Headlines": [
"ValueHere"
],
"Path1": "ValueHere",
"Path2": "ValueHere"
}
}
Elements
The ResponsiveSearchAdsRecommendation object has the following elements: SuggestedAd.
The ResponsiveSearchAdsRecommendation object has Inherited Elements.
Inherited Elements
Inherited Elements from Recommendation
The ResponsiveSearchAdsRecommendation object derives from the Recommendation object, and inherits the following elements: AccountId, AdGroupId, CampaignId, CurrentClicks, CurrentConversions, CurrentCost, CurrentImpressions, EstimatedIncreaseInClicks, EstimatedIncreaseInConversions, EstimatedIncreaseInCost, EstimatedIncreaseInImpressions, RecommendationHash, RecommendationId, RecommendationType. The descriptions below are specific to ResponsiveSearchAdsRecommendation, and might not apply to other objects that inherit the same elements from the Recommendation object.
Element |
Description |
Data Type |
AccountId |
The identifier of the account. |
long |
AdGroupId |
The identifier of the ad group that owns the recommendation. |
long |
CampaignId |
The identifier of the campaign for the ad group that owns the recommendation. |
long |
CurrentClicks |
Actual clicks of the ad group in the past 7 days. |
long |
CurrentConversions |
Actual conversions of the ad group in the past 7 days. |
long |
CurrentCost |
Actual spending of the ad group in the past 7 days, in the currency of this account. |
double |
CurrentImpressions |
Actual impressions of the ad group in the past 7 days. |
long |
EstimatedIncreaseInClicks |
The estimated click opportunities corresponding to the suggested ad. |
long |
EstimatedIncreaseInConversions |
The estimated impression opportunities corresponding to the suggested ad. |
long |
EstimatedIncreaseInCost |
The estimated increase in spend corresponding to the suggested ad. |
double |
EstimatedIncreaseInImpressions |
The estimated impressions opportunities corresponding to the suggested ad. |
long |
RecommendationHash |
The hash of the recommendation. |
string |
RecommendationId |
The identifier of the recommendation. |
string |
RecommendationType |
The type of recommendation. |
string |
Requirements
Service: AdInsightService.svc v13
Namespace: https://bingads.microsoft.com/AdInsight/v13