次の方法で共有


推奨事項データ オブジェクト - Ad Insight

Recommendation の基本オブジェクトを定義します。 ResponsiveSearchAdsRecommendation オブジェクトは、そこから派生します。

構文

<xs:complexType name="Recommendation" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AccountId" type="xs:long" />
    <xs:element minOccurs="0" name="AdGroupId" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="CampaignId" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="CurrentClicks" type="xs:long" />
    <xs:element minOccurs="0" name="CurrentConversions" type="xs:long" />
    <xs:element minOccurs="0" name="CurrentCost" type="xs:double" />
    <xs:element minOccurs="0" name="CurrentImpressions" type="xs:long" />
    <xs:element minOccurs="0" name="EstimatedIncreaseInClicks" type="xs:long" />
    <xs:element minOccurs="0" name="EstimatedIncreaseInConversions" type="xs:long" />
    <xs:element minOccurs="0" name="EstimatedIncreaseInCost" type="xs:double" />
    <xs:element minOccurs="0" name="EstimatedIncreaseInImpressions" type="xs:long" />
    <xs:element minOccurs="0" name="RecommendationHash" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="RecommendationId" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="RecommendationType" nillable="true" type="xs:string" />
  </xs:sequence>
</xs:complexType>

要素

Recommendation オブジェクトには、AccountIdAdGroupIdCampaignIdCurrentClicksCurrentConversionsCurrentCostCurrentImpressionsEstimatedIncreaseInClicksEstimatedIncreaseInConversionsEstimatedIncreaseInCostEstimatedIncreaseInImpressionsRecommendationHashRecommendationId、RecommendationType の要素があります。 .

要素 説明 データ型
AccountId アカウントの識別子。 long
AdGroupId 推奨事項を所有する広告グループの識別子。 long
CampaignId レコメンデーションを所有する広告グループのキャンペーンの識別子。 long
CurrentClicks 過去 7 日間の広告グループの実際のクリック数。 long
CurrentConversions 過去 7 日間の広告グループの実際のコンバージョン数。 long
CurrentCost 過去 7 日間の広告グループの実際の支出 (このアカウントの通貨)。 ダブル
CurrentImpressions 過去 7 日間の広告グループの実際のインプレッション数。 long
EstimatedIncreaseInClicks 推奨される広告に対応する推定クリック機会。 long
EstimatedIncreaseInConversions 推奨される広告に対応する推定インプレッション機会。 long
EstimatedIncreaseInCost 推奨される広告に対応する推定支出の増加。 ダブル
EstimatedIncreaseInImpressions 推奨される広告に対応する推定インプレッション機会。 long
RecommendationHash 推奨事項のハッシュ。 string
RecommendationId 推奨事項の識別子。 string
RecommendationType 推奨事項の種類。 string

要件

サービス: AdInsightService.svc v13
名前 空間: https://bingads.microsoft.com/AdInsight/v13

Used By

GetRecommendations