Freigeben über


ProfileType-Wertsatz – Kampagnenverwaltung

Definiert die möglichen Typen von Profilkriterien.

Syntax

<xs:simpleType name="ProfileType" xmlns:xs="http://www.w3.org/2001/XMLSchema">
  <xs:list>
    <xs:simpleType>
      <xs:restriction base="xs:string">
        <xs:enumeration value="CompanyName">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">0</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="JobFunction">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">1</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="Industry">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">2</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="JobSeniority">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">3</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
        <xs:enumeration value="JobTitle">
          <xs:annotation>
            <xs:appinfo>
              <EnumerationValue xmlns="http://schemas.microsoft.com/2003/10/Serialization/">4</EnumerationValue>
            </xs:appinfo>
          </xs:annotation>
        </xs:enumeration>
      </xs:restriction>
    </xs:simpleType>
  </xs:list>
</xs:simpleType>

Werte

Der festgelegte ProfileType-Wert weist die folgenden Werte auf: CompanyName, Industry, JobFunction, JobSeniority, JobTitle.

Wert Beschreibung
CompanyName Personen in einem bestimmten Unternehmen gemäß LinkedIn ansprechen.
Branche Zielgruppe für Personen in einer bestimmten Branche gemäß LinkedIn.
JobFunction Personen in einer bestimmten Funktion gemäß LinkedIn ansprechen.
JobSeniority Personen mit einer bestimmten Beruflichen Senioritätsstufe gemäß LinkedIn ansprechen.
JobTitle Personen mit einer bestimmten Berufsbezeichnung gemäß LinkedIn ansprechen.

Anforderungen

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

Verwendet von

GetProfileDataFileUrl
ProfileCriterion