Freigeben über


EntityType Value Set – Kampagnenverwaltung

Definiert Entitätstypen für Zuordnungs- und Redaktionsvorgänge.

Syntax

<xs:simpleType name="EntityType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:restriction base="xs:string">
    <xs:enumeration value="Campaign">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="AdGroup">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Ad">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="Keyword">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
    <xs:enumeration value="AssetGroup">
      <xs:annotation>
        <xs:appinfo>
          <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">5</EnumerationValue>
        </xs:appinfo>
      </xs:annotation>
    </xs:enumeration>
  </xs:restriction>
</xs:simpleType>

Werte

Der festgelegte EntityType-Wert weist die folgenden Werte auf: Ad, AdGroup, AssetGroup, Campaign, Keyword.

Wert Beschreibung
Ad Die Entität ist eine Anzeige.
Anzeigengruppe Die Entität ist eine Anzeigengruppe.
AssetGroup Die Entität ist eine Ressourcengruppe.
Kampagne Die Entität ist eine Kampagne.
Schlüsselwort Die Entität ist eine Schlüsselwort (keyword).

Anforderungen

Dienst: CampaignManagementService.svc v13
Namespace: https://bingads.microsoft.com/CampaignManagement/v13

Verwendet von

BerufungEditorialRejections
DeleteLabelAssociations
GetEditorialReasonsByIds
GetLabelAssociationsByEntityIds
GetLabelAssociationsByLabelIds
SetLabelAssociations