Freigeben über


RecommendationType Value Set – Ad Insight

Definiert den RecommendationType-Wertsatz.

Syntax

<xs:simpleType name="RecommendationType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="CampaignBudgetRecommendation">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="KeywordRecommendation">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ResponsiveSearchAdRecommendation">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="RemoveConflictingNegativeKeywordRecommendation">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="UseBroadMatchKeywordRecommendation">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="ResponsiveSearchAdAssetRecommendation">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">6</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>

Werte

Der RecommendationType-Wertsatz weist die folgenden Werte auf: CampaignBudgetRecommendation, KeywordRecommendation, RemoveConflictingNegativeKeywordRecommendation, ResponsiveSearchAdAssetRecommendation, ResponsiveSearchAdRecommendation, UseBroadMatchKeywordRecommendation.

Wert Beschreibung
CampaignBudgetRecommendation Korrigieren von Kampagnen, die durch das Budget begrenzt sind.
KeywordRecommendation Fügen Sie neue Schlüsselwörter aus allen Quellen hinzu.
RemoveConflictingNegativeKeywordRecommendation Entfernen Sie die Empfehlung für in Konflikt stehende negative Schlüsselwörter.
ResponsiveSearchAdAssetRecommendation Fügen Sie bew responsive Suchanzeigen hinzu.
ResponsiveSearchAdRecommendation Fügen Sie eine neue responsive Suchanzeige hinzu.
UseBroadMatchKeywordRecommendation Verwenden Sie die Allgemeine Übereinstimmung Schlüsselwort (keyword) Empfehlung.

Anforderungen

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

Verwendet von

RecommendationBase