次の方法で共有


RecommendationBase データ オブジェクト - Ad Insight

RecommendationBase データ オブジェクトを定義します。

構文

<xs:complexType name="RecommendationBase" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:sequence>
    <xs:element minOccurs="0" name="AccountId" type="xs:long" />
    <xs:element minOccurs="0" name="AccountName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="AdGroupId" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="AdGroupName" nillable="true" type="xs:string" />
    <xs:element minOccurs="0" name="CampaignId" nillable="true" type="xs:long" />
    <xs:element minOccurs="0" name="CampaignName" nillable="true" type="xs:string" />
    <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="Dismissed" type="xs:boolean" />
    <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:element minOccurs="0" name="Type" type="tns:RecommendationType" />
  </xs:sequence>
</xs:complexType>

要素

RecommendationBase オブジェクトには、AccountIdAccountNameAdGroupId、AdGroupNameCampaignIdCampaignNameCurrentClicksCurrentConversionsCurrentCostCurrentImpressionsDismissedEstimatedIncreaseInConversionsEstimatedIncreaseInConversionsEstimatedIncreaseInCostEstimatedIncreaseInImpressionsRecommendationHashRecommendationIdRecommendationTypeType

要素 説明 データ型
AccountId アカウントの識別子。 出力のみ。 long
AccountName アカウントの名前。 出力のみ。 string
AdGroupId この推奨事項の対象となる広告グループ ID。 これは、推奨事項が 1 つの広告グループに影響を与える場合にのみ設定されます。 出力のみ。

このフィールドは、KEYWORD、RESPONSIVE_SEARCH_ADの推奨事項の種類に設定されます。
long
AdGroupName 広告グループの名前。 出力のみ。 string
CampaignId この推奨事項の対象となるキャンペーン ID。 出力のみ。

このフィールドは、次の推奨事項の種類に対して設定されます:KEYWORD、RESPONSIVE_SEARCH_AD
long
CampaignName キャンペーンの名前。 出力のみ。 string
CurrentClicks 過去 7 日間の広告グループの実際のクリック数。 出力のみ。 long
CurrentConversions 過去 7 日間の広告グループの実際のコンバージョン数。 出力のみ。 long
CurrentCost 過去 7 日間の広告グループの実際の支出 (このアカウントの通貨)。
CurrentImpressions 過去 7 日間の広告グループの実際のインプレッション数。 long
Dismissed 推奨事項が無視されるかどうか。 出力のみ。 boolean
EstimatedIncreaseInClicks 推奨される広告に対応する推定クリック機会。 long
EstimatedIncreaseInConversions 推奨される広告に対応する推定インプレッション機会。 long
EstimatedIncreaseInCost 推奨される広告に対応する推定支出の増加。
EstimatedIncreaseInImpressions 推奨される広告に対応する推定インプレッション機会。 long
RecommendationHash 推奨事項のハッシュ。 string
RecommendationId 推奨事項の識別子。 string
RecommendationType 推奨事項の種類。

: 現在、 CAMPAIGN_BUDGETKEYWORDおよびRESPONSIVE_SEARCH_ADがサポートされています。 RecommendationType は出力のみです。
string
RecommendationType 値セットには、CampaignBudgetRecommendationKeywordRecommendationResponsiveSearchAdRecommendation の値があります。 RecommendationType

要件

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

使用ページ

RetrieveRecommendations